Click here to Skip to main content
15,881,139 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: about accessing PDF file, compile error. Pin
BCN-1631-Nov-12 15:56
BCN-1631-Nov-12 15:56 
GeneralRe: about accessing PDF file, compile error. Pin
Richard MacCutchan1-Nov-12 22:35
mveRichard MacCutchan1-Nov-12 22:35 
GeneralRe: about accessing PDF file, compile error. Pin
BCN-1634-Nov-12 13:39
BCN-1634-Nov-12 13:39 
QuestionHow correctly to check up availability of a XP theme? Pin
Eugene Pustovoyt31-Oct-12 2:10
Eugene Pustovoyt31-Oct-12 2:10 
AnswerRe: How correctly to check up availability of a XP theme? Pin
Jochen Arndt31-Oct-12 2:54
professionalJochen Arndt31-Oct-12 2:54 
GeneralRe: How correctly to check up availability of a XP theme? Pin
Eugene Pustovoyt31-Oct-12 4:12
Eugene Pustovoyt31-Oct-12 4:12 
QuestionWhat is the difference between following declarations ? Pin
PrafullaVedante30-Oct-12 22:52
PrafullaVedante30-Oct-12 22:52 
AnswerRe: What is the difference between following declarations ? Pin
Richard MacCutchan30-Oct-12 23:07
mveRichard MacCutchan30-Oct-12 23:07 
In case 1 you have declared the variable a but it has no value; in reality it will but its contents will be random. The second statement assigns the value 5 to variable a. These two statements do not need to be together, as a can have its value set or reset anywhere it is in scope.

Cases 2 and 3 are the same, the variable is declared and initialised at the same time.
One of these days I'm going to think of a really clever signature.

AnswerRe: What is the difference between following declarations ? Pin
Orjan Westin30-Oct-12 23:37
professionalOrjan Westin30-Oct-12 23:37 
GeneralRe: What is the difference between following declarations ? Pin
Stefan_Lang7-Nov-12 2:49
Stefan_Lang7-Nov-12 2:49 
GeneralRe: What is the difference between following declarations ? Pin
Orjan Westin8-Nov-12 9:07
professionalOrjan Westin8-Nov-12 9:07 
QuestionWrite a tiff file to disk Pin
Marcio Kugler Rodrigues30-Oct-12 7:50
Marcio Kugler Rodrigues30-Oct-12 7:50 
AnswerRe: Write a tiff file to disk Pin
Richard MacCutchan30-Oct-12 8:37
mveRichard MacCutchan30-Oct-12 8:37 
AnswerRe: Write a tiff file to disk Pin
CPallini30-Oct-12 23:03
mveCPallini30-Oct-12 23:03 
QuestionGUI enabled for service under windows 2008 Pin
es196830-Oct-12 3:58
es196830-Oct-12 3:58 
AnswerRe: GUI enabled for service under windows 2008 Pin
Richard MacCutchan30-Oct-12 10:38
mveRichard MacCutchan30-Oct-12 10:38 
QuestionOnPaint not executed Pin
_Flaviu29-Oct-12 22:20
_Flaviu29-Oct-12 22:20 
AnswerRe: OnPaint not executed Pin
Richard MacCutchan29-Oct-12 22:57
mveRichard MacCutchan29-Oct-12 22:57 
GeneralRe: OnPaint not executed Pin
_Flaviu29-Oct-12 23:21
_Flaviu29-Oct-12 23:21 
QuestionRemoving repeated path Pin
sarfaraznawaz29-Oct-12 19:32
sarfaraznawaz29-Oct-12 19:32 
AnswerRe: Removing repeated path Pin
_Flaviu29-Oct-12 22:12
_Flaviu29-Oct-12 22:12 
AnswerRe: Removing repeated path Pin
Richard MacCutchan29-Oct-12 22:59
mveRichard MacCutchan29-Oct-12 22:59 
GeneralRe: Removing repeated path Pin
sarfaraznawaz29-Oct-12 23:29
sarfaraznawaz29-Oct-12 23:29 
GeneralRe: Removing repeated path Pin
Richard MacCutchan30-Oct-12 0:40
mveRichard MacCutchan30-Oct-12 0:40 
QuestionRe: Removing repeated path Pin
David Crow30-Oct-12 3:18
David Crow30-Oct-12 3:18 

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.