Click here to Skip to main content
15,887,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
Subramaniam s.V. wrote:
what is the difference betn, structures in C++ and class in C++


a structure in C++ IS a class, which default members are set to public instead of private.


Subramaniam s.V. wrote:
what is the difference betn. structures in C and structures in C++


a structure in C is only a declaration of several types disposed contiguously, encapsulated within a name. in C++, a structure is a class, which mean that it can have all the classes enhancements, like member functions, constructors/Destructors, etc...


Subramaniam s.V. wrote:
what is basically a mutable member


according to the MSDN[^], a mutable member can be modified by any function that can access it, even if the function is declared as const (a function declared as const is normally not allowed to change the class members).


Subramaniam s.V. wrote:
how do i call a C function from a C++ program


you mean, withing the same project ?
just as you would have done in a C program...



TOXCCT >>> GEII power
[toxcct][VisualCalc 2.24][3.0 soon...]
AnswerRe: Queries !!! Pin
John R. Shaw1-Mar-06 1:22
John R. Shaw1-Mar-06 1:22 
QuestionMemory Analysis Pin
RadioOpa28-Feb-06 22:56
RadioOpa28-Feb-06 22:56 
AnswerRe: Memory Analysis Pin
John R. Shaw28-Feb-06 23:42
John R. Shaw28-Feb-06 23:42 
GeneralRe: Memory Analysis Pin
RadioOpa28-Feb-06 23:56
RadioOpa28-Feb-06 23:56 
AnswerRe: Memory Analysis Pin
Ryan Binns1-Mar-06 3:07
Ryan Binns1-Mar-06 3:07 
AnswerRe: Memory Analysis Pin
David Crow1-Mar-06 3:15
David Crow1-Mar-06 3:15 
QuestionIP address of the computer using VC++ Pin
mailsafe28-Feb-06 22:51
mailsafe28-Feb-06 22:51 
AnswerRe: IP address of the computer using VC++ Pin
khan++1-Mar-06 0:36
khan++1-Mar-06 0:36 
AnswerRe: IP address of the computer using VC++ Pin
vivek.s.vivek1-Mar-06 0:43
vivek.s.vivek1-Mar-06 0:43 
AnswerRe: IP address of the computer using VC++ Pin
ThatsAlok1-Mar-06 2:45
ThatsAlok1-Mar-06 2:45 
Questionto link MDI interface to a dialog Pin
mailsafe28-Feb-06 22:41
mailsafe28-Feb-06 22:41 
QuestionRe: to link MDI interface to a dialog Pin
Nibu babu thomas1-Mar-06 16:49
Nibu babu thomas1-Mar-06 16:49 
QuestionUsing Sockets in Win32 DLL Pin
castratroi28-Feb-06 21:03
castratroi28-Feb-06 21:03 
Questionvirtual function declarations Pin
lastgen28-Feb-06 20:45
lastgen28-Feb-06 20:45 
AnswerRe: virtual function declarations Pin
lastgen28-Feb-06 20:55
lastgen28-Feb-06 20:55 
GeneralRe: virtual function declarations Pin
Cedric Moonen28-Feb-06 20:58
Cedric Moonen28-Feb-06 20:58 
AnswerRe: virtual function declarations Pin
Cedric Moonen28-Feb-06 20:57
Cedric Moonen28-Feb-06 20:57 

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.