Thread: How long would it take?

  1. #1
    Registered User Kirdra's Avatar
    Join Date
    Aug 2002
    Posts
    105

    How long would it take?

    Hello, I’m new here. I have learned the basics of C just about a year ago (Just enough to make a basic text program). Before giving up on it. I was just wondering how long it would take someone from a beginner’s perspective. To learn the language to a degree where one could create 2D games of a fair quality…

    I am taking up C++ has a hobby and was wondering what would be the best options to take. I.e. purchasing books, expensive programming compliers etc. or Looking on the internet for free compliers and graphic library’s, along with online tutorials etc.

    Thanks for your time.

  2. #2
    kuphryn
    Guest
    I highly recommend C++ How to Program by Harvey M. Deitel, Paul J. Deitel.

    Kuphryn

  3. #3
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >I was just wondering how long it would take someone from a
    >beginner’s perspective. To learn the language to a degree
    >where one could create 2D games of a fair quality…
    It depends on your idea of fair quality, but I would guesstimate about two years.

    >purchasing books
    Good idea, buy as many books as you can afford, but be careful which you choose. Some are very expensive and worth about as much as a roll of toilet paper.

    >expensive programming compliers etc.
    There is little need for a professional quality compiler if you do not need the features. The free Borland command line compiler serves many very well.

    >Looking on the internet for free compliers and graphic library’s
    Allegro, OpenGL, and DirectX are all good libraries for a hobbyist.

    >along with online tutorials etc.
    As with books, online tutorials are numerous and most of them worthless.

    In my opinion, the best place to go for programming help on everything from code questions to offering advice on books and tutorials is Usenet.

    -Prelude
    My best code is written with the delete key.

  4. #4
    Nick
    Guest
    http://www.amazon.com/exec/obidos/tg...976911-9998500

    All of these books should make you into a game programmer

  5. #5
    Banal internet user
    Join Date
    Aug 2002
    Posts
    1,380
    IMO, get into DirectX; It's fast, compatible, and not as hard to learn as most people think! (especially if you want to make 2D games!)

  6. #6
    Registered User
    Join Date
    Jul 2002
    Posts
    94
    Hmmm. I'll add my two cents. Personally, I found "Sams Teach Yourself C++ in 21 Days" was excellent, and you can find it online somewhere, maybe it was this site, I don't remember. But anyways, yeah that book. As a free compiler, I used Bloodshed's Dev-C++ compiler for awhile before I got MSVC++. I found it to be pretty good. There's a link for it on the CProgramming.com site. As for online tutorials, I once again would recommend CProgramming.com.

    Brendan
    Draco dormiens nunquam titillandus

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 15
    Last Post: 09-30-2008, 02:12 AM
  2. Having Buffer Problems With Overlapped I/O --
    By Sargera in forum C++ Programming
    Replies: 0
    Last Post: 02-07-2006, 04:46 PM
  3. Problem in Converting Unsigned long to String
    By cprogrammer_18 in forum C Programming
    Replies: 8
    Last Post: 01-14-2006, 08:57 AM
  4. Merge and Heap..which is really faster
    By silicon in forum C++ Programming
    Replies: 2
    Last Post: 05-10-2005, 04:06 PM
  5. Insertion Sort Problem
    By silicon in forum C++ Programming
    Replies: 1
    Last Post: 05-08-2005, 12:30 PM