Click here to Skip to main content
15,914,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMicrosoft Agent Pin
1-May-02 13:11
suss1-May-02 13:11 
GeneralRe: Microsoft Agent Pin
Michael P Butler1-May-02 22:39
Michael P Butler1-May-02 22:39 
QuestionExe Exporting Functions? Pin
1-May-02 12:40
suss1-May-02 12:40 
AnswerRe: Exe Exporting Functions? Pin
Nish Nishant1-May-02 12:46
sitebuilderNish Nishant1-May-02 12:46 
AnswerRe: Exe Exporting Functions? Pin
Mike Nordell1-May-02 13:29
Mike Nordell1-May-02 13:29 
Generalignore function Pin
Steve L.1-May-02 12:22
Steve L.1-May-02 12:22 
GeneralRe: ignore function Pin
Christian Graus1-May-02 13:01
protectorChristian Graus1-May-02 13:01 
GeneralRe: ignore function Pin
Mike Nordell1-May-02 13:20
Mike Nordell1-May-02 13:20 
Since ignore() takes only an integer (not a size_t) you can only skip 2^31 (around 2 giga-) chars. If you want something closer to infinity you'd probably have to use OS dependent integral types.

If you accept 2GB as the limit for the first newline character, you could use INT_MAX from <climits>.
Generalhelp with a dialog based application Pin
atomicluis1-May-02 11:50
atomicluis1-May-02 11:50 
GeneralRe: help with a dialog based application Pin
Ravi Bhavnani1-May-02 12:07
professionalRavi Bhavnani1-May-02 12:07 
GeneralRe: help with a dialog based application Pin
Nish Nishant1-May-02 12:08
sitebuilderNish Nishant1-May-02 12:08 
GeneralRe: help with a dialog based application Pin
Chris Losinger1-May-02 12:09
professionalChris Losinger1-May-02 12:09 
GeneralDynamic combo boxes Pin
1-May-02 10:51
suss1-May-02 10:51 
GeneralRe: Dynamic combo boxes Pin
Shog91-May-02 12:23
sitebuilderShog91-May-02 12:23 
GeneralRe: Dynamic combo boxes Pin
1-May-02 13:51
suss1-May-02 13:51 
GeneralSending Mouse Events to Window Pin
vins1-May-02 9:56
vins1-May-02 9:56 
GeneralRe: Sending Mouse Events to Window Pin
Jeremy Falcon1-May-02 10:03
professionalJeremy Falcon1-May-02 10:03 
GeneralRe: Sending Mouse Events to Window Pin
vins1-May-02 21:43
vins1-May-02 21:43 
GeneralGetting the control inside a View's handle from another process Pin
1-May-02 8:52
suss1-May-02 8:52 
GeneralCmdline driving me crazy Pin
1-May-02 8:46
suss1-May-02 8:46 
GeneralRe: Cmdline driving me crazy Pin
l a u r e n1-May-02 10:34
l a u r e n1-May-02 10:34 
GeneralRe: Cmdline driving me crazy Pin
Navin1-May-02 10:44
Navin1-May-02 10:44 
GeneralRe: Cmdline driving me crazy Pin
Nish Nishant1-May-02 12:48
sitebuilderNish Nishant1-May-02 12:48 
GeneralChanging icon in executable Pin
Tili1-May-02 6:30
Tili1-May-02 6:30 
GeneralRe: Changing icon in executable Pin
Navin1-May-02 6:41
Navin1-May-02 6:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.