Author Topic: Learn C++  (Read 1912 times)

0 Members and 1 Guest are viewing this topic.

Offline Phage

  • VIP
  • Overlord
  • *
  • Posts: 1280
  • Cookies: 120
    • View Profile
Learn C++
« on: December 15, 2012, 01:33:40 pm »
If you are considering learning C++ you should definitely give this website a visit. I used it when i started at C++ and i have really learned a lot. It will teach you all the basics you will need to create programs in C++ and you will not regret that you visited this website.

http://www.learncpp.com

Of cause this should not be your only source of information about C++. But this website is really good at explaining the different things in an understandable way. So give it a try and let me know what you think.
« Last Edit: December 15, 2012, 01:36:36 pm by Phage »
"Ruby devs do, in fact, get all the girls. No girl wants a python, but EVERY girl wants rubies" - connection

"It always takes longer than you expect, even when you take into account Hofstadter’s Law."

Offline parad0x

  • VIP
  • Royal Highness
  • *
  • Posts: 638
  • Cookies: 118
    • View Profile
Re: Learn C++
« Reply #1 on: December 15, 2012, 05:00:10 pm »
Its a very good c++ learning resource. +1 for that. ;)
Isn't there any similar which teaches in interactive way? ???

Offline Phage

  • VIP
  • Overlord
  • *
  • Posts: 1280
  • Cookies: 120
    • View Profile
Re: Learn C++
« Reply #2 on: January 08, 2013, 12:39:15 pm »
I have not been able to find any resources who teaches you C++ in an interactive way. I have seen websites who teaches pretty much all web oriented programming languages in an interactive way. Some of them could be:


www.codeacademy.com
http://www.learnpython.org/
"Ruby devs do, in fact, get all the girls. No girl wants a python, but EVERY girl wants rubies" - connection

"It always takes longer than you expect, even when you take into account Hofstadter’s Law."

Offline parad0x

  • VIP
  • Royal Highness
  • *
  • Posts: 638
  • Cookies: 118
    • View Profile
Re: Learn C++
« Reply #3 on: January 08, 2013, 01:59:19 pm »
I have not been able to find any resources who teaches you C++ in an interactive way. I have seen websites who teaches pretty much all web oriented programming languages in an interactive way. Some of them could be:


www.codeacademy.com
http://www.learnpython.org/
Well,I have learnt Ruby from codecademy.com but it has very basic tuts.Also,I have to left ruby because I downloaded my Ruby books but none of them contained exercise.Can you post a good Ruby book having exercise?

Offline kat

  • /dev/null
  • *
  • Posts: 8
  • Cookies: 1
    • View Profile
Re: Learn C++
« Reply #4 on: January 08, 2013, 05:25:02 pm »
Mr. Perfect, maybe you will find something usefull here? http://www.codeschool.com/courses/tag/ruby

Offline rasenove

  • Baron
  • ****
  • Posts: 950
  • Cookies: 53
  • ಠ_ಠ
    • View Profile
Re: Learn C++
« Reply #5 on: January 08, 2013, 05:33:56 pm »
Its a very good c++ learning resource. +1 for that. ;)
Isn't there any similar which teaches in interactive way? ???

This is pretty good too www.cprogramming.com/
My secrets have secrets...

Offline heivan

  • NULL
  • Posts: 1
  • Cookies: 0
    • View Profile
Re: Learn C++
« Reply #6 on: January 10, 2013, 07:16:52 pm »
Thanks, looks good. I am gonna take a c++ course next sem, will give it a try.
Btw, do you know any site for quick C++ training?

Offline rasenove

  • Baron
  • ****
  • Posts: 950
  • Cookies: 53
  • ಠ_ಠ
    • View Profile
Re: Learn C++
« Reply #7 on: January 10, 2013, 07:22:58 pm »
Thanks, looks good. I am gonna take a c++ course next sem, will give it a try.
Btw, do you know any site for quick C++ training?

what do you mean by quick learning? I dont think this is a good idea but,  here you go.
 
www.codeproject.com/Articles/19354/Quick-C-CLI-Learn-C-CLI-in-less-than-10-minutes

and next time do a google search befor asking people for resourses.
My secrets have secrets...