Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++
- Host: GitHub
- URL: https://github.com/mariacarolinass/c-cpp
- Owner: MariaCarolinass
- License: gpl-3.0
- Created: 2024-09-18T12:31:32.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T20:03:07.000Z (8 days ago)
- Last Synced: 2024-11-11T21:18:27.733Z (8 days ago)
- Topics: c, cpp
- Language: C
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)