Thread: How effective is this.

  1. #1
    C++ and openGL Raeliean's Avatar
    Join Date
    Jul 2005
    Posts
    28

    How effective is this.

    How effective is the c++ tutorial on the cprogramming.com homepage? Will it teach me everything I need to know?

    Can anyone provide any other links to free tutorials that'll help reinforce and more thoroughly teach me?

    Thanks a bunch in advance guys! I hope all your coding goes well.
    Be inspired.

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Well for starters, you're on the C board, not the C++ board. Next, define "everything I need to know". In short, no, it won't teach you "everything". Will it teach you some things? Sure. Other than that, how about you visit your local search engine and plunk a few key words in and see how many tutorials you can come up with.

    You will want to either visit your library or book store and pick up at the minimum a good reference book. You'll likely want to pick up some books that teach the language you're trying to learn.


    Quzah.
    Hope is the first step on the road to disappointment.

  3. #3
    C++ and openGL Raeliean's Avatar
    Join Date
    Jul 2005
    Posts
    28
    Oh I didn't notice, stupid me, thanks for informing me! Well since I'm in here.. is C programming worth learning? Any good?
    Be inspired.

  4. #4
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    Quote Originally Posted by Raeliean
    Oh I didn't notice, stupid me, thanks for informing me! Well since I'm in here.. is C programming worth learning? Any good?
    No. Absolutely not. It's a horrible language. It's a mystery of modern science why so many people use it to create so many things. Nobody has ever figured it out. </sarcasm> Your choice of language should depend on what you want to do, but in general, C and C++ are both very good languages for a large number of tasks.
    Away.

  5. #5
    I typecast anyway.
    Join Date
    Jun 2005
    Posts
    25
    Quote Originally Posted by Raeliean
    Oh I didn't notice, stupid me, thanks for informing me! Well since I'm in here.. is C programming worth learning? Any good?
    Hehe, you're asking that in this section? That's kind of like going to a dog show and asking if anyone there likes dogs...

    (Yes. I like C.)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 7
    Last Post: 06-02-2009, 08:57 PM
  2. Are Exceptions effective?
    By Petike in forum C++ Programming
    Replies: 5
    Last Post: 09-13-2008, 12:23 AM
  3. How effective is brainbench ?
    By jaivrat in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 09-24-2006, 06:31 AM
  4. Which code is more effective?
    By Unregistered in forum C# Programming
    Replies: 1
    Last Post: 04-24-2002, 06:27 AM
  5. Stoned Coder -Effective C++
    By Troll_King in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 10-24-2001, 05:47 AM