Click here to Skip to main content
16,005,125 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Free C profiler? Pin
leppie23-Aug-03 17:10
leppie23-Aug-03 17:10 
AnswerRe: Free C profiler? Pin
zephon24-Aug-03 18:04
zephon24-Aug-03 18:04 
Generaltrouble moving from access 2000 to 97. Pin
Anonymous23-Aug-03 0:38
Anonymous23-Aug-03 0:38 
GeneralTrouble moving from C to C++ Pin
dpearcePNG22-Aug-03 23:20
dpearcePNG22-Aug-03 23:20 
GeneralRe: Trouble moving from C to C++ Pin
Taka Muraoka23-Aug-03 0:02
Taka Muraoka23-Aug-03 0:02 
GeneralRe: Trouble moving from C to C++ Pin
Beer2623-Aug-03 1:26
Beer2623-Aug-03 1:26 
GeneralRe: Trouble moving from C to C++ Pin
Taka Muraoka23-Aug-03 2:49
Taka Muraoka23-Aug-03 2:49 
GeneralRe: Trouble moving from C to C++ Pin
Beer2623-Aug-03 3:22
Beer2623-Aug-03 3:22 
memory allocation and de-allocation are very different in C++ than in java or javaplus(C#).

In C++ you have virtual functions, oo class casting, class pointer indirection, classes retrieved by direct API, such as fromhandle, and others.

Learning C# or java will not prepare a C programmer for C++ properly.

I still think your comment would lead the writer down the wrong track for what he's looking for.

I'll restate my suggestion to pick up O'reilly publishing's C++: The Core Language[^]

The reason?

That book in particular goes into great detail about how a C programmer may migrate to C++. It does NOT go into detail about platform specific API. It's purely for migration from C to C++.

Revised: In addition, when he begins to look at the C++ threading models, he will find they are much, much different from Java which extends the thread class or C#. There are a million reasons not to learn C++ OO by learning java and C# i can think of, but I won't list them all.
GeneralRe: Trouble moving from C to C++ Pin
leppie23-Aug-03 17:20
leppie23-Aug-03 17:20 
GeneralRe: Trouble moving from C to C++ Pin
Johnny ²23-Aug-03 1:21
Johnny ²23-Aug-03 1:21 
GeneralRe: Trouble moving from C to C++ Pin
Neville Franks23-Aug-03 2:07
Neville Franks23-Aug-03 2:07 
GeneralRe: Trouble moving from C to C++ Pin
Ted Ferenc23-Aug-03 2:45
Ted Ferenc23-Aug-03 2:45 
GeneralRe: Trouble moving from C to C++ Pin
l a u r e n23-Aug-03 7:08
l a u r e n23-Aug-03 7:08 
QuestionHow to retrieve application icon of a file type ? Pin
gumber22-Aug-03 23:16
gumber22-Aug-03 23:16 
AnswerRe: How to retrieve application icon of a file type ? Pin
Iain Clarke, Warrior Programmer23-Aug-03 1:03
Iain Clarke, Warrior Programmer23-Aug-03 1:03 
AnswerRe: How to retrieve application icon of a file type ? Pin
HPSI23-Aug-03 1:19
HPSI23-Aug-03 1:19 
GeneralColor on Console App Pin
lano122-Aug-03 22:23
lano122-Aug-03 22:23 
GeneralRe: Color on Console App Pin
7stud22-Aug-03 23:44
7stud22-Aug-03 23:44 
Questionhow to define area for splitters? Pin
coda_x22-Aug-03 21:31
coda_x22-Aug-03 21:31 
AnswerRe: how to define area for splitters? Pin
Iain Clarke, Warrior Programmer23-Aug-03 1:05
Iain Clarke, Warrior Programmer23-Aug-03 1:05 
GeneralHTML -> PDF Pin
Archigal22-Aug-03 12:03
Archigal22-Aug-03 12:03 
GeneralRe: HTML -> PDF Pin
l a u r e n23-Aug-03 7:09
l a u r e n23-Aug-03 7:09 
GeneralRe: HTML -> PDF Pin
Larry J. Siddens25-Aug-03 5:35
Larry J. Siddens25-Aug-03 5:35 
Generaltoolbar toggling Pin
halblonious22-Aug-03 11:03
halblonious22-Aug-03 11:03 
GeneralRe: toolbar toggling Pin
igor196022-Aug-03 11:38
igor196022-Aug-03 11:38 

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.