Click here to Skip to main content
15,902,276 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ Where to start? Pin
David Crow3-Nov-05 3:39
David Crow3-Nov-05 3:39 
AnswerRe: C++ Where to start? Pin
toxcct2-Nov-05 4:32
toxcct2-Nov-05 4:32 
GeneralRe: C++ Where to start? Pin
Kevin McFarlane2-Nov-05 9:27
Kevin McFarlane2-Nov-05 9:27 
GeneralRe: C++ Where to start? Pin
toxcct2-Nov-05 20:46
toxcct2-Nov-05 20:46 
GeneralRe: C++ Where to start? Pin
Kevin McFarlane3-Nov-05 8:47
Kevin McFarlane3-Nov-05 8:47 
GeneralRe: C++ Where to start? Pin
David Crow3-Nov-05 3:42
David Crow3-Nov-05 3:42 
GeneralRe: C++ Where to start? Pin
Kevin McFarlane3-Nov-05 8:49
Kevin McFarlane3-Nov-05 8:49 
AnswerRe: C++ Where to start? Pin
Bob Stanneveld2-Nov-05 7:52
Bob Stanneveld2-Nov-05 7:52 
Hello,

What you need to reed depends on what you want to do. If you want to write windows programs, you can study MFC or WIN32. I don't recommand WIN32 since MS is moving to another platform.
When you want to learn how the standard library works, you should read 'The C++ programming language' by Bjarne Stroustrup. This book was already suggested.

My suggestion is that you start to build small C++ programs in C++. Design them well first and read about each topic you come across. If you need some data structure for example, read about vectors, maps, lists, etc.. So for your first toy app, you almost read an entire bookm but you'll read less and less each time. I found that this is an easy way to learn a new language if you are an experianced developer.

One more tip, learn about the C++ memory model very fast. Since it is not managed like C#, you can easy leak tons of memory. This was one of the biggest pitfalls for developers who step down to C++ from a managed language.

Hope this helps. Big Grin | :-D

Behind every great black man...
            ... is the police. - Conspiracy brother


Blog[^]
GeneralRe: C++ Where to start? Pin
Leather992-Nov-05 22:06
Leather992-Nov-05 22:06 
GeneralRe: C++ Where to start? Pin
Kevin McFarlane3-Nov-05 8:57
Kevin McFarlane3-Nov-05 8:57 
AnswerRe: C++ Where to start? Pin
Kevin McFarlane2-Nov-05 9:31
Kevin McFarlane2-Nov-05 9:31 
GeneralRe: C++ Where to start? Pin
Leather992-Nov-05 22:09
Leather992-Nov-05 22:09 
Questionfriend,static,inline,.. recommendation Pin
ddmcr2-Nov-05 4:02
ddmcr2-Nov-05 4:02 
AnswerRe: friend,static,inline,.. recommendation Pin
Maximilien2-Nov-05 4:59
Maximilien2-Nov-05 4:59 
GeneralRe: friend,static,inline,.. recommendation Pin
ddmcr2-Nov-05 5:19
ddmcr2-Nov-05 5:19 
GeneralRe: friend,static,inline,.. recommendation Pin
Maximilien2-Nov-05 5:32
Maximilien2-Nov-05 5:32 
GeneralRe: friend,static,inline,.. recommendation Pin
ddmcr2-Nov-05 5:42
ddmcr2-Nov-05 5:42 
GeneralRe: friend,static,inline,.. recommendation Pin
toxcct2-Nov-05 5:47
toxcct2-Nov-05 5:47 
AnswerRe: friend,static,inline,.. recommendation [edited] Pin
toxcct2-Nov-05 5:01
toxcct2-Nov-05 5:01 
GeneralRe: friend,static,inline,.. recommendation Pin
ddmcr2-Nov-05 5:24
ddmcr2-Nov-05 5:24 
GeneralRe: friend,static,inline,.. recommendation Pin
toxcct2-Nov-05 5:30
toxcct2-Nov-05 5:30 
GeneralRe: friend,static,inline,.. recommendation Pin
ddmcr2-Nov-05 5:47
ddmcr2-Nov-05 5:47 
AnswerRe: friend,static,inline,.. recommendation Pin
S. Senthil Kumar2-Nov-05 5:04
S. Senthil Kumar2-Nov-05 5:04 
GeneralRe: friend,static,inline,.. recommendation Pin
ddmcr2-Nov-05 5:17
ddmcr2-Nov-05 5:17 
GeneralRe: friend,static,inline,.. recommendation Pin
David Crow2-Nov-05 6:15
David Crow2-Nov-05 6:15 

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.