Re: GCC vs VISUAL STUDIO
Search where is the include file named "math.h" in your VS.Net++ installation, note that path, and give it while compiling.
With gcc/turboc++ its given with the -I/path/to/math.h parameter.
Mostly there should be a GUI interface where you can enter what all directories the preprocessor needs to look at for include libraries.
|