Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Prog-Class

 


Prog-Class


Github top language

Github language count

Repository size

License

Github issues

Github forks

Github stars


🚧 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

 

Back to top