Friday, February 13, 2009

C++ for Vista

I think most of them find difficult using Turbo C++ in Vista. Dev C++ is one of the alternatives where you can use efficiently. But you need to do some settings

All you have to do is:
  1. Go in "tools > compiler options", move on "directories" tab and add "C:\Dev-Cpp\libexec\gcc\mingw32\3.4.2"
  2. Go in "programs" ad put "C:\Dev-Cpp\bin\" before any executable name
Naturally, put no quotation marks and eventually replace C:\Dev-Cpp\ with your Dev-Cpp installation folder.

No comments: