Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Lab 0Using the CS server for programming | ||||||||
Line: 23 to 23 | ||||||||
Reference
| ||||||||
Added: | ||||||||
> > | ||||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Lab 0Using the CS server for programming | ||||||||
Line: 21 to 21 | ||||||||
}
%ENDCODE% Place code in hello.cpp g++ -o hello hello.cpp Run with "./hello" Reference | ||||||||
Changed: | ||||||||
< < | ||||||||
> > |
| |||||||
Added: | ||||||||
> > |
| |||||||
|
Line: 1 to 1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
Added: | |||||||||
> > |
Lab 0Using the CS server for programmingGoalConvert a program from Data Structures to work on the CS serverStep oneCopy and build:<-- SyntaxHighlightingPlugin --> // my first program in C++ #include <iostream> using namespace std; int main () { cout << "Hello World!"; return 0; } <-- end SyntaxHighlightingPlugin -->Place code in hello.cpp g++ -o hello hello.cpp Run with "./hello" Reference
|