You don't really need anything to write the programs, but if you want to be able to run them you will need some things!
If you want to write programs that run on Windows, I suggest you start with Microsofts Visual C++ Express. It has everything you need to get started. You get:
An IDE (text editor on steroids)
Compiler
Linker
C++ Standard Library (algorithms, containers, etc)
You won't get a Platform SDK, but that's also a free download, so no matter.
From there you will need to know the language, of course, if you know a bit about programming, I suggest you start with "Accelerated C++" by Koenig and Moo as it teaches you to do things the C++ way (in contrast the the C way).
2006-12-27 05:03:33
·
answer #1
·
answered by benpope81 2
·
0⤊
0⤋
Good Question... One cant perform all their tasks using C program Alone(Though thats the most Important...).C++ has the very Special Feature of Object Oriented Programming called the OOP's Concept... This feature allows u to treat any problem related to real world Things as a Separate Element... And this particular element is called a CLASS... This is a combination of data and its related funtions and actions all bound into one Single Variable called a CLASS... And it also Enhances Real Time Processing... Almost All of the Operating Systems and Softwares Depend on this Technology...
So One needs to have a deep Knowledge in C language Whic makes C++ much more Easier to Understand... This is just a Brief Description of It... I hope My Answer Helped...
2006-12-24 21:55:51
·
answer #2
·
answered by Anonymous
·
0⤊
0⤋
You will need a compiler.
Walter Bright wrote the original Zortech compiler which Peter Nortons group bought before Symantec bought him.
Mr. Bright went on to write a M compiler which is actually a modified version of the original C compiler which will run in DOS/Windows systems compiling C and C++ code.. and with a little searching you can find the compiler on the internet for your personal use at no charge to learn how to program.
Just search for Walter Bright M Compiler download.
2006-12-24 21:48:09
·
answer #3
·
answered by bgcolbe 2
·
0⤊
0⤋
Programming in C++ requires nothing more than a knowledge of the language, what you want to achieve and thought. Turning those thoughts into something more useful requires at least the following:
Computer
Text editor
C++ compiler
C++ is a commonly used language and variants exist for most operating systems. Note that each operating system and compiler will have slight differences in capabilities and may not support the same level of functionality.
2006-12-24 21:48:07
·
answer #4
·
answered by vladbath 2
·
1⤊
0⤋
A text editor to write code and a compiler. If you want you could use an IDE (integrated development environment) instead of a normal text editor, an IDE helps by keeping track of things like variables, does code highlighting so you can keep better track of your code (comments can be a different color so you can see where your comments are at), and can provide hints on code.
You can get an IDE and compiler from Microsoft for free:
http://msdn.microsoft.com/vstudio/express/visualc/
2006-12-24 21:47:24
·
answer #5
·
answered by Bryan A 5
·
1⤊
0⤋
Computer
Compiler
Basic understanding of Computing algorithim
Logic Development Skills
2006-12-24 21:41:40
·
answer #6
·
answered by ZxssxZ 5
·
0⤊
0⤋
no longer anymore, at one time C++ became basically an extension of C. because then, C has replaced, and so has C++. even nonetheless that being pronounced that is common for a similar software to collect the two C and C++. the tactic is a similar, yet there are basically some variations int he libraries which you incredibly desire the compiler to link to.
2016-10-28 08:09:39
·
answer #7
·
answered by englin 4
·
0⤊
0⤋
Get yourself a good book "The C programming language" by Kerighan and Ritche would be a good start and you will need a C compiler.
2006-12-24 21:44:57
·
answer #8
·
answered by Anonymous
·
1⤊
0⤋
Someone about 350 years old who still uses it.
Seriously though, you should be able to get by with a book explaining C++ and then just messing around with it.
2006-12-25 10:57:05
·
answer #9
·
answered by Scott Bull 6
·
0⤊
1⤋
i read all your answer and i dont think you got wha you wanted, try downloading visual developers pack v6.0, you get visial basic 6.0 c ++ and more, with this you can start your c++ programming
2006-12-25 10:47:20
·
answer #10
·
answered by david m 1
·
0⤊
0⤋