Skip to content

lpgoulart/LearnBasicCpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Learn Basics of C++ Pragramming Language

Implementasions made by Leonardo Goulart Bachelor student of IT at Federal University of Rio Grande do Norte - UFRN


This project serve to teach other people the basics how-too of c++ programming language like:


  1. Inputs and Outputs
  2. Types of variables
  3. How to compile the program:
  4. Only one
  5. Separated files
  6. Loop Structures
  7. Functions
  8. And more... ( It's a still going project )

Information

Getting Help

Compile your program

  • Some flags you can use to ensure your code its without warning or whatever and run just OK:
-W
-Wall
-std=c++11
-ansi

Start using

  • Download by using git commands:
$ git clone https://github.com/lpgoulart/LearnBasicCpp.git
  • Enter the folder
$ cd LearnBasicCpp 
  • Run the code
$ g++ -W -Wall -ansi -std=c++11 

** Run the program and read the comments within, there's a explanation about the code lines. **

Releases

No releases published

Packages

No packages published

Languages