Miscellaneous Computer Code
#include <stdio.h> int main() { printf("Hello, World!\n"); return 0; }
I'm assuming you did this by hand in vim or something. Do you know if there's a semi-decent c/c++ ide for linux?
I haven't done any serious C/C++ work on Linux, so I tend to use a text editor and the command line. This Wikipedia article might help your search: Comparison of IDEs.
Heh. I should have thought that. Thanks for the link :).
All comments are moderated
I'm assuming you did this by hand in vim or something. Do you know if there's a semi-decent c/c++ ide for linux?
ReplyDeleteI haven't done any serious C/C++ work on Linux, so I tend to use a text editor and the command line. This Wikipedia article might help your search: Comparison of IDEs.
ReplyDeleteHeh. I should have thought that. Thanks for the link :).
ReplyDelete