https://github.com/danielpinto8zz6/c-cpp-project-generator
:open_file_folder: Create C/C++ projects on vscode
https://github.com/danielpinto8zz6/c-cpp-project-generator
c cpp visual-studio-code vscode-extension
Last synced: 3 months ago
JSON representation
:open_file_folder: Create C/C++ projects on vscode
- Host: GitHub
- URL: https://github.com/danielpinto8zz6/c-cpp-project-generator
- Owner: danielpinto8zz6
- License: gpl-3.0
- Created: 2018-03-10T17:09:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-07T22:46:46.000Z (8 months ago)
- Last Synced: 2025-10-20T21:47:24.364Z (3 months ago)
- Topics: c, cpp, visual-studio-code, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=danielpinto8zz6.c-cpp-project-generator
- Size: 1000 KB
- Stars: 40
- Watchers: 3
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

# C/C++ Project Generator
[](https://www.paypal.me/danielpinto8zz6/)
[](https://marketplace.visualstudio.com/items?itemName=danielpinto8zz6.c-cpp-project-generator)
[](https://marketplace.visualstudio.com/items?itemName=danielpinto8zz6.c-cpp-project-generator)
[](https://marketplace.visualstudio.com/items?itemName=danielpinto8zz6.c-cpp-project-generator)
Create C/C++ projects
## Features
Project will generate the following:
Project structure: Common folders like src, include and output
Makefile: A makefile already set up to build and run your project
VSCode task: Configurations for building and running your project
## Requirements
* If you are on linux you must install gcc and make
* If you are on window you must install mingw
## How to use
* Go to command pallete (usually : ctrl + shift + p)
* Search for "Create C project" or "Create c++ project" depending on your preference
* Select the folder where the project should be created
* That's it, project will open
## Release Notes
Refer to [CHANGELOG](CHANGELOG.md)
## Donation
If you like this extension, you can donate via **[PayPal](https://www.paypal.me/danielpinto8zz6)**. It will help me to spend more time improving this!