Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faber222/prog-class
Aulas programação
https://github.com/faber222/prog-class
Last synced: about 1 month ago
JSON representation
Aulas programação
- Host: GitHub
- URL: https://github.com/faber222/prog-class
- Owner: faber222
- License: mit
- Created: 2021-11-23T13:49:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T14:30:42.000Z (about 2 years ago)
- Last Synced: 2023-03-05T19:39:23.781Z (almost 2 years ago)
- Language: C++
- Size: 1.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Prog-Class
🚧 Prog-Class 🚀 Under construction... 🚧
About |
Features |
Technologies |
Requirements |
Starting |
License |
Author
## :dart: About ##
For running and debug using the Windows OS, you need to install MinGW Installation Manager.
Install the entire instance of GCC.
Change the environment variables, in the path, edit and create the folder c:\MinGW\bin.
After, go to vscode, press F5, and edit the lauch.json and c_cpp_properties.json, maybe you need to create this folder.
All the steps is under this site https://www.ics.uci.edu/~pattis/common/handouts/mingweclipse/mingw.html## :sparkles: Features ##
:heavy_check_mark: Install MinGW;\
:heavy_check_mark: Change the environment variables;\
:heavy_check_mark: Edit Path and create the folder C:\MinGW\bin;## :rocket: Technologies ##
The following tools were used in this project:
- [MinGW](https://ufpr.dl.sourceforge.net/project/mingw/Installer/mingw-get-setup.exe)
- [Tutorial](https://www.ics.uci.edu/~pattis/common/handouts/mingweclipse/mingw.html)
- [Git](https://git-scm.com/)
- [C](https://www.learn-c.org/)## :white_check_mark: Requirements ##
Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [MinGW](https://ufpr.dl.sourceforge.net/project/mingw/Installer/mingw-get-setup.exe) installed.
## :checkered_flag: Starting ##
```bash
# Clone this project
$ git clone https://github.com/faber222/Prog-Class# Access
$ cd Prog-Class
$ git switch windows
$ git pull# Open VScode
$ code .# Create the c_cpp_properties.json
# On this folder, you might to be change, "compilerPath": "C:\\MinGW\\bin\\gcc",
$ cd .vscode# For compiler, press F6, this will create a executable code
# Or use this command
$ gcc -g {fileNameDir} -c
$ a.exe
```## :memo: License ##
This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.
Made with :heart: by faber222