Thread: Next step...

  1. #1
    george7378
    Guest

    Next step...

    Hello,

    I have been doing C++ for nearly a year now, and I can do mathematical functions and also the basics of Win32. I am interested in taking my knowledge a little further, but don't know where to go next - what would you recommend I try next? What did you do after writing calculators and maths programs?

    Thanks.

  2. #2
    Registered User
    Join Date
    Dec 2010
    Posts
    25
    I never learned Windows API. I learned on Linux. I learned the standard libraries and then I learned most of the Linux libraries and then I learned some cross platform multimedia APIs etc.

    I think the best way to learn is design a project you want to complete, figure out what you need to complete it and hack away at it.

  3. #3
    george7378
    Guest
    Thanks a lot - that sounds like a good idea. I have always wanted to try adding physics libraries and simulating things like falling objects, orbits, etc... (numerically) but after looking at the seemingly alien code presented by things like Bullet Physics (the 'Hello World' example must hae been over 100 lines of code I've never seen before), I decided to keep away. Is there anything that might bridge the gap?
    Last edited by george7378; 12-03-2010 at 12:43 PM.

  4. #4
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    Quote Originally Posted by george7378 View Post
    Hello,

    I have been doing C++ for nearly a year now, and I can do mathematical functions and also the basics of Win32. I am interested in taking my knowledge a little further, but don't know where to go next - what would you recommend I try next? What did you do after writing calculators and maths programs?

    Thanks.
    Now that you know how to use C++ and a little Win32, i suggest that you move to learning graphics programming with OpenGL. Particularly i suggest game programming with OpenGL and DirectX. This is a great book to get you started. Now, if you don't want to pay, take a look at that, but i greatly encourage you to buy the book, it's worth it!!
    Devoted my life to programming...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. debugging - step into issue
    By barneygumble742 in forum C++ Programming
    Replies: 7
    Last Post: 03-15-2009, 12:30 PM
  2. recursion
    By paulmedic555 in forum C Programming
    Replies: 26
    Last Post: 01-28-2005, 12:43 AM
  3. robot step sizes
    By n00by in forum C Programming
    Replies: 2
    Last Post: 04-29-2004, 03:29 PM
  4. step by step debug != run debug
    By bonkey in forum Windows Programming
    Replies: 8
    Last Post: 09-09-2002, 12:55 PM
  5. this sites Compiler Resources Specs.
    By Powerfull Army in forum C++ Programming
    Replies: 9
    Last Post: 07-08-2002, 06:12 PM