Question:
What are all the tools I need to start programming in C++? I'm a newbie please help!?
dronas_of_theology
2008-03-03 08:09:24 UTC
What are all the tools I need to start programming in C++? I'm a newbie please help!?
Seven answers:
mi deng
2008-03-03 08:15:26 UTC
dev c++ (free) and a book or tutorial.



http://www.bloodshed.net/devcpp.html
PRyder2000
2008-03-03 16:28:46 UTC
Microsoft Visual C++. I have version 6 Standard edition, which I bought years ago and it cost about £80. I think the new version is called Visual C++.net, or something equally flash.



It has the MFC (Microsoft Foundation Classes) which are essential for Windows programming, and it has quite a cool text editor with it that has lists of available functions and variables appear as you type, which is really handy. It not only reduces the amount of typing you have to do, but also if you don't know the classes you're using very well, then it means you don't have to spend ages looking up what your options are, since they appear right in front of you!



You get automatic formatting, and pretty colours and everything. I know it's Microsoft, and has the stigma of that amongst hard-core computing die-hards, and it isn't free, but in my opinion, it's a good product, and I wouldn't use anything else. (Well, not for Windows programming in C++, anyway.)



If you're not planning on doing Windows programming, though, it's probably best to get a free compiler. You won't get the auto-typing or formatting convenience, but if you want to save a few quid, then you can do without it.
NJGit
2008-03-03 16:16:09 UTC
You will need at a minimum an editor, a compiler and a linker.



I think Borland has C++ Builder as a free download now. It is an older environment but probably one of the best you can get for free.



There are a bunch of tools built into unix or linux if you are using that environment.



Google "online C++ tutorial" and you should find something to help you out.
dbarr99
2008-03-03 19:50:38 UTC
You can get Visual C++ Express Edition for free at http://www.microsoft.com/express/vc/Default.aspx You'll also get the SQL Server Express relational database with it too.



However, if you have the choice, I recommend learning C# rather than C++. It's a much easier language to learn and is almost as powerful as C++ without the pain of pointers, etc. You can always learn C++ afterwards if you want.
ROY L
2008-03-03 17:10:43 UTC
I started with the Watcom C/C++ compiler, development environment and editor, now free:



http://www.openwatcom.org/index.php/Download
Amit Singh Karki
2008-03-03 16:14:57 UTC
just install the turbo c and start programming

that's not too hard if you don't even know how to program then you should refer to some books which are avilable in the internet
anonymous
2008-03-03 16:12:53 UTC
go to download.com and look for it


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...