Jump to content

How long did it take you to learn C++?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
Sionofdarkness

Sionofdarkness

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 384 posts
I haven't learned it yet, but I'm just wondering how long it took you to do it.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I consider myself to be still learning it. I started learning it using Teach Yourself C++ in 21 days, and C++, How To Program. I'm currently working through The C++ Programming Language, Special Edition. The creator of the language admits that he is still learning things about the language, and what can be done with it.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
I will consider my self as a non C++ learner :( I just cant understand it!!

#4
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
well im only on chapter 2 of Beginning Visual C++ 2005 and it really dosnt seem that much different from other programing languages... pratically all the programing languages i work with (php and java) have the exact same syntax; program structure remains pratically the same no matter what programing language... it just takes time to get familiar with the symantics imo

#5
Alakazam

Alakazam

    Newbie

  • Members
  • Pip
  • 9 posts
I took a year of C++ in high school, and was fairly adept at it after that, but like others have said, there's always more to learn.

#6
Ronin

Ronin

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 309 posts
Not long, C++ was pretty easy for me. I had it in school, then in college and also read a couple of books.