English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Do I need to run a server or do U have a list of specific software wich I need to install? Help please!!!

2006-07-08 10:17:19 · 8 answers · asked by Anonymous in Computers & Internet Programming & Design

8 answers

The c++ compiler, and a good editor is all you need.

2006-07-08 10:22:36 · answer #1 · answered by mapleguy 7 · 0 0

Do you want to run a server, or just program in C++? if you just want to program in C++ all you need is a compiler for your system, if you are on linux you should already have gcc installed. otherwise search sourceforge.net or download.com for c C++ compilers. Also useful would be an IDE, which usually includes a code editor, a compiler, and a debugging engine. Those can also be found at the above listed sites.

2006-07-08 17:22:11 · answer #2 · answered by John J 6 · 0 0

You need the following:

An editor to create your c++ source files
A C++ compiler
A linker that takes compiled object files and creates executable programs

It's also good to have a make tool, to help you build complicated projects.

There are systems (typically called IDE's) that provide all this and more in a package. Microsoft Visual Studio is one example.

In short, you don't need a server, just the c++ compiler + tools. The first question you need to answer is, what OS are you developing on.

2006-07-08 17:25:06 · answer #3 · answered by Gizmo L 4 · 0 0

This is too easy.

Download Dev-CPP from
http://www.bloodshed.net/

Go to downloads for Dev-C++ and get the version with mingw/GCC
That gives you a first class C/C++ compiler and a very usable development system (and free).

That is all you need to start.
You can get add-ons later, like graphics libraries, GUI libraries and other stuff later. But as-is, you can still make nice Windows apps as well as command line tools.

2006-07-08 17:24:09 · answer #4 · answered by sheeple_rancher 5 · 0 0

You need a C++ compiler. An IDE (like Visual Studio) is good for learning. A server is not necessary.

Here is a free IDE that has good recommendations, but I have never used it. http://www.bloodshed.net/devcpp.html

2006-07-08 17:22:23 · answer #5 · answered by Silverglade00 3 · 0 0

try looking or buying at microsoft C++ .. or visual studio still microsoft product .. you need a server .. http://www.keeptell.com/soft/26/development-software.html

2006-07-09 06:35:19 · answer #6 · answered by Anonymous · 0 0

installing C++ is a starter ;)

2006-07-08 17:20:40 · answer #7 · answered by adriana 3 · 0 0

all u need is a brain

2006-07-08 17:30:16 · answer #8 · answered by Anonymous · 0 0

fedest.com, questions and answers