Thread: Continue

  1. #1
    Registered User
    Join Date
    Jan 2007
    Posts
    188

    Continue

    How should i continue program? I want to learn new stuff. Right now i'm codin stuff in the cmd.exe. I wan't to try something harder.

    What should i do, should i contonue in cmd.exe coding or should i start with grafix? If so, give me a link for newbies at grafix in C++.

  2. #2
    The larch
    Join Date
    May 2006
    Posts
    3,573
    Graphics in C++ is done with 3rd party libraries.

    The greatest skill you'll need is the ability to find documentation / tutorials on these libraries on the Web on your own, and to understand what they are saying.

    So, if you have this question, you're not probably ready

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    There's a whole bunch of algorithms, data structures, techniques etc which can all be explored simply and efficiently using a command line program.
    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.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 8
    Last Post: 11-03-2008, 09:48 PM
  2. Continue and switch
    By camzio in forum C Programming
    Replies: 10
    Last Post: 10-04-2008, 08:31 AM
  3. switch - continue
    By DavidP in forum C Programming
    Replies: 2
    Last Post: 06-24-2004, 10:09 AM
  4. continue statement
    By minesweeper in forum C++ Programming
    Replies: 4
    Last Post: 12-08-2002, 05:07 AM
  5. continue in while loops
    By Unregistered in forum C Programming
    Replies: 7
    Last Post: 03-04-2002, 10:58 PM