Hello,
how to use the MS C compiler?
MS C
Re:MS C
With a computer, preferrably.
Serious now, you have to be a bit more specific. What's your goal, what's your problem?
Serious now, you have to be a bit more specific. What's your goal, what's your problem?
Every good solution is obvious once you've found it.
Re:MS C
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.
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.