On 2/10/2011 5:26 AM, parashar wrote:
1: is gcc compiler available for the windows?
Look up the cygwin and mingw projects, for starters
2: a program being created on some other c compiler, if compiled on gcc,,,will lead to any difference?
possibly, but valid C should work correctly
3: a developer switching from the turbo, borland or lcc-win compiler to gcc on windows,..needs to remember what guidelines??
gcc is more standard, less support for Windows specific idioms -- Tim Prince