#include <stdio.h> int main() { printf("Hello, World!\n"); return 0; }
Sunday 25 May 2008
C: Hello, World!
gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
Labels:
C,
Hello World
Subscribe to:
Post Comments (Atom)
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