https://github.com/laserwolve/anhangueraassigments
Code for my Anhanguera Assignments
https://github.com/laserwolve/anhangueraassigments
assignments sofware-engineering university
Last synced: 9 months ago
JSON representation
Code for my Anhanguera Assignments
- Host: GitHub
- URL: https://github.com/laserwolve/anhangueraassigments
- Owner: Laserwolve
- License: agpl-3.0
- Created: 2025-09-08T12:14:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-08T14:18:37.000Z (9 months ago)
- Last Synced: 2025-09-08T16:28:00.823Z (9 months ago)
- Topics: assignments, sofware-engineering, university
- Language: C
- Homepage: https://www.anhanguera.com/
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
README
# AnhangueraAssigments
This repository contains assignments, code, and exercises for the "Algorithms and Structured Programming" course at Anhanguera.
## Structure
- `ALGORITMOS E PROGRAMAÇÃO ESTRUTURADA/` — Main folder for course work, organized by units and lessons.
- Other files and folders may include supporting materials, instructions, or examples.
## How to Compile and Run C Programs
1. Install a C compiler, such as MinGW-w64 or Microsoft Visual Studio Build Tools.
2. Use Visual Studio Code with the Microsoft C/C++ extension to edit and compile `.c` files.
3. Compile the desired file. Example using GCC:
```
gcc -o program.exe program.c
```
4. Run the program:
```
./program.exe
```
## Notes
- Compiler-generated files (such as `.exe`, `.obj`, `.ilk`, `.pdb`) are ignored by git in the algorithms folder.
- Program messages and text use only letters without accents for compatibility with all terminals.
## Contact
For questions or suggestions, open an issue or contact the repository maintainer.