Difference between revisions of "Workshop 1"

From CDOT Wiki
Jump to: navigation, search
Line 2: Line 2:
 
'''A:'''To be answered by kabilan<br><br>
 
'''A:'''To be answered by kabilan<br><br>
  
'''Q:'''For Microsoft,  I used "cl /EHsc w1_cpp.cpp" to compile the program. The program compile, but I still couldn't run.<br>
+
'''Q:'''For Microsoft,  I used "'''cl /EHsc w1_cpp.cpp'''" to compile the program. The program compile, but I still couldn't run.<br><br>

Revision as of 09:40, 16 September 2013

Q:What is the value of the CLOCKS_PER_SEC and what is the unit of the clock_t instance value?
A:To be answered by kabilan

Q:For Microsoft, I used "cl /EHsc w1_cpp.cpp" to compile the program. The program compile, but I still couldn't run.