Thread: A bit rusty.

  1. #1
    Black Mage Extraordinaire VegasSte's Avatar
    Join Date
    Oct 2002
    Posts
    167

    A bit rusty.

    I have come back to C after a while, and have even attempted to get my head round c++ (but still have a headache), but am now rusty. Does anyone know of somewhere where they may have exercises to try to get back into it?

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    I don't think you'd really need exercises just for that. Just try skimming through some tuts, try reading some sample source code, and exercises given to first time students. You'll go through 'em in no time.

  3. #3
    Black Mage Extraordinaire VegasSte's Avatar
    Join Date
    Oct 2002
    Posts
    167
    Any dea where i can find some tuts given to students? Or some source code to go through?
    I would also appreciate some help getting my head roung c++. I followed it for a while, eg class is the c++ structure, and i even got the :: bit, but then overloading functions took me a while, and then I got totally blown out of the water!

  4. #4
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    I don't mean to be rude, but everything you're asking for can be found on Google.

  5. #5
    Black Mage Extraordinaire VegasSte's Avatar
    Join Date
    Oct 2002
    Posts
    167
    Rude? You are positively helpful my good man.

  6. #6
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    i dont mean to be obvious here but, how about trying this link
    link

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 11-10-2005, 10:53 AM
  2. porting application from 32 bit to 64 bit error
    By gandalf_bar in forum Linux Programming
    Replies: 1
    Last Post: 09-14-2005, 09:20 AM
  3. Bit processing in C
    By eliomancini in forum C Programming
    Replies: 8
    Last Post: 06-07-2005, 10:54 AM
  4. Bit Manipulation Questions
    By CPPNewbie in forum C++ Programming
    Replies: 7
    Last Post: 08-12-2003, 02:17 PM
  5. Array of boolean
    By DMaxJ in forum C++ Programming
    Replies: 11
    Last Post: 10-25-2001, 11:45 PM