freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freetype] freetype in OpenGL


From: Henry Maddocks
Subject: Re: [Freetype] freetype in OpenGL
Date: Tue, 14 Aug 2001 09:21:07 +1200

You don't HAVE to write your main in c++, it's just recommended that you do because of the different ways c & c++ do their initialisation. It's rarely a problem unless you use a lot of statics and the like which are a *bad thing* (tm). Anyway it's usually just a case of putting an extra 'c' on the end of your file name:)

Henry

On Monday, August 13, 2001, at 08:16 PM, Bertrand Petit wrote:

This is a problem because C++ is really difficult to use with
other languages. Having to use a C++ library impose that the main
program is to be written also in C++ and that's a *bad thing* (tm).



Try not. Do or do not. There is no try.
Yoda,Jedi Master

reply via email to

[Prev in Thread] Current Thread [Next in Thread]