On Apr 6, 2009, at 4:37 PM, Gewitterbukk wrote:
Howdy!
I would like to use TextMate for C/C++, but I have no idea how to set up. So what do I have to do to get this simple code working?
#include <stdio.h>
int main() { prinft("hello world"); return 0; }
Install XCode, paste the code snippet into a new textmate document, make sure the language is set to “C++” in the status bar, and press ⌘R.
—Alex