Click here to Skip to main content
15,901,283 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: play a video file Pin
Naveen11-Apr-06 20:16
Naveen11-Apr-06 20:16 
GeneralRe: play a video file Pin
jpms11-Apr-06 22:20
jpms11-Apr-06 22:20 
GeneralRe: play a video file Pin
Naveen11-Apr-06 22:40
Naveen11-Apr-06 22:40 
GeneralRe: play a video file Pin
jpms11-Apr-06 22:47
jpms11-Apr-06 22:47 
QuestionDrawing multiple lines Pin
Taruni11-Apr-06 19:44
Taruni11-Apr-06 19:44 
AnswerRe: Drawing multiple lines Pin
Naveen11-Apr-06 19:54
Naveen11-Apr-06 19:54 
Questionproblem Pin
pankajgarg1211-Apr-06 19:35
pankajgarg1211-Apr-06 19:35 
AnswerRe: problem Pin
Cedric Moonen11-Apr-06 20:28
Cedric Moonen11-Apr-06 20:28 
Function overloading: it is when you have two function with the same name but different arguments in the same scope. For example:

void Func1(int, int);
void Func1(float, float);

Depending of the type of the arguments that will be supplied to the function, the corresponding one will be called.


Function overriding: it is when you have a base class that defines a function and this function is redefined in an inherited class. This is usefull for providing a different behavior between the base and the child class.
Questionwhat is type-safe in C++ Pin
Krishnatv11-Apr-06 19:08
Krishnatv11-Apr-06 19:08 
AnswerRe: what is type-safe in C++ Pin
Ștefan-Mihai MOGA11-Apr-06 20:38
professionalȘtefan-Mihai MOGA11-Apr-06 20:38 
Questionstore and retrive the metafile information Pin
anilksingh11-Apr-06 18:46
anilksingh11-Apr-06 18:46 
QuestionRe: store and retrive the metafile information Pin
Ștefan-Mihai MOGA11-Apr-06 20:31
professionalȘtefan-Mihai MOGA11-Apr-06 20:31 
QuestionManifest ??? Pin
thatsme_cool11-Apr-06 18:40
thatsme_cool11-Apr-06 18:40 
QuestionESMTP Commands using Telnet/VC++ Pin
capricious_00111-Apr-06 17:38
capricious_00111-Apr-06 17:38 
AnswerRe: ESMTP Commands using Telnet/VC++ Pin
QuickDeveloper11-Apr-06 19:01
QuickDeveloper11-Apr-06 19:01 
GeneralRe: ESMTP Commands using Telnet/VC++ Pin
capricious_00111-Apr-06 19:15
capricious_00111-Apr-06 19:15 
Questionunhandled exception in Data.exe, OXC00000FD, Stack Overflow Pin
mrby12311-Apr-06 16:05
mrby12311-Apr-06 16:05 
AnswerRe: unhandled exception in Data.exe, OXC00000FD, Stack Overflow Pin
Stephen Hewitt11-Apr-06 18:11
Stephen Hewitt11-Apr-06 18:11 
GeneralRe: unhandled exception in Data.exe, OXC00000FD, Stack Overflow Pin
mrby12312-Apr-06 5:22
mrby12312-Apr-06 5:22 
GeneralRe: unhandled exception in Data.exe, OXC00000FD, Stack Overflow Pin
Stephen Hewitt12-Apr-06 13:43
Stephen Hewitt12-Apr-06 13:43 
GeneralRe: unhandled exception in Data.exe, OXC00000FD, Stack Overflow Pin
mrby12313-Apr-06 6:40
mrby12313-Apr-06 6:40 
Questionhow come my bmp is not displayed? thank you Pin
ewighell11-Apr-06 15:44
ewighell11-Apr-06 15:44 
AnswerRe: how come my bmp is not displayed? thank you Pin
Christian Graus11-Apr-06 17:06
protectorChristian Graus11-Apr-06 17:06 
AnswerRe: how come my bmp is not displayed? thank you Pin
Laxman Auti11-Apr-06 18:13
Laxman Auti11-Apr-06 18:13 
AnswerRe: how come my bmp is not displayed? thank you Pin
Hamid_RT11-Apr-06 18:38
Hamid_RT11-Apr-06 18:38 

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.