CCP is a batch script that creates a project structure for C/C++.
Project_Name
├───bin
├───conf
└───Project
├───inc
│ Functions.h
│
├───res
└───src
Functions.c
main.cProject_Name
├───bin
├───conf
└───Project
├───inc
│ Functions.hpp
│
├───res
└───src
Functions.cpp
main.cppWindows 10/11
To make the batch script available globally, you need to add the path of the .bat file to the PATH variable.
- Download the .bat file.
- Place the .bat file in your desired folder.
- In the search bar, type: System (Control Panel).
- Click on the "Advanced system settings" link.
- Click on "Environment Variables".
- In the System variables section, look for the PATH environment variable and select it. (If the PATH environment variable does not exist, click on New and skip the next step)
- Click on Edit.
- In the Edit System Variable (or New System Variable) window, enter the value for the PATH environment variable.
- Click OK.
- Close all remaining windows by clicking OK.
- Reopen the Command Prompt window and run the "CCP" command.
- Download the .bat file.
- Place the .bat file in your desired folder.
- Click on the Windows key or click on the Search bar and type "Environment Variables".
- Select "Edit the system environment variables".
- Click on Environment Variables.
- In the System variables section, look for the PATH environment variable and select it. (If the PATH environment variable does not exist, click on New and skip the next step)
- Click on Edit.
- In the Edit System Variable (or New System Variable) window, enter the value for the PATH environment variable.
- Click OK.
- Close all remaining windows by clicking OK.
- Reopen the Command Prompt window and run the "CCP" command.