I really want to learn C++, where do I begin, like a compiler (i mean what is that)
How do I learn C++ on Windows 8?
-
BodyMindSoul
- Banned
- Posts: 12
- Joined: Mon Jul 01, 2013 5:19 pm
How do I learn C++ on Windows 8?
I have a windows 8 laptop
I really want to learn C++, where do I begin, like a compiler (i mean what is that)
I really want to learn C++, where do I begin, like a compiler (i mean what is that)
Advertising
Re: How do I learn C++ on Windows 8?
http://www.microsoft.com/visualstudio/e ... -windows-8BodyMindSoul wrote:I have a windows 8 laptop
I really want to learn C++, where do I begin, like a compiler (i mean what is that)
*make sure to use Windows Desktop version.
Was going to recommend CodeBlocks buts its not compatible for some reason. Oh well, Visual Studio is not bad by any means.
Advertising
Last edited by snailface on Mon Jul 01, 2013 6:06 pm, edited 1 time in total.
- pspfanMOHH
- Posts: 660
- Joined: Sat Jun 11, 2011 9:16 pm
- Location: Grand Line, New World
Re: How do I learn C++ on Windows 8?
How is it not compatible? I have windows 8 and CodeBlocks works perfectly finesnailface wrote:http://www.microsoft.com/visualstudio/e ... -windows-8BodyMindSoul wrote:I have a windows 8 laptop
I really want to learn C++, where do I begin, like a compiler (i mean what is that)
Was going to recommend CodeBlocks buts its not compatible for some reason. Oh well, Visual Studio is not bad by any means.
Follow @pspfanMOHH
-
BodyMindSoul
- Banned
- Posts: 12
- Joined: Mon Jul 01, 2013 5:19 pm
Re: How do I learn C++ on Windows 8?
thanks man:)snailface wrote:http://www.microsoft.com/visualstudio/e ... -windows-8BodyMindSoul wrote:I have a windows 8 laptop
I really want to learn C++, where do I begin, like a compiler (i mean what is that)
Was going to recommend CodeBlocks buts its not compatible for some reason. Oh well, Visual Studio is not bad by any means.
-
BodyMindSoul
- Banned
- Posts: 12
- Joined: Mon Jul 01, 2013 5:19 pm
Re: How do I learn C++ on Windows 8?
I am looking at codeblocks website now, ill download and check
-
BodyMindSoul
- Banned
- Posts: 12
- Joined: Mon Jul 01, 2013 5:19 pm
Re: How do I learn C++ on Windows 8?
omg it workksssss:) thanks guys
-
BodyMindSoul
- Banned
- Posts: 12
- Joined: Mon Jul 01, 2013 5:19 pm
Re: How do I learn C++ on Windows 8?
umm wait i have a list of compilers i got to choose from, help please
GNU GCC Compiler
Microsoft Visual C++ Toolkit 2003
Microsoft Visual C++ 2005/2008
Microsoft Visual C++ 2010
and a list goes on....
GNU GCC Compiler
Microsoft Visual C++ Toolkit 2003
Microsoft Visual C++ 2005/2008
Microsoft Visual C++ 2010
and a list goes on....
Re: How do I learn C++ on Windows 8?
Use MinGW.BodyMindSoul wrote:umm wait i have a list of compilers i got to choose from, help please
GNU GCC Compiler
Microsoft Visual C++ Toolkit 2003
Microsoft Visual C++ 2005/2008
Microsoft Visual C++ 2010
and a list goes on....
I hope you downloaded the one with the compiler packed in. Makes it easier for a beginner.
If you didn't, just re-download and install this one: codeblocks-12.11mingw-setup.exe
http://www.codeblocks.org/downloads/26
-
BodyMindSoul
- Banned
- Posts: 12
- Joined: Mon Jul 01, 2013 5:19 pm
Re: How do I learn C++ on Windows 8?
ohhh umm i dont think so, i just downloaded the highest option...
ill search tutorials on youtube and see how to compile them there
thanks man:)
ill search tutorials on youtube and see how to compile them there
thanks man:)
Re: How do I learn C++ on Windows 8?
Yeah uninstall what you had and start over.BodyMindSoul wrote:ohhh umm i dont think so, i just downloaded the highest option...
ill search tutorials on youtube and see how to compile them there
thanks man:)
Here is a good video series that will walk you through everything.
http://www.youtube.com/watch?v=tvC1WCdV1XU
