Skip to content

Project creator for Code::Blocks. Useful if you use it as default IDE for algorithm contests, and you want a template.

Notifications You must be signed in to change notification settings

palcu/codeblocks-project-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Code::Blocks project creator for algorithm contests

I usually use Code::Blocks as my primary IDE when solving algorithm problems on TopCoder, Codeforces, InfoArena or other.

So I wrote a simple bash script which will generate a new project, based on a template and open it.

Install intructions

  1. Put the default folder somewhere
  2. Modify in create.sh, the variables for folders:
  default_template_location='/home/alex/default_cpp/'
  new_project_location='/home/alex/Desktop/'
  1. Run the script
  sh create.sh new_project

Other useful things

  • Modify the default.cpp, so it suits your needs.
  • Move create.sh to /usr/bin/create, so you can run the script more simple:
  create new_project

About

Project creator for Code::Blocks. Useful if you use it as default IDE for algorithm contests, and you want a template.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published