Search Results

6
votes

Lightweight IDE for Linux

Vim (or Emacs varying on religion) will always be my first answer to this question, over any point-and-click IDE. …
9
votes

How do you open a file in C++?

C++: Input/Output with files …
5
votes

Should I move from C++ to Python? … Or another language?

I like the idea of not needing to compile the programs each time we make a change. I understand that the interpreted languages probably wont hit the same performance we currently get …