Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
howtos:win32:getting-started [2012/08/12 15:06] – moved from /tag/win32/getting-started damage3025 | howtos:win32:getting-started [2022/11/19 12:02] (current) – Update tags enrico | ||
---|---|---|---|
Line 25: | Line 25: | ||
===== Hello World for C ===== | ===== Hello World for C ===== | ||
<file c> | <file c> | ||
- | # | + | #include < |
int main( void ) | int main( void ) | ||
Line 36: | Line 36: | ||
===== Hello World for C++ ===== | ===== Hello World for C++ ===== | ||
<file cpp> | <file cpp> | ||
- | # | + | #include < |
int main( ) | int main( ) | ||
Line 52: | Line 52: | ||
* Click " | * Click " | ||
- | {{tag> | + | {{tag> |