Page 1 of 1

Question about C++.

PostPosted: Mon Sep 11, 2006 7:38 pm
by The achievement
Okay, i know this has nothing to do with GE. But, i was just wondering what the fuction is in C++ how to write a word or a phrase. For example, Java uses c.println("Your word"); i was wondering what they use in c++. thanks in advance.

PostPosted: Mon Sep 11, 2006 8:00 pm
by makslane
You can use:

Code: Select all
printf("Your word"); //In C/C++, not in Game Editor

PostPosted: Mon Sep 11, 2006 8:05 pm
by The achievement
Thanks makslane. Does GE have this type of function? its cout right.

PostPosted: Mon Sep 11, 2006 8:06 pm
by makslane
In Game Editor just use text actors to print texts on screen