topical media & game development

talk show tell print

basic-program-code-01-Ex1-01.c

? / basic-program-code-01-Ex1-01.c


  // Ex1_01.cpp : Defines the entry point for the console application.
  //
  
  include <stdafx.h>
  include <iostream>
  
  int _tmain(int argc, _TCHAR* argv[])
  {
    std::cout << "Hello world!\n";
    return 0;
  } 
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.