Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mariacarolinass/c-cpp

Estudos de C e C++
https://github.com/mariacarolinass/c-cpp

c cpp

Last synced: about 5 hours ago
JSON representation

Estudos de C e C++

Awesome Lists containing this project

README

        

# Linguagens C e C++

Repositório destinado aos estudos de C e C++.

## GCC

Compilando projeto: `g++ programa.cpp -o programa`

Executando projeto: `./programa`

## Makefile

Executando Makefile: `make run file=NOME_DO_PROGRAMA`

## IDE

[Qt](https://www.qt.io/)