On 3/9/07, duong van yen <[EMAIL PROTECTED]> wrote: > Dear group, > I am new for programming, I intend to use C++ for writing the code. However, > I got problem with which software i need to install for running C++, can any > one give me the suggestion what software i should install as a beginner? and > can i look for it on internet? > Thansk in advance ! > Duong Van Yen
You didn't say what OS you were using. For windows your best bet is probably Visual Studio Express (free): http://msdn.microsoft.com/vstudio/express/ For *nix-like operating systems your distribution should have a compiler bundled or available in the repositories. -- Tamas Marki
