Results 1 to 5 of 5

Thread: Visual C++

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2002
    Posts
    492

    Visual C++

    I need to learn Visual C++ in a very short period of time, are there any websites or books that would get me up in running in a very limited amount of time. I need sort of a crash course in the language.

    Thanks to all that reply.

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    You can't learn C++ in a short time

    You can start with the FAQ, and tutorials at places like www.cplusplus.com, etc.

    Note: C++ != Visual C++. The latter is just a development environment.

    Oh, and don't even think about writing Windows programs just yet, you need to stick on the console for a while first
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3
    New Member
    Join Date
    May 2002
    Posts
    3
    a comma invaded the link parksie

    http://www.cplusplus.com/

    -------

    I need to learn Visual C++ in a very short period of time
    lol, im just into learning vc++ after spending ages learning console stuff and i still have problems just writing the console code, c++ isnt an easy language and with all the funtions envolved in creating windows apps it makes it a long haul..... good luck
    :: The www.tekforums.com Colective ::

  4. #4
    PowerPoster
    Join Date
    Aug 2001
    Location
    new jersey
    Posts
    2,904
    If you are an absolute guru in C, you can probably become very conversant in C++ in a few months as long as you avoid windows programming, which will make your head hurt worse than you even want to think about. As Parksie said, stick with console apps.

    If you don't know C quite well, then attempting to learn C++ in a "short period of time" in anything but the most superficial fashion is just a silly concept.

    What languages do you know. Why the need to learn it so quickly? Are you taking over someone else's code?

  5. #5
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Just as a quick FYI, C++ programming style is very different to C. Syntactically you can write C in C++, but you should do things differently:

    http://www.research.att.com/~bs/new_learning.pdf
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

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