Page 1 of 1

MS C

Posted: Sun Nov 30, 2003 8:20 am
by Guido
Hello,
how to use the MS C compiler?

Re:MS C

Posted: Sun Nov 30, 2003 8:45 am
by Solar
With a computer, preferrably. 8)

Serious now, you have to be a bit more specific. What's your goal, what's your problem?

Re:MS C

Posted: Sun Nov 30, 2003 5:10 pm
by Guido
To compile my code like TC, is it the same in MS C or i have to write some options in the command argument line.

Re:MS C

Posted: Mon Dec 01, 2003 11:41 am
by Schol-R-LEA
That depends. How are you compiling the programs with tc?

I don't know what options you are or aren't using with tc, but I did find a ClipX page listing the MS C options. Offhand, I don't know what version these are for, but presumably these are supported by most versions.

BTW, if you aren't already, you might want to consider using a makefile. While you'd still need the compiler specific switches, and different implementations make are often quite different in behavior, they generally all are similar enough that a makefile for one system can be easily modified to work with another. It would certainly reduce the amount of repetitive typing you would need to do.