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

C / C++ / MFC

 
GeneralRe: help Pin
EliottA19-Aug-09 5:43
EliottA19-Aug-09 5:43 
GeneralRe: help Pin
Code-o-mat19-Aug-09 6:00
Code-o-mat19-Aug-09 6:00 
AnswerRe: help Pin
Code-o-mat19-Aug-09 5:51
Code-o-mat19-Aug-09 5:51 
GeneralRe: help Pin
Maximilien19-Aug-09 5:58
Maximilien19-Aug-09 5:58 
AnswerRe: help Pin
Selvam R19-Aug-09 8:22
professionalSelvam R19-Aug-09 8:22 
AnswerRe: help Pin
N. Rackley19-Aug-09 9:03
N. Rackley19-Aug-09 9:03 
AnswerRe: help Pin
Rane20-Aug-09 1:16
Rane20-Aug-09 1:16 
AnswerRe: help Pin
Alan Balkany20-Aug-09 4:25
Alan Balkany20-Aug-09 4:25 
The first step is to read introductory books. You should probably learn C first because C is a subset of C++, so you'll already know the C part when you study C++.

The next step is to practice writing programs. Programming is like swimming in that you have to do it to learn it. You can't learn to swim just from reading about it.

Reading and understanding other peoples' code is also helpful.

Then more advanced books will help. I recommend Effective C++ by Scott Meyers. Design Patterns is a good book for learning how to effectively use the object-oriented features of C++.
QuestionHow can i download a full internet page from browser Pin
SNArruda19-Aug-09 5:10
SNArruda19-Aug-09 5:10 
AnswerRe: How can i download a full internet page from browser Pin
Nemanja Trifunovic19-Aug-09 5:26
Nemanja Trifunovic19-Aug-09 5:26 
QuestionRe: How can i download a full internet page from browser Pin
David Crow19-Aug-09 5:31
David Crow19-Aug-09 5:31 
QuestionUpdate window problem in unicode Pin
bhanu_reddy0919-Aug-09 5:08
bhanu_reddy0919-Aug-09 5:08 
AnswerRe: Update window problem in unicode Pin
Code-o-mat19-Aug-09 8:42
Code-o-mat19-Aug-09 8:42 
QuestionHow to store rich edit box contents to a text file Pin
sunny_vc19-Aug-09 3:29
sunny_vc19-Aug-09 3:29 
AnswerRe: How to store rich edit box contents to a text file Pin
David Crow19-Aug-09 4:53
David Crow19-Aug-09 4:53 
Questionhow to use c++ to find prime palindrome Pin
ayeosq19-Aug-09 3:24
ayeosq19-Aug-09 3:24 
AnswerRe: how to use c++ to find prime palindrome Pin
molesworth19-Aug-09 4:09
molesworth19-Aug-09 4:09 
AnswerRe: how to use c++ to find prime palindrome Pin
CPallini19-Aug-09 4:10
mveCPallini19-Aug-09 4:10 
AnswerRe: how to use c++ to find prime palindrome Pin
Michael Schubert19-Aug-09 4:17
Michael Schubert19-Aug-09 4:17 
GeneralRe: how to use c++ to find prime palindrome Pin
ayeosq19-Aug-09 14:40
ayeosq19-Aug-09 14:40 
GeneralRe: how to use c++ to find prime palindrome Pin
Michael Schubert19-Aug-09 21:36
Michael Schubert19-Aug-09 21:36 
GeneralRe: how to use c++ to find prime palindrome Pin
ayeosq19-Aug-09 23:56
ayeosq19-Aug-09 23:56 
Questionunicode Pin
koiava19-Aug-09 1:31
koiava19-Aug-09 1:31 
AnswerRe: unicode Pin
«_Superman_»19-Aug-09 1:47
professional«_Superman_»19-Aug-09 1:47 
AnswerRe: unicode Pin
CPallini19-Aug-09 1:56
mveCPallini19-Aug-09 1:56 

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.