Thread: Are there any free online C++ classes?

  1. #1
    Registered User
    Join Date
    Jul 2005
    Posts
    100

    Question Are there any free online C++ classes?

    ?

  2. #2
    Nonconformist Narf's Avatar
    Join Date
    Aug 2005
    Posts
    174
    None that are worth the money they ask you for it.
    Just because I don't care doesn't mean I don't understand.

  3. #3
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    Code:
    class Class
    {
      public:
        Class() {};
        ~Class() {};
    };
    <--- there, online and free. Enjoy!
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

  4. #4
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Good one Magos - Rep++ (I wish)

    What exactly do you mean by classes? If you want someone to grade your answers to the practice problems you do out of an assigned text book, you're not going to find that free. But if you want some tutorials, just search google. This site even has it's own set.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How properly inherit from template?
    By 6tr6tr in forum C++ Programming
    Replies: 118
    Last Post: 04-25-2008, 04:30 AM
  2. Prime Number Generator... Help !?!!
    By Halo in forum C++ Programming
    Replies: 9
    Last Post: 10-20-2003, 07:26 PM
  3. include question
    By Wanted420 in forum C++ Programming
    Replies: 8
    Last Post: 10-17-2003, 03:49 AM