I am currently learning c++.My first language was python.I am used to coding in eclipse in pydev. I learn a language by writing a lot of code snippets and use the debugger extensively to understand what is actually happening. Now,I downloaded CDT for eclipse,since I am used to the interface.
But now,I am forced to create a project for every c++ file I write. I want a way to easily execute the files(very small,max 300 lines) in fast manner,and without creating new projects again and again.Any ideas? Currently I use eclipse like a text editor,and use g++ for compiling the files.