Index of /examples/cpp/examples/ex01-helloworld

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[TXT]helloWorld.cpp 2017-10-02 10:57 206  
[   ]a.out 2017-10-02 10:57 8.4K 
[   ]Makefile 2013-10-30 20:37 61  

RCS sample C++ code

This directory contains an example of a C++ program called "helloWorld.cpp"

Program Compilation:

g++ -o helloWorld helloWorld.cpp

Alternatively, you can use the attached Makefile:
make

Program Execution:

To execute the program, type at the SCC prompt:
./helloWorld

Contact Information

Robert Putnam: putnam@bu.edu

Operating System Requirements

The examples presented in this directory were written for Linux OS, but should work on any OS where c compiler available. The way the program is compiled and executed depends on the OS and software used.