Click here to Skip to main content
15,906,628 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: creating child process in c++ Pin
jhwurmbach1-Mar-06 3:05
jhwurmbach1-Mar-06 3:05 
Questionplacing landline call from cyber cafe node Pin
Martin Akula28-Feb-06 23:41
Martin Akula28-Feb-06 23:41 
AnswerRe: placing landline call from cyber cafe node Pin
toxcct28-Feb-06 23:49
toxcct28-Feb-06 23:49 
AnswerRe: placing landline call from cyber cafe node Pin
Maximilien1-Mar-06 2:22
Maximilien1-Mar-06 2:22 
QuestionParallel Data Calculation ( reduce calculation time) Pin
zahid_ash28-Feb-06 23:34
zahid_ash28-Feb-06 23:34 
AnswerRe: Parallel Data Calculation ( reduce calculation time) Pin
Cedric Moonen28-Feb-06 23:54
Cedric Moonen28-Feb-06 23:54 
AnswerRe: Parallel Data Calculation ( reduce calculation time) Pin
John R. Shaw1-Mar-06 0:08
John R. Shaw1-Mar-06 0:08 
AnswerRe: Parallel Data Calculation ( reduce calculation time) Pin
Maximilien1-Mar-06 2:31
Maximilien1-Mar-06 2:31 
AnswerRe: Parallel Data Calculation ( reduce calculation time) Pin
David Crow1-Mar-06 3:12
David Crow1-Mar-06 3:12 
Questionram acces Pin
ss200628-Feb-06 23:26
ss200628-Feb-06 23:26 
AnswerRe: ram acces Pin
John R. Shaw28-Feb-06 23:47
John R. Shaw28-Feb-06 23:47 
AnswerRe: ram acces Pin
toxcct28-Feb-06 23:47
toxcct28-Feb-06 23:47 
AnswerRe: ram acces Pin
khan++1-Mar-06 0:27
khan++1-Mar-06 0:27 
QuestionAnti-Debugger Pin
zon_cpp28-Feb-06 23:19
zon_cpp28-Feb-06 23:19 
AnswerRe: Anti-Debugger Pin
John R. Shaw28-Feb-06 23:45
John R. Shaw28-Feb-06 23:45 
AnswerRe: Anti-Debugger Pin
khan++1-Mar-06 0:15
khan++1-Mar-06 0:15 
Questionbitmap images Pin
ramyasangeet28-Feb-06 23:15
ramyasangeet28-Feb-06 23:15 
AnswerRe: bitmap images Pin
Vinaya1-Mar-06 0:01
Vinaya1-Mar-06 0:01 
AnswerRe: bitmap images Pin
Nibu babu thomas1-Mar-06 0:02
Nibu babu thomas1-Mar-06 0:02 
Questionmotherboard id vedio card id Pin
ss200628-Feb-06 23:07
ss200628-Feb-06 23:07 
AnswerRe: motherboard id vedio card id Pin
ThatsAlok1-Mar-06 2:42
ThatsAlok1-Mar-06 2:42 
QuestionQueries !!! Pin
Subramaniam s.V.28-Feb-06 23:06
Subramaniam s.V.28-Feb-06 23:06 
AnswerRe: Queries !!! Pin
toxcct28-Feb-06 23:19
toxcct28-Feb-06 23:19 
AnswerRe: Queries !!! Pin
John R. Shaw1-Mar-06 1:22
John R. Shaw1-Mar-06 1:22 
First this is a school question.
1) The difference is that a C++ class defaults to private and a structure defaults to public.
2) In C there are no member functions; a structure is just a set of data. That is it represents the equivalent of a record.
3) You are learning! A mutable member is a variable that can be changed at any time. You see there are member variables that may need to be changed, while giving the impression that nothing has changed, from the user point of view.
4) All I can say is YES, depending on the compiler and what you specify in your code.


INTP
Every thing is relative...
QuestionMemory Analysis Pin
RadioOpa28-Feb-06 22:56
RadioOpa28-Feb-06 22:56 

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.