Differences

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

Link to this comparison view

Last revisionBoth sides next revision
howtos:win32:getting-started [2012/08/12 15:06] – moved from /tag/win32/getting-started damage3025howtos:win32:getting-started [2012/09/17 20:44] – Added space after include keywords ennoborg
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( )
Print/export