[TxMt] Re: Setting up TextMate for C/C++
Alex Ross
tm-alex at rosiba.com
Tue Apr 7 00:09:27 UTC 2009
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
More information about the textmate
mailing list