Click here to Skip to main content
15,889,724 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: pthread in c++ (LINUX) Pin
markkuk11-Mar-09 1:07
markkuk11-Mar-09 1:07 
GeneralRe: pthread in c++ (LINUX) Pin
quixqx11-Mar-09 1:34
quixqx11-Mar-09 1:34 
QuestionEdit & print PCL generated PRN file Pin
balu1234511-Mar-09 0:09
balu1234511-Mar-09 0:09 
AnswerRe: Edit & print PCL generated PRN file Pin
Iain Clarke, Warrior Programmer11-Mar-09 0:40
Iain Clarke, Warrior Programmer11-Mar-09 0:40 
GeneralRe: Edit & print PCL generated PRN file Pin
balu1234511-Mar-09 3:38
balu1234511-Mar-09 3:38 
GeneralRe: Edit & print PCL generated PRN file Pin
Iain Clarke, Warrior Programmer11-Mar-09 4:00
Iain Clarke, Warrior Programmer11-Mar-09 4:00 
Questionvariable declaration dought Pin
Deepu Antony11-Mar-09 0:09
Deepu Antony11-Mar-09 0:09 
AnswerRe: variable declaration dought Pin
«_Superman_»11-Mar-09 0:11
professional«_Superman_»11-Mar-09 0:11 
Where member variables are stored will depend upon how the class is instantiated.
If an object of the class is created on the stack, the member variables will also reside on the stack.
If the object is created on the heap, the member variables will also reside on the heap.

If a variable is used only within a function, you should declare it within that function itself.
And if you want the value retained across function calls, then declare it static.

«_Superman
I love work. It gives me something to do between weekends.

GeneralRe: variable declaration dought Pin
Deepu Antony11-Mar-09 0:22
Deepu Antony11-Mar-09 0:22 
QuestionHow to get the length of a byte pointer ? Pin
kapardhi11-Mar-09 0:03
kapardhi11-Mar-09 0:03 
AnswerRe: How to get the length of a byte pointer ? Pin
«_Superman_»11-Mar-09 0:09
professional«_Superman_»11-Mar-09 0:09 
AnswerRe: How to get the length of a byte pointer ? Pin
Code-o-mat11-Mar-09 0:36
Code-o-mat11-Mar-09 0:36 
QuestionA small dbt Pin
Cool_Phillip10-Mar-09 23:43
Cool_Phillip10-Mar-09 23:43 
AnswerRe: A small dbt Pin
Stephen Hewitt10-Mar-09 23:47
Stephen Hewitt10-Mar-09 23:47 
GeneralRe: A small dbt Pin
Cool_Phillip11-Mar-09 2:31
Cool_Phillip11-Mar-09 2:31 
AnswerRe: A small dbt Pin
«_Superman_»11-Mar-09 0:13
professional«_Superman_»11-Mar-09 0:13 
AnswerRe: A small dbt Pin
Eytukan11-Mar-09 1:41
Eytukan11-Mar-09 1:41 
Questionsoundex algorithm Pin
priyanka narkhede10-Mar-09 22:51
priyanka narkhede10-Mar-09 22:51 
AnswerRe: soundex algorithm Pin
CPallini10-Mar-09 22:56
mveCPallini10-Mar-09 22:56 
AnswerRe: soundex algorithm Pin
Cedric Moonen10-Mar-09 23:10
Cedric Moonen10-Mar-09 23:10 
AnswerRe: soundex algorithm Pin
Stuart Dootson10-Mar-09 23:14
professionalStuart Dootson10-Mar-09 23:14 
Questionusing CCheckListBox Pin
siva45510-Mar-09 21:51
siva45510-Mar-09 21:51 
AnswerRe: using CCheckListBox Pin
Hamid_RT10-Mar-09 21:59
Hamid_RT10-Mar-09 21:59 
GeneralRe: using CCheckListBox Pin
siva45510-Mar-09 22:45
siva45510-Mar-09 22:45 
NewsOpen source my OIOIC, a completely new object-oriented mechanism for the C. Pin
pervise.zhao10-Mar-09 20:34
pervise.zhao10-Mar-09 20:34 

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.