Thread: confused

  1. #16
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Command line programs focussing on standard C++ would be my suggestion.

    The command line minimises the amount of extra 'fluff' you have to deal with, which gets in the way of learning the language.

    It's perfectly reasonable to learn and test all the important C++ techniques from within the overall simplicity of a command line program.

    When you know the language, then you can start to use whatever graphical APIs take your fancy.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  2. #17
    Registered User
    Join Date
    Jun 2007
    Posts
    24
    you should probably learn c, c++ or if you want to join microsoft c#

  3. #18
    Registered User
    Join Date
    Jul 2007
    Posts
    8
    i dont want c# i want c++ c++ is more powerfull then c# i just want to program in c++. I have the book c++ grand cru thats a c++ book about console programming so you dont learn to make a window. Salem so you started first with console apps yourself and then you went win32 ? I'm reading these tutorials now http://nehe.gamedev.net/ and i do understand them but not all of it but i understand the most of it. I think i just need to practice allot. But in the beginning i always ask to many questions so get used to it

    ps salem can i have you email or something its nice to know someone who can help
    Last edited by a-slayeriq; 07-06-2007 at 08:21 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Confused about Memory
    By gL_nEwB in forum C++ Programming
    Replies: 22
    Last Post: 06-20-2006, 07:32 PM
  2. why wont this compile?!? :confused:
    By jdude in forum C++ Programming
    Replies: 5
    Last Post: 11-25-2004, 01:13 AM
  3. So Now Im getting confused?!?!?
    By zergdeath1 in forum C++ Programming
    Replies: 11
    Last Post: 03-06-2004, 05:41 PM
  4. confused.. in selecting my line of deapth
    By jawwadalam in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 05-04-2003, 01:21 PM
  5. Extern Question, really confused
    By SourceCode in forum C Programming
    Replies: 10
    Last Post: 03-26-2003, 11:11 PM