New PC/New C++

closed account (jyU4izwU)
Hi i got a new Windows Pc And I Downloaded TurboC++, Sadly I DO NOT Have All The Good Library... Where can i get new ones... Maby a new compiler...
#include <windows.h>

BTW I Use .h for evrything now so...

[code#]#include <iostream.>[/code]
Microsoft Visual C++ has a free edition. Other people had the same question on this forum
http://www.cplusplus.com/forum/windows/663/
I prefer linux with gcc and QtCreator as IDE
Also Code::Blocks with MinGW:
http://www.codeblocks.org/downloads/26
(You need version which bundles with MinGW)
closed account (G309216C)
Hi,

You need to download the Platform SDK: http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-products

I answered you, question but next time look in internet than spamming this section with useless questions which can be easily found out.
Good Luck!
Last edited on
Also check out CodeLite http://codelite.org/
and Dev-C++ http://sourceforge.net/projects/orwelldevcpp/

If you can, try out many IDEs. And then choose the IDE that you feel most at ease with.

The compiler is important, all these four IDEs have a download package with a good compiler bundled in. The IDE isn't; the good IDE for you (which may well be no IDE at all) is what you feel is best for you.
closed account (jyU4izwU)
@SpaceWorm
Thank You But I Didint Fine One...
P.S. Now I DID! Thx
By the way. If your compiler forces to use .h version of headers, change it inmmideatly. It is extreamely outdated (way before 2003).
Also another IDE working with MinGW: Eclipse
http://www3.ntu.edu.sg/home/ehchua/programming/howto/EclipseCpp_HowTo.html
Last edited on
closed account (jyU4izwU)
Oh Thanks MiiNiPaa
Topic archived. No new replies allowed.