Skip to content

v00vius/cpphello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

cpphello

An object oriented C++ version of a "Hello World" that it should have been :)

Compile and run

To make it working, just download hello.cpp and

compile it using your favorite compiler.

For example, at command prompt:

  • using gcc:

    g++ hello.cpp -o hello

  • using clang

    clang++ hello.cpp -o hello

This gives an executable 'hello'

Then type ./hello

Possible output:

Hello world!

Screenshot

About

A "Hello World!" that it should be in C++

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages