|
| 16 Feb 2016 06:47 PM |
Recently got myself a pirated version of Visual C++ 2010 full edition because microsoft is a butt and won't let me download from there website. Pretty sure they removed the download.
Anyways, I was messing around in it. I managed to make a blank application that had a name of 'Print' at the top, but I didn't code anything. I don't know how to change the name at the top, and I don't know how to make a .exe (I made it using Debug).
I guess my question is, where can I learn C++? |
|
|
| Report Abuse |
|
|
|
| 16 Feb 2016 07:08 PM |
If you have visual c++ then do cprogramming.com and msdn.microsoft.com
|
|
|
| Report Abuse |
|
|
|
| 16 Feb 2016 07:09 PM |
oh ignore the first line i forgot to erase that, you dont need to know how to compile from command line if you compile debug
|
|
|
| Report Abuse |
|
|
|
| 16 Feb 2016 07:11 PM |
| I was looking for something a little more user interactive, sort of like CodeCademy's html stuff. |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 16 Feb 2016 07:17 PM |
http://www.cplusplus.com/doc/tutorial/ http://www.tutorialspoint.com/cplusplus/ https://learnxinyminutes.com/docs/c++/
From google
|
|
|
| Report Abuse |
|
|
|
| 16 Feb 2016 07:30 PM |
Why did you pirate VS? They have free community versions. That's what I use. Got plenty of features.
~ Shakespeare's Soggy Left Nut |
|
|
| Report Abuse |
|
|
|
| 16 Feb 2016 07:33 PM |
@Ticker
My PC doesn't have memory for any of the newer versions and when I tried to download 2010 I got redirected to the new one so I just said screw it, they don't sell it anymore anyways so it's not like they are losing money. |
|
|
| Report Abuse |
|
|
|
| 16 Feb 2016 07:33 PM |
| Also it isn't VS that I have. I have Visual C++. |
|
|
| Report Abuse |
|
|
Darkenus
|
  |
| Joined: 17 Jul 2014 |
| Total Posts: 1997 |
|
|
| 16 Feb 2016 07:37 PM |
i swear, VS 2015 takes FOREVER to install..
also, like always, i learn OOP languages from BOOOOKKSSSSS! |
|
|
| Report Abuse |
|
|
|
| 16 Feb 2016 07:43 PM |
c++ is object oriented only when you choose it to be
|
|
|
| Report Abuse |
|
|
| |
|
| |
|
lordrambo
|
  |
| Joined: 16 Jun 2009 |
| Total Posts: 20628 |
|
|
| 16 Feb 2016 08:12 PM |
| well I mean unless you're actually making objects your c++ code can usually be valid c code as well with maybe a few adjustments |
|
|
| Report Abuse |
|
|
| |
|
|
| 16 Feb 2016 08:23 PM |
Kid at my school constantly brags about how he knows C# to me at school when he sees me working in atom.
Doesn't know difference between a Int and double. |
|
|
| Report Abuse |
|
|
|
| 16 Feb 2016 08:53 PM |
| @check funny cause I am watching C# vids. |
|
|
| Report Abuse |
|
|
|
| 17 Feb 2016 05:09 PM |
"Doesn't know difference between a Int and double." but all doubles are 32 bits like ints!11111 /s
|
|
|
| Report Abuse |
|
|
|
| 17 Feb 2016 05:10 PM |
well actually, c++ is always object oriented even when you try not to std is a namespace
|
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 17 Feb 2016 05:10 PM |
'well actually, c++ is always object oriented even when you try not to std is a namespace'
> implying you even have to use the std namespace |
|
|
| Report Abuse |
|
|
|
| 17 Feb 2016 05:12 PM |
| > implying you even have to use the std namespace [2] |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|