https://github.com/brcontainer/exemplo-c-compilar-heardes-para-stackoverflow
https://github.com/brcontainer/exemplo-c-compilar-heardes-para-stackoverflow
c gcc
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/brcontainer/exemplo-c-compilar-heardes-para-stackoverflow
- Owner: brcontainer
- Created: 2017-12-31T01:39:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-31T01:42:01.000Z (over 8 years ago)
- Last Synced: 2025-12-26T20:59:32.217Z (6 months ago)
- Topics: c, gcc
- Language: C
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pra compilar navegue até a pasta:
```
cd c:\pasta\aonde\extrai\o\upload\projeto
```
depois execute o comando:
```
gcc libs/minhalib.h libs/minhalib.c main.c -o teste.exe
```
E no terminal digite:
```
teste.exe
```