Skip to content

DavidVillalobos/generator-projects-cplusplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generator of Projects C++

The purpose of this project is to optimize the project implementation process in C++,
allowing classes to be created quickly. Only attributes are needed to implement the body
and basic methods of the classes, methods such as constructors, getter and setter.
This project was created with c++.

Pre-requirements 📋

Installation

Release

Download the code available in releases

Unzip the file in the space where you want and for use run the GenC++.exe file

Last version

Download code, and place them in the space of your choice.
For build project write the following command inside the project folder:

cd generator-projects-cplusplus
build

For use, after build the project, Run the file run.bat or open terminal in project folder and execute the following command:

cd build
genc++

Now enter an option and create your project :D

Usage

See how to use it with the following demos

Create a classes

Create a main

Create a Makefile

Result

Finally, the idea is that projects can be implemented in c ++ more quickly

Author

Contributing

For changes, please open an issue first to discuss what you would like to change.

License

This project is under the license of MIT
License

About

The purpose of this project is to optimize the process of implementing projects in C++, allowing to create classes quickly, implementing the body and the basic methods of the classes for the attributes, like getter and setter, also builder with and without parameters

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors