Thread: Vc++

  1. #1
    Unregistered
    Guest

    Vc++

    It's good idea to learn c++ before touching visual correct?

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Yes....learn the language...then master the tool

    [edit]Oh....you can always use it as your compiler....but leave the ATL, MFC and other toys until you know what you are doing[/edit]

  3. #3
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Echo Fordy really. Learn the language with console apps, then the API, then a class library, (MFC, VCL etc.), later if you need/want too.

    VC++ is fine for learning - but walk, then run, then fly...
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  4. #4
    kuphryn
    Guest
    Definitely learn core C++ before doing anything in Windows. Do not forget C++ is the same no matter how other program have used it to create what seems like more sophisticated tools such as Win32 API, MFC, ATL, Qt, etc.

    Kuphryn

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to show line no in VC ++
    By mpushkar in forum Tech Board
    Replies: 1
    Last Post: 12-17-2006, 09:33 AM
  2. makefile exported by vc 6.0 doesn't work
    By wow in forum Windows Programming
    Replies: 7
    Last Post: 03-24-2006, 04:20 PM
  3. Can't compile this with VC 6.0
    By uriel2013 in forum C++ Programming
    Replies: 4
    Last Post: 05-31-2003, 07:43 PM
  4. VC 7.0 and templates
    By Mongush in forum C++ Programming
    Replies: 12
    Last Post: 03-11-2003, 10:32 AM
  5. Why VC?
    By Unregistered in forum Windows Programming
    Replies: 1
    Last Post: 04-15-2002, 05:24 AM