I'm learning C++ at the university where we use linux. We write the code on a program called emacs and then I put g++ name.cc ./a.out to run it on the terminal. How do I do all that on windows? I want to practice at home
Sixteen answers:
Andy T
2015-02-14 18:01:19 UTC
There are many setups to do so, just keep in mind Windows by its design promotes GUI and usage pattern called WIMPS, simply said mouse and keyboard on a window. Back the days Cygwin is a popular route.
Arturo Fernandez
2015-02-15 08:27:18 UTC
The best program is Microsoft Visual Studio Express for Windows Desktop 2013 . It's free and it's the best, that's what I use and I also have codeblock but I use Visual Studio.
?
2015-02-15 12:29:49 UTC
I started C++ on a program called CodeBlocks IDE..It has a GUI and it is really easy to learn it..Once you are done writing your code then you have a button to build it and run it..There is a input/output window where you can see if your program is behaving correctly
Musfiq Rahman
2015-02-13 10:52:52 UTC
In windows you can use codeblocks as IDE. It has a good user interface and has a run button. Pressing that compiles your code and runs the program in a new windows. Also there is an option to correct your code if you do not code correctly.
Ravi Kumar
2015-02-18 01:15:51 UTC
There's a tool called turbo c++ you can install it on your windows and practice on it...
VP
2015-02-13 15:34:07 UTC
Ask your instructor. I'm sure there are others in your class wanting to know the same info. S/he probably already has free software that students can use at home. If all else fails, you can try some of the suggestions here.
Chris
2015-02-14 12:15:03 UTC
For a full-fledged IDE, try Netbeans: https://netbeans.org/downloads/
APN
2015-02-17 01:49:02 UTC
Free and easy to use is turboc++ for windows.
Download, install and use it.
OK
adaviel
2015-02-13 11:14:05 UTC
cygwinas I recall gives you a Linux-like environment inside Windows
anonymous
2015-02-13 15:49:36 UTC
watch these videos
https://www.thenewboston.com/videos.php?cat=16
they explain how to download and install codeblocks
and give a great introduction to C++
http://www.codeblocks.org/downloads/26
you want the one named
codeblocks-13.12mingw-setup.exe
you can also watch these
http://xoax.net/cpp/crs/console/index.php
?
2015-02-14 04:37:40 UTC
Install Dev C++ free from web. It run all your programs
?
2015-02-14 07:05:53 UTC
Use google and youtube video tutorials
cja
2015-02-13 11:51:38 UTC
Cygwin: https://www.cygwin.com/
Never Available
2015-02-13 10:39:40 UTC
use a program called Bloodshed Dev C++
Kookiemon
2015-02-13 12:36:44 UTC
https://gcc.gnu.org/install/binaries.html
Bob
2015-02-13 11:08:51 UTC
go to a book store and get a c++ book with an install disk, you can download it somewhere but i cant find any that work
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.