Thread: Links for C++

  1. #1
    The Defective GRAPE Lurker's Avatar
    Join Date
    Feb 2003
    Posts
    949

    Links for C++

    I was wondering if anyone knew any good, detailed tutorials for Win32 C++ development with Borland. Please do not recommend me to MSDN, it confuses me greatly. Thanks !

  2. #2
    Registered User Dante Shamest's Avatar
    Join Date
    Apr 2003
    Posts
    970
    You should start here.
    Nomad's Win32 Tutorials

    Then you should proceed here.
    Winprog

    Then you should go here:
    GameTutorials.com Win32 Tutorials

    For examples, go here:
    Ken Fitlike's Win32 Tutorials

  3. #3
    Registered User
    Join Date
    May 2003
    Posts
    1,619

    Re: Links for C++

    Originally posted by Lurker
    I was wondering if anyone knew any good, detailed tutorials for Win32 C++ development with Borland. Please do not recommend me to MSDN, it confuses me greatly. Thanks !
    Check out the links they recommended, but in the end you'll pretty much need to learn to read MSDN documentation.

    Microsoft actually has quite decent documentation on almost all of its programming products (the exception being Embedded Visual C++ which I found several gaps in documentation). MSDN isn't generally the best way to learn the fundamentals of how the WinAPI works, but once you know the basics, it's your single best resource for the details.

    I mean, every book and programming tutorial that exists was ultimately derived from that single source; all the information that exists about the WinAPI comes from there first. So you should learn how to read their articles and get the necessary information. If needed, read slowly and repeatedly until you grasp the main ideas.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Game Programming Links
    By RoD in forum Game Programming
    Replies: 54
    Last Post: 01-31-2022, 02:50 AM
  2. Magnet Links
    By anirban in forum Tech Board
    Replies: 3
    Last Post: 12-08-2007, 08:07 AM
  3. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  4. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM
  5. Resource ICONs
    By gbaker in forum Windows Programming
    Replies: 4
    Last Post: 12-15-2003, 07:18 AM