[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppBuilderXConsoleHelloWorld
The 'Hello World' program in its shortest form will be:
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppBuilderXConsoleHelloWorld
(C++ BuilderX Hello world program, console
See C++ Hello World program for details on the code.- 'File | Close All'
- 'File | New | New Console'
- In this window, do 'Next', 'Next' and check the checkbox for source code, then 'Finish'
- Doubleclick on 'Untitled1.cpp' (your source code)
int main( int argc, char * argv[] ) { return 0; }
- ifdef __BORLANDC__
- pragma argsused
- endif
The 'Hello World' program in its shortest form will be:
int main() { std::cout << "Hello world"; }
- include <iostream>
'Hello world' links
- C
- C++
- C++ Builder, console
- C++ Builder, VCL
- C++ Builder, CLX
- C++ BuilderX, console
- C++ BuilderX, Win32 API
- C#
- PHP
- Prolog
- Turbo C++
- Visual Prolog
- Win32 API
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
