Click here to Skip to main content
15,897,519 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to get web servers IP with visual c++ 6.0 Pin
David Crow8-Sep-05 10:38
David Crow8-Sep-05 10:38 
QuestionBeginner Help Pin
_danpclements_8-Sep-05 9:36
suss_danpclements_8-Sep-05 9:36 
AnswerRe: Beginner Help Pin
Chris Losinger8-Sep-05 10:14
professionalChris Losinger8-Sep-05 10:14 
AnswerRe: Beginner Help Pin
Bob Stanneveld8-Sep-05 10:37
Bob Stanneveld8-Sep-05 10:37 
GeneralRe: Beginner Help Pin
_danpclements_8-Sep-05 11:55
suss_danpclements_8-Sep-05 11:55 
GeneralRe: Beginner Help Pin
Christian Graus8-Sep-05 12:25
protectorChristian Graus8-Sep-05 12:25 
GeneralRe: Beginner Help Pin
John R. Shaw8-Sep-05 22:24
John R. Shaw8-Sep-05 22:24 
GeneralRe: Beginner Help Pin
Bob Stanneveld9-Sep-05 0:51
Bob Stanneveld9-Sep-05 0:51 
John R. Shaw wrote:
but you should also get a good book on C (to help improve your understanding of C++).

It's advised that you don't learn C when you learn C++. This is because C has habits that are plain wrong in C++. Typecasting is one thing, enum magic is another thing. Heap allocations are an important thing that you should not mix if you program C++. Some C++ programmers that were traditional C programmers have bad habits: not initializing variables at the beginning of a function, mixing malloc with new and many more.

You don't need knowledge of C to undestand C++. IMHO it's even better that you don't learn C for the sake of "understanding" C++. The concept is to different.

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


Blog[^]
GeneralRe: Beginner Help Pin
John R. Shaw9-Sep-05 9:12
John R. Shaw9-Sep-05 9:12 
GeneralRe: Beginner Help Pin
Bob Stanneveld10-Sep-05 1:59
Bob Stanneveld10-Sep-05 1:59 
GeneralRe: Beginner Help Pin
Bob Stanneveld9-Sep-05 0:57
Bob Stanneveld9-Sep-05 0:57 
GeneralRe: Beginner Help Pin
Jörgen Sigvardsson8-Sep-05 12:37
Jörgen Sigvardsson8-Sep-05 12:37 
QuestionStatus codes for CHtmlView Pin
vicel8-Sep-05 8:08
vicel8-Sep-05 8:08 
AnswerRe: Status codes for CHtmlView Pin
David Crow8-Sep-05 8:27
David Crow8-Sep-05 8:27 
GeneralRe: Status codes for CHtmlView Pin
vicel8-Sep-05 15:22
vicel8-Sep-05 15:22 
QuestionError c2061 Pin
fenixk198-Sep-05 7:15
fenixk198-Sep-05 7:15 
AnswerRe: Error c2061 Pin
PJ Arends8-Sep-05 8:10
professionalPJ Arends8-Sep-05 8:10 
AnswerRe: Error c2061 Pin
Chris Losinger8-Sep-05 8:14
professionalChris Losinger8-Sep-05 8:14 
AnswerRe: Error c2061 Pin
fenixk198-Sep-05 10:30
fenixk198-Sep-05 10:30 
QuestionDifference between visual c++ and visual c++.net Pin
Ming Luo8-Sep-05 7:03
Ming Luo8-Sep-05 7:03 
AnswerRe: Difference between visual c++ and visual c++.net Pin
David Crow8-Sep-05 7:29
David Crow8-Sep-05 7:29 
AnswerRe: Difference between visual c++ and visual c++.net Pin
Christian Graus8-Sep-05 12:27
protectorChristian Graus8-Sep-05 12:27 
GeneralRe: Difference between visual c++ and visual c++.net Pin
Ming Luo8-Sep-05 21:45
Ming Luo8-Sep-05 21:45 
GeneralRe: Difference between visual c++ and visual c++.net Pin
Christian Graus11-Sep-05 11:15
protectorChristian Graus11-Sep-05 11:15 
QuestionMS Hierarchical FlexGrid Pin
pjhenry12168-Sep-05 5:31
pjhenry12168-Sep-05 5:31 

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.