How do you mimic the "cc" action on unix based operating systems on windows using command prompt?
This is a discussion on c compilation within the C Programming forums, part of the General Programming Boards category; How do you mimic the "cc" action on unix based operating systems on windows using command prompt?...
How do you mimic the "cc" action on unix based operating systems on windows using command prompt?
"cl" is the name of the visual C++ compiler.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
What do you mean?
What do you mean?
On Unix/Linux, you type
cc prog.c
On Windows with VC++, you type
cl prog.c
Now what do you really want to do?
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
What do you mean by with vc++? do you have to have it installed or something?
I guess so.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.