Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Anonymous
Anonymous asked in Computers & InternetOther - Computers · 1 decade ago

What do I need to start writing (and running/executing) programs??

I want to learn how to write programs in C++ and I also want to run these programs. How do I do this??

Someone told me I need a compiler and an IDE?

Is there anything else I need?

Where can I get these things (Like what websites can they be downloaded from???)?

4 Answers

Relevance
  • Tim
    Lv 6
    1 decade ago
    Favorite Answer

    Here is the express (Free!) version of Visual C++, Microsoft's own compiler:

    http://msdn.microsoft.com/vstudio/express/visualc/

    C++ has somethong of a "learning curve". If you have absolutely no programming experience, starting off might be difficult. (Simply, C++ gives you more control over the lower levels of a running program... which is great, but adds a lot of confusion if you are at the level were you want to just learn syntax.)

    Generally, schools and universities start out teaching VB, regular C, or Java. Java has a syntax similar to C++, but works on a higher level... it does compile binaries, but those binaries are run by the Java Virtual Machine, which handles all the low level problems.

    http://java.sun.com/javase/

  • Anonymous
    1 decade ago

    I bought a book at borders, and it came with the editor/ complier. This is the complier and whatever that im using, it works i've written a few programs.

    http://www.bloodshed.net/devcpp.html

  • 1 decade ago

    You need a C/C++ Compiler. you can try http://www.bloodshed.net/dev/devcpp.html

    you may also want a debugger.

  • 1 decade ago

    you can download and use turbo explorer for free.

    http://www.turboexplorer.com/

    you can get free license for it from http://www.borland.com/

Still have questions? Get your answers by asking now.