Skip to content

This is a simple C++ console program that introduces myself in an animated style. The program prints lines of text character by character, creating a typewriter-like effect using std::this_thread::sleep_for. It demonstrates basic C++ concepts such as loops, vectors, and simple timing operations.

Notifications You must be signed in to change notification settings

g3raldatsc/intro-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

C++ Introduction Program

This is a simple C++ console program that introduces myself in an animated style. The program prints lines of text character by character, creating a typewriter-like effect using std::this_thread::sleep_for. It demonstrates basic C++ concepts such as loops, vectors, and simple timing operations.

Features

  • Animated text output in the console
  • Uses vector to store multiple lines of text
  • Introduces basic threading for delay effects
  • Perfect for beginners learning C++ I/O and loops

Installation

  1. Clone this repository:
git clone https://github.com/g3raldatsc/intro-cpp.git
  1. Navigate to the project directory:
cd intro-cpp
  1. Compile the program using g++ (or any C++ compiler):
g++ -o introduction main.cpp -std=c++11
  1. Run the program:
./introduction

Usage

When you run the program, it will print an introduction line by line, with each character appearing slowly for a typewriter effect. Example output:

License

This project is licensed under the MIT License. Feel free to use and modify it!

About

This is a simple C++ console program that introduces myself in an animated style. The program prints lines of text character by character, creating a typewriter-like effect using std::this_thread::sleep_for. It demonstrates basic C++ concepts such as loops, vectors, and simple timing operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages