simon.park's blog

By simon.park, history, 3 years ago, In English

I've been solving leetcode for a couple of weeks now (in Python though) and got interested in codeforces.

I'm trying out solving problems in C++ now and just got myself installed CLion.

While I really like the IDE, it seems like I need to create a whole new project for every single problem.

Ideally I would like to manage folders such that each folder represents a topic (e.g., graph, binary search etc) and within the folder exists raw cpp files.

Is this possible?

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it