Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

This is a command line tool used to create competitive programming projects with a single command. This helps in easily configuring the projects.

License

Notifications You must be signed in to change notification settings

HarkiratSingh7/MyCPPCPConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyCPPCPConfig

This is a command line tool used to create competitive programming projects (using C++14) with a single command. This helps in easily configuring the projects.
This automatically sets and creates one file for pasting Input Cases, and one file which will receive the output generated by the program.
It sets up the build systems or build tasks or launch and attach configurations to create the executable file for running or debugging.
This program uses a source template which will be specified by the user. And it will ask for a directory where it will be creating the new folders (for new projects).

Note: This programs requires 'set' step to be done on first time use only.

Steps for Windows

  1. Extract the files to a folder. Install your preferred code editor (This program can work alongwith vscode and sublime). This program works with g++ compiler (c++14)
  2. Install dotnet core runtime
  3. Run the executable file 'CPPCPConfig.exe' located in the folder
  4. Type 'set'
  5. Follow the steps
  6. When the program exits and all setting is done successfully, then again run that executable file.
  7. Type 'help' command and you can see how to create the projects and how to open them after creating.
  8. On Windows, the path to IDE program files (executables) and the compiler (include and binaries) files should be added to the path.
Note: If the IDE prompts for selecting some build kits or build systems, make sure that the extensions have been activated successfully.

Steps for Linux

  1. Extract the files to a folder. Install your preferred code editor (This program can work alongwith vscode and sublime). This program works with g++ compiler (c++14)
  2. Install dotnet core runtime
  3. Open terminal and navigate to the folder where files are extracted
  4. Run 'dotnet CPPCPConfig.dll'
  5. Type 'set'
  6. Follow the steps
  7. When the program exits and all setting is done successfully, then again run 'dotnet CPPCPConfig.dll' command
  8. Type 'help' command and you can see how to create the projects and how to open them after creating

About

This is a command line tool used to create competitive programming projects with a single command. This helps in easily configuring the projects.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages