For example: /* Hello World Program This is using the C programming style comments */ #include <iostream.h> void main () { cout << "Hello World\n"; } ...
確定! 回上一頁