Click here to Skip to main content
15,904,339 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionNoob seeks help with codecave! [modified] Pin
selkov5-Sep-07 4:07
selkov5-Sep-07 4:07 
AnswerRe: Noob seeks help with codecave! Pin
David Crow5-Sep-07 4:23
David Crow5-Sep-07 4:23 
GeneralRe: Noob seeks help with codecave! Pin
selkov5-Sep-07 4:42
selkov5-Sep-07 4:42 
QuestionHow to use CRichEditCtrl in Ultimate Grid cell? Pin
brazilien5-Sep-07 4:01
brazilien5-Sep-07 4:01 
Questionproblem with WH_MOUSE_LL Pin
josip cagalj5-Sep-07 3:15
josip cagalj5-Sep-07 3:15 
QuestionRe: problem with WH_MOUSE_LL Pin
David Crow5-Sep-07 4:25
David Crow5-Sep-07 4:25 
QuestionHow to set the system time. Pin
chandu0045-Sep-07 1:51
chandu0045-Sep-07 1:51 
AnswerRe: How to set the system time. Pin
jhwurmbach5-Sep-07 2:09
jhwurmbach5-Sep-07 2:09 
AnswerRe: How to set the system time. Pin
Hamid_RT5-Sep-07 5:33
Hamid_RT5-Sep-07 5:33 
Questionconvertin a string into lowercase Pin
neha.agarwal275-Sep-07 1:39
neha.agarwal275-Sep-07 1:39 
AnswerRe: convertin a string into lowercase [modified] Pin
chandu0045-Sep-07 1:45
chandu0045-Sep-07 1:45 
GeneralRe: convertin a string into lowercase Pin
neha.agarwal275-Sep-07 2:02
neha.agarwal275-Sep-07 2:02 
GeneralRe: convertin a string into lowercase Pin
chandu0045-Sep-07 2:07
chandu0045-Sep-07 2:07 
AnswerIs your problem Solved. Pin
chandu0045-Sep-07 1:58
chandu0045-Sep-07 1:58 
QuestionHow to add virtual ip in the windows xp to using c++? songjacky 6hrs 12mins ago Pin
songjacky5-Sep-07 0:53
songjacky5-Sep-07 0:53 
AnswerRe: How to add virtual ip in the windows xp to using c++? songjacky 6hrs 12mins ago Pin
Waldermort5-Sep-07 1:06
Waldermort5-Sep-07 1:06 
AnswerRe: How to add virtual ip in the windows xp to using c++? songjacky 6hrs 12mins ago Pin
Hamid_RT5-Sep-07 1:10
Hamid_RT5-Sep-07 1:10 
QuestionGlobal vs local variables Pin
rajeevktripathi5-Sep-07 0:50
rajeevktripathi5-Sep-07 0:50 
AnswerRe: Global vs local variables Pin
Waldermort5-Sep-07 0:52
Waldermort5-Sep-07 0:52 
QuestionRe: Global vs local variables Pin
rajeevktripathi5-Sep-07 0:58
rajeevktripathi5-Sep-07 0:58 
AnswerRe: Global vs local variables Pin
Waldermort5-Sep-07 1:10
Waldermort5-Sep-07 1:10 
QuestionRe: Global vs local variables Pin
rajeevktripathi5-Sep-07 1:38
rajeevktripathi5-Sep-07 1:38 
Hi
could not understand your example

I wrote an example As follows:

int pg;
int _tmain(int argc, _TCHAR* argv[])
{
int pl;
int s;
printf("Global %d \n", pg);
printf("Local %d \n" , pl);
scanf("%d", &s);
return 0;
}

and while printing pl prompts an error message

"Run-Time Check Failure #3 - The variable 'pl' is being used without being defined."

any comments on this....
AnswerRe: Global vs local variables Pin
jhwurmbach5-Sep-07 2:22
jhwurmbach5-Sep-07 2:22 
AnswerRe: Global vs local variables Pin
Naveen5-Sep-07 2:13
Naveen5-Sep-07 2:13 
AnswerRe: Global vs local variables Pin
David Crow5-Sep-07 4:53
David Crow5-Sep-07 4:53 

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.