Results 1 to 4 of 4

Thread: Help for a C++ newbie

  1. #1

    Thread Starter
    Hyperactive Member zer0_flaw's Avatar
    Join Date
    Apr 2001
    Posts
    448

    Help for a C++ newbie

    Hello all. Well, I spend most of my day sitting around answering questions in the VB forum... but now I want something new so I came here. Can someone please tell me the best place to go for a newbie (C++ newbie... not all around newbie ) to learn C++. If it matters any to the learning process I'm advanced in Visual Basic and know a good bit of Perl. Thanks for your help. Later,

    -zer0 flaw

  2. #2
    Frenzied Member Technocrat's Avatar
    Join Date
    Jan 2000
    Location
    I live in the 1s and 0s of everyones data streams
    Posts
    1,024
    First of all read the FAQ

    http://161.58.186.97/announcement.php?s=&forumid=9

    Second, stop right now thinking in VB. Believe me I was damn good in VB but C++ is a lot different. If you keep your mind set in VB while trying to learn C++ your going to run into a lot of walls.

    Third, learn the basics first. Start by making console apps, then move up to windows apps using API, then learn windows app with MFC, STL, etc. Dont start by making windows apps right away, because you need to know and understand pointers, classess, arrays, math functions, etc before you start Windows apps.
    MSVS 6, .NET & .NET 2003 Pro
    I HATE MSDN with .NET & .NET 2003!!!

    Check out my sites:
    http://www.filthyhands.com
    http://www.techno-coding.com


  3. #3
    Zaei
    Guest
    I would put the STL before Windows stuff with the API. But, yes, learn the basics first. Pointers are a MUST for later stuff, but leave that until you have gotten classes down pretty well. Make sure that you can remember all the funny little symbols (&&, ||, !=, % =).

    Z.

  4. #4
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    When you go into C++ windows programming you will find out that it can be a real pain in the a*s sometimes. The important thing is not to give up and ofcourse to read the MSDN. The MSDN is a must have for a C++ windows programmer.
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width