Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
howtos:win32:getting-started [2012/08/12 15:06] – moved from /tag/win32/getting-started damage3025howtos: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<stdio.h>+#include <stdio.h>
  
 int main( void ) int main( void )
Line 36: Line 36:
 ===== Hello World for C++ ===== ===== Hello World for C++ =====
 <file cpp> <file cpp>
-#include<iostream>+#include <iostream>
  
 int main( ) int main( )
Line 52: Line 52:
   * Click "Execute" in toolbar. It should popup a console window and you should see "Hello, World!" displayed.   * Click "Execute" in toolbar. It should popup a console window and you should see "Hello, World!" displayed.
  
-{{tag>howto win32 c c++}}+{{tag>howto windows c c++}}
Print/export