Click here to Skip to main content
15,903,201 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: IOCompletion port basic question Pin
bob1697222-May-06 18:39
bob1697222-May-06 18:39 
QuestionProblem adding control buttons in a Cformview class dialog page Pin
thathvamsi22-May-06 16:47
thathvamsi22-May-06 16:47 
AnswerRe: Problem adding control buttons in a Cformview class dialog page Pin
Nibu babu thomas22-May-06 18:15
Nibu babu thomas22-May-06 18:15 
GeneralRe: Problem adding control buttons in a Cformview class dialog page Pin
thathvamsi22-May-06 18:19
thathvamsi22-May-06 18:19 
AnswerRe: Problem adding control buttons in a Cformview class dialog page Pin
Ryan Binns22-May-06 18:27
Ryan Binns22-May-06 18:27 
AnswerRe: Problem adding control buttons in a Cformview class dialog page Pin
Hamid_RT22-May-06 19:43
Hamid_RT22-May-06 19:43 
QuestionFAQ for an interview in Multithreading/C++ Pin
AryaSoft22-May-06 16:05
AryaSoft22-May-06 16:05 
AnswerRe: FAQ for an interview in Multithreading/C++ Pin
kumar_mk22-May-06 17:46
kumar_mk22-May-06 17:46 
15.Types of threads?
A.) There are 2 types of threads they are 1.) Worker threads (doesn’t have a message pump) —-> usually used for background processing like searching etc.
2.User Interface Thread(which has a message pump)  can be used to create windows.

16.Is it possible to share the thread stack memory to another threadNO

17.Types of Syncronization Classes?
A.) CMutex, CSemaphore, CCriticalSection, CEvent

7.What is Serialization? Which macro is to be specified in the user-defined class, which will take part in serialization?
A.) Serialization is the process of writing or reading the contents of an object to and from a file. Include the macros DECLARE_SERIAL in the .h file
IMPLEMENT_SERIAL in the .cpp file

7. What are the parameters passed for IsLoading() and IsStoring() functions?
A.) No parameters are passed to both the functions.

6. What do u mean by the third parameter in IMPLEMENT_SERIALIZE?
A.) IMPLEMENT_SERIAL(class_name, base_class_name, wSchema);
The 3rd parameter is wSchema  A UINT “version number” that will be encoded in the archive to enable a deserializing program to identify and handle data created by earlier program versions. The class schema number must not be –1.

• Base class of all the threads --> CWinThread


regards
kumar_windows
AnswerRe: FAQ for an interview in Multithreading/C++ Pin
AryaSoft23-May-06 7:45
AryaSoft23-May-06 7:45 
AnswerRe: FAQ for an interview in Multithreading/C++ Pin
Laxman Auti22-May-06 18:13
Laxman Auti22-May-06 18:13 
AnswerRe: FAQ for an interview in Multithreading/C++ Pin
AryaSoft23-May-06 7:46
AryaSoft23-May-06 7:46 
QuestionAdd and Remove Program Pin
_anil_22-May-06 16:03
_anil_22-May-06 16:03 
QuestionEnumDisplayDevices Pin
zaro33322-May-06 15:39
zaro33322-May-06 15:39 
AnswerRe: EnumDisplayDevices Pin
_anil_22-May-06 16:41
_anil_22-May-06 16:41 
AnswerRe: EnumDisplayDevices Pin
zaro33323-May-06 4:56
zaro33323-May-06 4:56 
GeneralRe: EnumDisplayDevices Pin
zaro33323-May-06 4:58
zaro33323-May-06 4:58 
GeneralRe: EnumDisplayDevices Pin
zaro33323-May-06 5:01
zaro33323-May-06 5:01 
GeneralRe: EnumDisplayDevices [modified] Pin
_anil_23-May-06 15:05
_anil_23-May-06 15:05 
AnswerRe: EnumDisplayDevices [modified] Pin
zaro33324-May-06 4:14
zaro33324-May-06 4:14 
QuestionEmbedded Chart Missing X-Axis Scale Pin
Jenleonard22-May-06 15:38
Jenleonard22-May-06 15:38 
QuestionC++ vs C# Performance Pin
Ed K22-May-06 14:37
Ed K22-May-06 14:37 
AnswerRe: C++ vs C# Performance [modified] Pin
Nibu babu thomas22-May-06 17:14
Nibu babu thomas22-May-06 17:14 
AnswerRe: C++ vs C# Performance Pin
bob1697222-May-06 17:15
bob1697222-May-06 17:15 
GeneralRe: C++ vs C# Performance Pin
Ed K23-May-06 14:06
Ed K23-May-06 14:06 
AnswerRe: C++ vs C# Performance Pin
Ryan Binns22-May-06 18:32
Ryan Binns22-May-06 18:32 

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.