Click here to Skip to main content
15,888,286 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
Falconapollo wrote:
The final goal is Interfacing C++ member functions with C libraries.


If you want your C++ code to call C libraries then you use

extern "C" {
...// C code and/or declarations.
}

If you want C libraries to call your C++ code then you must provide a C interface to it.
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 
Questionhow this error has generated -c program? Pin
mybm122-Aug-14 20:33
mybm122-Aug-14 20:33 
QuestionRe: how this error has generated -c program? Pin
Richard MacCutchan22-Aug-14 21:07
mveRichard MacCutchan22-Aug-14 21:07 
AnswerRe: how this error has generated -c program? Pin
mybm122-Aug-14 22:42
mybm122-Aug-14 22:42 
GeneralRe: how this error has generated -c program? Pin
Richard MacCutchan23-Aug-14 0:16
mveRichard MacCutchan23-Aug-14 0:16 
Questioncan anyone suggest how to convert matlab code into c code..for resampling function Pin
mybm121-Aug-14 19:10
mybm121-Aug-14 19:10 
SuggestionRe: can anyone suggest how to convert matlab code into c code..for resampling function Pin
Richard MacCutchan21-Aug-14 21:50
mveRichard MacCutchan21-Aug-14 21:50 
GeneralRe: can anyone suggest how to convert matlab code into c code..for resampling function Pin
mybm121-Aug-14 23:11
mybm121-Aug-14 23:11 
GeneralRe: can anyone suggest how to convert matlab code into c code..for resampling function Pin
Richard MacCutchan21-Aug-14 23:23
mveRichard MacCutchan21-Aug-14 23:23 
GeneralRe: can anyone suggest how to convert matlab code into c code..for resampling function Pin
mybm121-Aug-14 23:25
mybm121-Aug-14 23:25 
GeneralRe: can anyone suggest how to convert matlab code into c code..for resampling function Pin
Richard MacCutchan22-Aug-14 0:19
mveRichard MacCutchan22-Aug-14 0:19 
GeneralRe: can anyone suggest how to convert matlab code into c code..for resampling function Pin
mybm122-Aug-14 0:21
mybm122-Aug-14 0:21 
GeneralRe: can anyone suggest how to convert matlab code into c code..for resampling function Pin
Richard MacCutchan22-Aug-14 0:34
mveRichard MacCutchan22-Aug-14 0: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.