Click here to Skip to main content
15,894,405 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help with Binary Pin
CPallini27-Mar-09 0:45
mveCPallini27-Mar-09 0:45 
GeneralRe: Help with Binary Pin
Michael Schubert27-Mar-09 0:51
Michael Schubert27-Mar-09 0:51 
AnswerRe: Help with Binary Pin
Divyang Mithaiwala27-Mar-09 0:42
Divyang Mithaiwala27-Mar-09 0:42 
AnswerRe: Help with Binary Pin
Stuart Dootson27-Mar-09 0:45
professionalStuart Dootson27-Mar-09 0:45 
AnswerRe: Help with Binary Pin
David Crow27-Mar-09 3:07
David Crow27-Mar-09 3:07 
QuestionProblem in loading Image,GetLastError 33 Pin
hemlat26-Mar-09 23:01
hemlat26-Mar-09 23:01 
AnswerRe: Problem in loading Image,GetLastError 33 Pin
CPallini26-Mar-09 23:15
mveCPallini26-Mar-09 23:15 
AnswerRe: Problem in loading Image,GetLastError 33 Pin
Michael Schubert27-Mar-09 0:50
Michael Schubert27-Mar-09 0:50 
AnswerRe: Problem in loading Image,GetLastError 33 Pin
David Crow27-Mar-09 3:08
David Crow27-Mar-09 3:08 
QuestionMemory leak problem Pin
Pryabu26-Mar-09 22:31
Pryabu26-Mar-09 22:31 
AnswerRe: Memory leak problem Pin
S p k 52126-Mar-09 22:58
S p k 52126-Mar-09 22:58 
GeneralRe: Memory leak problem Pin
Pryabu26-Mar-09 23:43
Pryabu26-Mar-09 23:43 
AnswerRe: Memory leak problem Pin
KarstenK26-Mar-09 23:03
mveKarstenK26-Mar-09 23:03 
GeneralRe: Memory leak problem Pin
Pryabu26-Mar-09 23:45
Pryabu26-Mar-09 23:45 
GeneralRe: Memory leak problem Pin
KarstenK26-Mar-09 23:59
mveKarstenK26-Mar-09 23:59 
AnswerRe: Memory leak problem Pin
SandipG 27-Mar-09 0:15
SandipG 27-Mar-09 0:15 
AnswerRe: Memory leak problem Pin
Roger Stoltz27-Mar-09 0:19
Roger Stoltz27-Mar-09 0:19 
AnswerRe: Memory leak problem Pin
Joe Woodbury27-Mar-09 5:54
professionalJoe Woodbury27-Mar-09 5:54 
Questionerror when using pimstore.h and aygshell.h Pin
Le@rner26-Mar-09 22:24
Le@rner26-Mar-09 22:24 
QuestionRe: error when using pimstore.h and aygshell.h Pin
David Crow27-Mar-09 3:11
David Crow27-Mar-09 3:11 
QuestionGame console programming? Pin
Megidolaon26-Mar-09 22:16
Megidolaon26-Mar-09 22:16 
AnswerRe: Game console programming? Pin
CPallini26-Mar-09 22:41
mveCPallini26-Mar-09 22:41 
AnswerRe: Game console programming? Pin
KarstenK26-Mar-09 22:59
mveKarstenK26-Mar-09 22:59 
It is important to understand the language. I see 2 parts:

1. "pure" C++ language, as mathematical operations and working with memory and the powerful (and that why dangerous) pointer arithmetics.

2. working with libraries or frameworks to target devices.

The first is for at most all the same BUT the second differences for the platform. So the libraries are depending for what target you develop. There are also libraries with more or less portability available. Compare the QT with the MFC. Or the IE with the FF => and the Addons for it.

Press F1 for help or google it.
Greetings from Germany

QuestionCSocket Sending Object Pin
shakumar_2226-Mar-09 21:34
shakumar_2226-Mar-09 21:34 
AnswerRe: CSocket Sending Object Pin
CPallini26-Mar-09 21:43
mveCPallini26-Mar-09 21:43 

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.