Thread: Starting out by skipping chapters !

  1. #1
    Jim(U)
    Guest

    Starting out by skipping chapters !

    Heya guys,

    I haven't registered yet as I'm still struggling with C/C++ in general.

    Problem is that I have a fairly decent amount of experience using the Win32Api in other languages and only limited experience with C/C++.

    So, I'd love to learn C/C++ but I really do NOT want to code any crappy PhoneBook commandline tools to start with.

    Rushing immediately into C Windows programming makes me realize that I don't know how to declare vars and that I'm missing some fundamental basics which is fatal. ( Of course )

    So, Question:

    Anyone knows a good place to start with C/C++ using the WinApi and therefore skipping that crappy commandline ??

  2. #2
    julie lexx... btq's Avatar
    Join Date
    Jun 2002
    Posts
    161
    hmm...maybe this doesn't teach you full c++ syntax but it migh be something for you anyway..?
    Windows GUI tutorial
    not to extensive though but no harm in checkin it out

    /btq
    ...viewlexx - julie lexx

  3. #3
    Jim(U)
    Guest
    Heh, Thanks... Meanwhile I also found The Forgers Tuts which do more or less the same thing.

  4. #4
    Maybe you should just bite the bullet and do the crappy phonebook app.
    -Save the whales. Collect the whole set.

  5. #5
    Jim(U)
    Guest
    >> Maybe you should just bite the bullet and do the crappy phonebook app.

    LOL...
    maybe I should

  6. #6
    Just a Member ammar's Avatar
    Join Date
    Jun 2002
    Posts
    953
    I think if understand the syntax or C++, and spend some time of the basics- not the very simple basics- you can save time in learning the advanced things.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Starting programs
    By Molokai in forum C Programming
    Replies: 1
    Last Post: 04-16-2009, 10:10 AM
  2. Interpreter.c
    By moussa in forum C Programming
    Replies: 4
    Last Post: 05-28-2008, 05:59 PM
  3. Starting a website?
    By IfYouSaySo in forum Tech Board
    Replies: 8
    Last Post: 03-26-2005, 02:43 AM
  4. i am not able to figure ot the starting point of this
    By youngashish in forum C++ Programming
    Replies: 7
    Last Post: 10-07-2004, 02:41 AM
  5. question about reading inputs starting with 0
    By jibbles in forum C Programming
    Replies: 8
    Last Post: 08-09-2004, 03:27 AM