umm... how do i get started?

can someone tell me where i can find the software to start?
closed account (EzwRko23)
You can google for Code::Blocks. It is a simple, lightweight IDE, configured so that you can just install it and write and immediately test your C++ programs.
Sure.

For Windows:
http://www.microsoft.com/express/Downloads/#2010-Visual-CPP

For Mac OS X:
http://developer.apple.com/technologies/tools/xcode.html

For Most OTHER Unix and Unix-like systems:
http://gcc.gnu.org/

WARNING: The other Unixes option doesn't include an IDE; it's just the compiler on its own.

-Albatross
Last edited on
closed account (z05DSL3A)
The Unix option doesn't ...

Mac OS X is Unix . ;0)
Mac OS X is Unix . ;0)

Typo... *edits post*

Bazzy, why did you have to provide a link to something far superior than any of us could've written? Why? *sob*

-Albatross
Last edited on
To get you started to learn either read http://cplusplus.com/doc/tutorial/ or watch youtube http://www.youtube.com/watch?v=tyVhn0FWWB4

(You should prefer reading)
Aside from the tutorial on this site (which is a very good one, to be honest), you should check: http://xoax.net/ -> C++ Console Lessons.
where to get software to start developing? Or writing ur own.?
Topic archived. No new replies allowed.