New to C++

topic posted Thu, April 8, 2004 - 9:39 PM by  Demosthenes
Share/Save/Bookmark
Advertisement
I know some basic programming... I can write Java and HTML easy. I been really interested in the language. I would like to say Hello to everyone I am a new member and also I have a question.

Where or how is the best way for me to learn C++? I have visual studio 6.0
Advertisement
Advertisement
  • Re: New to C++

    Sun, April 11, 2004 - 8:54 PM
    Hi,

    Welcome to the group. I think VC6 is a good place to start learning C++. If you are coming over from Java, there is a fair bit of syntax, as well as some new concepts to get familiar with. I would suggest starting with a simple "hello world" tutorial, then move on to a more interactive console app. Once you feel comfortable with the syntax, then you can delve into MFC and hack up some dialog-based interfaces.

    I guess it really depends on what you want to do.

    Have fun!