https://github.com/cursedprograms/cpp-template
C++ Template
https://github.com/cursedprograms/cpp-template
batch batch-script cpp cpp-programming dll exe
Last synced: 8 months ago
JSON representation
C++ Template
- Host: GitHub
- URL: https://github.com/cursedprograms/cpp-template
- Owner: CursedPrograms
- License: mit
- Created: 2024-10-05T14:12:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-14T20:26:15.000Z (8 months ago)
- Last Synced: 2025-04-14T21:34:32.727Z (8 months ago)
- Topics: batch, batch-script, cpp, cpp-programming, dll, exe
- Language: Batchfile
- Homepage: https://cursedprograms.github.io/CPP-Template/
- Size: 62.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://x.com/NorowaretaGemu)
[](https://opensource.org/licenses/MIT)
# CPP-Template
### Make an EXE
```bash
g++ main.cpp -o main.exe
```
or Run:
- `.\exemake.bat`
### Make a DLL
```bash
g++ main.cpp -o main.dll
```
or Run:
- `.\dllmake.bat`
Run:
- `.\runmain.bat`
© Cursed Entertainment