The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

boost-build/example/hello/hello.cpp

Go to the documentation of this file.
00001 //  Copyright (c) 2003 boost.org
00002 //
00003 //  Permission to copy, use, modify, sell and distribute this software
00004 //  is granted provided this copyright notice appears in all copies.
00005 //  This software is provided "as is" without express or implied
00006 //  warranty, and with no claim as to its suitability for any purpose.
00007 //
00008 //  http://www.boost.org
00009 // 
00010 
00011 #include <iostream>
00012 
00013 int main()
00014 {
00015     std::cout << "Hello!\n";
00016     return 1;
00017 }

Generated on Mon Nov 8 17:07:35 2004 for MPT by  doxygen 1.3.9.1