This shows you the differences between two versions of the page.
|
cpp:define [2018/01/11 19:29] defineprogramming <a href="http://defineprogramming.com/">Define Programming</a> |
cpp:define [2024/02/16 00:48] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | [[http://defineprogramming.com/|Define Programming]] | + | ===== #define ===== |
| <code cpp> | <code cpp> | ||
| #define cpp cout << "C++" << endl; | #define cpp cout << "C++" << endl; | ||
| Line 18: | Line 19: | ||
| using namespace std; | using namespace std; | ||
| - | |||
| - | <a href="http://defineprogramming.com/">Define Programming</a> | ||
| int main() { | int main() { | ||