Sometime on Oct 3, Amish Mehta assembled some asciibets to say:
Is there a easy solution to port GCC code to windows? Can it be done in VC++ without much change in the code?
- get gcc for windows. - get cygwin, and compile in there
I tried DJGPP, but its missing few API's(rather functions), like message queues etc.
Not. ANSI C stuff is there. Unix specifics can't be there. If you write non-portable code, it cannot be ported. If you write portable code, it can.