CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2007
    Posts
    4

    New at c++ need help

    hi guys im new at c/c++ and i dont know anything i cant afford classes ;( , but i wish to learn everything about it. is there a good book or tutorial i can read that tells me about most of c++ can you please post if there is thanks .ive searched the web but i have not found any tutorial which teach c and c++ fully. also i was wondering what is the difference between visual c and just c and which one would be good for game programming thanks .

  2. #2
    Join Date
    May 2007
    Posts
    437

    Re: New at c++ need help

    ashu
    always use code tag

  3. #3
    Join Date
    Jul 2006
    Location
    /home/fixion
    Posts
    106

    Re: New at c++ need help

    Here are a few links that I find useful:
    http://www.cplusplus.com/doc/tutorial/
    http://www.parashift.com/c++-faq-lite/index.html
    http://www.cppreference.com/
    http://www.codeproject.com/

    Standard C and C++ don't have support for graphics on their own. Most GUIs are created using external libraries such as MFC, wxWidgets, OpenGL, DirectX, etc. I recommend you go through the tutorial (first link), once you understand that stuff, move onto learning MFC.

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

Featured