Click here to Skip to main content
16,005,339 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ostringstream: special characters "/" or "?" ? Pin
PJ Arends20-Mar-06 4:54
professionalPJ Arends20-Mar-06 4:54 
GeneralRe: ostringstream: special characters "/" or "?" ? Pin
Sebastian Schneider21-Mar-06 0:35
Sebastian Schneider21-Mar-06 0:35 
QuestionInstantiating classes within classes Pin
kialmur20-Mar-06 4:02
kialmur20-Mar-06 4:02 
AnswerRe: Instantiating classes within classes Pin
Maximilien20-Mar-06 4:23
Maximilien20-Mar-06 4:23 
AnswerRe: Instantiating classes within classes Pin
oshah20-Mar-06 4:24
oshah20-Mar-06 4:24 
GeneralRe: Instantiating classes within classes Pin
kialmur20-Mar-06 4:34
kialmur20-Mar-06 4:34 
GeneralRe: Instantiating classes within classes Pin
toxcct20-Mar-06 4:49
toxcct20-Mar-06 4:49 
GeneralRe: Instantiating classes within classes Pin
oshah20-Mar-06 13:03
oshah20-Mar-06 13:03 
That syntax is only valid (AFAICT) in a constructor. The syntax is used to initialise any base classes, and any members. By the time you enter the function, all external parameters need to have been initialized (base classes, members, and global variables).

Although we already have syntax to initialise global variables, this is the only syntax available to initialise members and base classes.
QuestionNavigation of records in vc++ 6.0 Pin
pankajgarg1220-Mar-06 4:01
pankajgarg1220-Mar-06 4:01 
QuestionImage Buttons Pin
mkoliv20-Mar-06 3:51
mkoliv20-Mar-06 3:51 
AnswerRe: Image Buttons Pin
Hamid_RT20-Mar-06 4:57
Hamid_RT20-Mar-06 4:57 
AnswerRe: Image Buttons Pin
wangling20-Mar-06 5:32
wangling20-Mar-06 5:32 
QuestionSending objects to DLL Pin
kbarni20-Mar-06 3:32
kbarni20-Mar-06 3:32 
AnswerRe: Sending objects to DLL Pin
benjymous20-Mar-06 3:45
benjymous20-Mar-06 3:45 
QuestionRe: Sending objects to DLL Pin
kbarni20-Mar-06 4:47
kbarni20-Mar-06 4:47 
QuestionPassword management in vc++ 6.0 Pin
pankajgarg1220-Mar-06 3:27
pankajgarg1220-Mar-06 3:27 
Questionhow can get the value of cookie from web Pin
baldha rakesh20-Mar-06 3:23
baldha rakesh20-Mar-06 3:23 
AnswerRe: how can get the value of cookie from web Pin
Eytukan20-Mar-06 3:33
Eytukan20-Mar-06 3:33 
GeneralRe: how can get the value of cookie from web Pin
baldha rakesh20-Mar-06 3:52
baldha rakesh20-Mar-06 3:52 
GeneralRe: how can get the value of cookie from web Pin
Eytukan20-Mar-06 4:15
Eytukan20-Mar-06 4:15 
QuestionNot able to use Skype API using Windows Service? Pin
Amarelia20-Mar-06 3:19
Amarelia20-Mar-06 3:19 
Questionlocale-independent, atof_l, _atof_l Pin
mkholod20-Mar-06 3:09
mkholod20-Mar-06 3:09 
Questionasm in VC++ Pin
doctorpi20-Mar-06 2:56
doctorpi20-Mar-06 2:56 
AnswerRe: asm in VC++ Pin
Eytukan20-Mar-06 3:29
Eytukan20-Mar-06 3:29 
QuestionCapture keystroke Pin
Aqueel20-Mar-06 2:54
Aqueel20-Mar-06 2:54 

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.