Skip to content

hamblingreen/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Overview

Hello world! This is a small program that prints the string "Hello World!" in scrolling text across the screen, written in C++.

The purpose of this program is to demonstrate a basic understanding of the C++ I/O library.

Software Demo Video

Development Environment

I used the Vim text editor to write the code, and created a Makefile that automatically builds and runs the code using the commands make build and make run. I then used the g++ utility that comes pre-installed on my system to compile the C++ file into an executable.

The C++ programming language is lightweight, powerful, and used in a variety of applications including in embedded systems and RTOSes. I chose to use it for this Hello World program because it is a language that I'm already somewhat familiar with but want to grow my C++ skills further.

Useful Websites

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published