MS C

Programming, for all ages and all languages.
Post Reply
Guido

MS C

Post by Guido »

Hello,
how to use the MS C compiler?
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:MS C

Post 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?
Every good solution is obvious once you've found it.
Guido

Re:MS C

Post 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.
Schol-R-LEA

Re:MS C

Post 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.
Post Reply