Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Getting started with C++

This repository was created for students interested in learning and working with C++. Below are the steps to execute the C++ program:

1. Clone the repository

  $ git clone https://github.com/jstoquica/getting-started-with-cpp.git

2. Compile the *.cpp file

  $ g++ application.cpp -o application.o

3. Execute the output file (*.o)

  $ ./application.o

4. The result of the program is the sum of two or more integers, defined in the *.h file as "myfunc()".

It is worth mentioning that the procedures described are based on the G++ compiler for Linux, version 11.4.0. It is also possible to use online C++ compilers, such as https://www.onlinegdb.com/online_c++_compiler.

Nome: Vitor André Rocha Siqueira Barros Matricula: 571164

Good coding!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages