Click here to Skip to main content
15,892,517 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to print the value of variable which is define in header file.? Pin
mybm129-Aug-14 21:14
mybm129-Aug-14 21:14 
AnswerRe: how to print the value of variable which is define in header file.? Pin
Richard MacCutchan29-Aug-14 22:57
mveRichard MacCutchan29-Aug-14 22:57 
GeneralRe: how to print the value of variable which is define in header file.? Pin
mybm129-Aug-14 23:06
mybm129-Aug-14 23:06 
GeneralRe: how to print the value of variable which is define in header file.? Pin
Richard MacCutchan29-Aug-14 23:44
mveRichard MacCutchan29-Aug-14 23:44 
GeneralRe: how to print the value of variable which is define in header file.? Pin
mybm129-Aug-14 23:59
mybm129-Aug-14 23:59 
AnswerRe: how to print the value of variable which is define in header file.? Pin
Richard MacCutchan30-Aug-14 0:48
mveRichard MacCutchan30-Aug-14 0:48 
GeneralRe: how to print the value of variable which is define in header file.? Pin
mybm130-Aug-14 19:09
mybm130-Aug-14 19:09 
AnswerRe: how to print the value of variable which is define in header file.? Pin
Stefan_Lang2-Sep-14 2:36
Stefan_Lang2-Sep-14 2:36 
I can only agree with Richard. I've had a look at some of your questions and found that you're lacking the most fundamental understanding on how to properly write and test a program in C.

Please do yourself and everyone else a favor and use a proper C book or tutorial. One of the first links I found on that topic is this: http://www.cprogramming.com/tutorial/c-tutorial.html[^] . Read that tutorial, take your time to understand what it teaches you. Make sure to actually try out the program snippets. Learn how to set up your working environment: compiler, linker, debugger. Once you've done that you'll save a lot of time because you won't need to ask about such basic problems.

Learning C will take a considerable amount of time. But not learning it properly will cost you even more time in the long run, and others as well!
GOTOs are a bit like wire coat hangers: they tend to breed in the darkness, such that where there once were few, eventually there are many, and the program's architecture collapses beneath them. (Fran Poretto)

QuestionDisplaying the output of another program Pin
oldbritthumper29-Aug-14 4:49
oldbritthumper29-Aug-14 4:49 
QuestionRe: Displaying the output of another program Pin
Richard MacCutchan29-Aug-14 5:37
mveRichard MacCutchan29-Aug-14 5:37 
AnswerMessage Closed Pin
29-Aug-14 5:59
oldbritthumper29-Aug-14 5:59 
GeneralRe: Displaying the output of another program Pin
Richard MacCutchan29-Aug-14 6:05
mveRichard MacCutchan29-Aug-14 6:05 
Questionbattleship game code using c language Pin
Member 1104199227-Aug-14 20:37
Member 1104199227-Aug-14 20:37 
AnswerRe: battleship game code using c language Pin
Richard MacCutchan27-Aug-14 22:15
mveRichard MacCutchan27-Aug-14 22:15 
AnswerRe: battleship game code using c language Pin
Member 1048772029-Aug-14 0:30
Member 1048772029-Aug-14 0:30 
QuestionTEventLogger Pin
Zdravko Donev25-Aug-14 9:34
Zdravko Donev25-Aug-14 9:34 
AnswerRe: TEventLogger Pin
Freak3027-Aug-14 1:25
Freak3027-Aug-14 1:25 
QuestionCMFCOutlookBar cannot return to pane 0. Pin
Drakesal25-Aug-14 0:12
Drakesal25-Aug-14 0:12 
Questionhow to pass a function which has variable arguments as template argument? Pin
Falconapollo24-Aug-14 5:37
Falconapollo24-Aug-14 5:37 
AnswerRe: how to pass a function which has variable arguments as template argument? Pin
jschell25-Aug-14 10:30
jschell25-Aug-14 10:30 
QuestionHow to ShellExecute a PDF to a specific page Pin
DanYELL23-Aug-14 17:28
DanYELL23-Aug-14 17:28 
AnswerRe: How to ShellExecute a PDF to a specific page Pin
enhzflep23-Aug-14 17:58
enhzflep23-Aug-14 17:58 
AnswerRe: How to ShellExecute a PDF to a specific page Pin
Richard MacCutchan23-Aug-14 22:30
mveRichard MacCutchan23-Aug-14 22:30 
AnswerRe: How to ShellExecute a PDF to a specific page Pin
Graham Breach23-Aug-14 23:00
Graham Breach23-Aug-14 23:00 
QuestionRe: How to ShellExecute a PDF to a specific page Pin
David Crow25-Aug-14 3:52
David Crow25-Aug-14 3:52 

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.