Thread: C++ Without Fear, now where/what

  1. #1
    Registered User
    Join Date
    Jul 2011
    Posts
    22

    C++ Without Fear, now where/what

    Hi Guys,

    I've just completed the above book - I'm confident that i understand all the principles that it has tought. I'm just not sure where to go next..

    Can anybody recommend any books websites?

    Thanks in advance.

  2. #2
    The Dragon Reborn
    Join Date
    Nov 2009
    Location
    Dublin, Ireland
    Posts
    629
    Quote Originally Posted by Freem View Post
    I'm confident that i understand all the principles that it has tought
    Impressive..and it is *taught*
    I'm just not sure where to go next
    Write code?
    You ended that sentence with a preposition...Bastard!

  3. #3
    [](){}(); manasij7479's Avatar
    Join Date
    Feb 2011
    Location
    *nullptr
    Posts
    2,657
    Try
    Effective C++ ..or if you're that confident.. Effective STL
    and Thinking in C++ ..Volume 2.

    Also..as 'Eman' said...
    Writing some actual programs is a very very very good idea.

  4. #4
    Registered User
    Join Date
    Apr 2010
    Posts
    88
    Not to mention VERY

  5. #5
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    I'd recommend picking one of the common cross-platform GUI frameworks and learning to use it. Qt, WxWidgets, GtkMM, and FLTK are a few to get you started. Lots of people recommend Qt. I have used WxWidgets extensively, and find it to be pretty powerful and useful. I don't know a lot about the other two, other than the fact that they exist. all of these frameworks will work on many platforms, including windows, linux, mac, etc.

  6. #6
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    and don't forget about VERY

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. No fear?
    By Salem in forum General Discussions
    Replies: 6
    Last Post: 07-15-2010, 11:18 PM
  2. C++ Without Fear Example Won't Work
    By bengreenwood in forum C++ Programming
    Replies: 6
    Last Post: 04-28-2009, 06:08 PM
  3. Help with Example in C++ without fear book.
    By Marine4Jesus in forum C++ Programming
    Replies: 10
    Last Post: 04-16-2009, 03:52 PM
  4. Pointer fear
    By zerbitx in forum C Programming
    Replies: 6
    Last Post: 02-28-2006, 10:39 AM
  5. my tic tac toe is done .. fear?
    By gunder in forum Game Programming
    Replies: 2
    Last Post: 09-14-2003, 11:33 PM

Tags for this Thread