Click here to Skip to main content
15,889,406 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Changing View of CFormView derived class at runtime Pin
JaisonCodeMan16-Jun-03 20:32
JaisonCodeMan16-Jun-03 20:32 
GeneralRe: Changing View of CFormView derived class at runtime Pin
abc87621-Jun-03 10:22
abc87621-Jun-03 10:22 
Generaltitle Pin
aguest13-Jun-03 11:23
aguest13-Jun-03 11:23 
GeneralRe: title Pin
abc87613-Jun-03 11:39
abc87613-Jun-03 11:39 
GeneralRe: title Pin
adamUK14-Jun-03 11:53
adamUK14-Jun-03 11:53 
GeneralNetwork TCP conenction monitoring!! Pin
abc87613-Jun-03 11:21
abc87613-Jun-03 11:21 
General& Pin
albean13-Jun-03 10:40
albean13-Jun-03 10:40 
GeneralRe: & Pin
David Crow13-Jun-03 10:46
David Crow13-Jun-03 10:46 
To you, the preprocessor, or the compiler? Where you put spaces, and how many you put, is irrelevant to the compiler as the preprocessor removes them all before sending the tokens to the compiler.

Take something like:

#include < stdio.h >

int main( int argc, char **argv )
{
    printf("Hello World!\n");
    return 0;
}
You could have just as easily written it as:

#include < stdio.h >int main( int argc, char **argv ){printf("Hello World!\n");return 0;}

The compiler wouldn't have cared.
GeneralRe: &amp; Pin
Michael Dunn13-Jun-03 14:29
sitebuilderMichael Dunn13-Jun-03 14:29 
GeneralRe: &amp; Pin
Atlantys13-Jun-03 19:05
Atlantys13-Jun-03 19:05 
GeneralDLL and CBitmap Pin
Bert Tuyt13-Jun-03 10:32
Bert Tuyt13-Jun-03 10:32 
GeneralRe: DLL and CBitmap Pin
gucy13-Jun-03 19:07
gucy13-Jun-03 19:07 
GeneralHelp with GUI Design in VC++ .NET Pin
James A Beggs13-Jun-03 10:31
James A Beggs13-Jun-03 10:31 
GeneralPostNcDestroy problems Pin
andyg.10113-Jun-03 10:24
andyg.10113-Jun-03 10:24 
GeneralRe: PostNcDestroy problems Pin
David Crow13-Jun-03 10:41
David Crow13-Jun-03 10:41 
GeneralRe: PostNcDestroy problems Pin
John M. Drescher13-Jun-03 10:46
John M. Drescher13-Jun-03 10:46 
GeneralRe: PostNcDestroy problems Pin
andyg.10113-Jun-03 10:51
andyg.10113-Jun-03 10:51 
GeneralRe: PostNcDestroy problems Pin
John M. Drescher13-Jun-03 10:54
John M. Drescher13-Jun-03 10:54 
GeneralRe: PostNcDestroy problems Pin
andyg.10113-Jun-03 10:58
andyg.10113-Jun-03 10:58 
GeneralRe: PostNcDestroy problems Pin
John M. Drescher13-Jun-03 11:09
John M. Drescher13-Jun-03 11:09 
GeneralRe: PostNcDestroy problems Pin
Toni7813-Jun-03 18:01
Toni7813-Jun-03 18:01 
GeneralRe: PostNcDestroy problems Pin
andyg.10113-Jun-03 22:21
andyg.10113-Jun-03 22:21 
GeneralRe: PostNcDestroy problems Pin
Toni7813-Jun-03 23:05
Toni7813-Jun-03 23:05 
GeneralOnDestroy called for base class first... Pin
Miszou13-Jun-03 8:24
Miszou13-Jun-03 8:24 
GeneralRe: OnDestroy called for base class first... Pin
valikac13-Jun-03 9:39
valikac13-Jun-03 9:39 

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.