[cs13001] What is the option the compiler has to accept to produce an object file?

Mikhail Nesterenko mikhail at cs.kent.edu
Mon Oct 1 12:55:44 EDT 2012


> 
> I was reviewing the slides, and in slide 10, it asks " What is the
> option the compiler has to accept to produce an object file? "
> 
> I know it's not -c, but is it -o or -g? I couldn't find it in the slides.

The options questions were for g++ compiler. Since we are using
Microsoft's Visual Studio we do not study command-line compiler
options. They are not on the quiz.

BTW, the option is -c

Thanks,
-- 
Mikhail


More information about the cs13001 mailing list