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

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

Awesome Lists containing this project

README

          

![Logo](resources/logo.png)

# C/C++ Project Generator

Buy Me A Coffee
[![Support via PayPal](resources/paypal-donate-button.png)](https://www.paypal.me/danielpinto8zz6/)

[![Marketplace Version](https://vsmarketplacebadges.dev/version-short/danielpinto8zz6.c-cpp-project-generator.png)](https://marketplace.visualstudio.com/items?itemName=danielpinto8zz6.c-cpp-project-generator)
[![Downloads](https://vsmarketplacebadges.dev/downloads-short/danielpinto8zz6.c-cpp-project-generator.png)](https://marketplace.visualstudio.com/items?itemName=danielpinto8zz6.c-cpp-project-generator)
[![Rating](https://vsmarketplacebadges.dev/rating-short/danielpinto8zz6.c-cpp-project-generator.png)](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!