Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

i need a good website to learn c++ [closed]

Tags:

c++

i want to learn C++; and i already have a compiler.

i already know a few programming languages including:

  • BASIC (yes, the dos version)
  • visualBasic (using VisualBasic Express 2006 or 8 i'm not quite sure)
  • Java
  • PHP
  • HTML (if we count that)

so it doesn't need to be for absolute beginners; although if you find one post it too.

like image 359
crazybmanp Avatar asked Dec 02 '22 07:12

crazybmanp


1 Answers

www.cplusplus.com is a great website with tons of documentation for experts and beginners.

Tutorials for beginners:

http://www.cplusplus.com/doc/tutorial/

An additional website I heartily reccomend once you have a little more expertise is the C++ FAQ Lite.

like image 172
Doug T. Avatar answered Dec 09 '22 10:12

Doug T.