Advertisement

How to point on a class?

Started by November 12, 2000 04:20 PM
12 comments, last by PrinceofZ 24 years ago
Hey Guys!!!

I must ask, how do you get these nice frames to put the code in?
They make the source very easy to read, so i was hoping to be
able to use them myself.

Please reply to this one.

Allmight.
-------------------------------------------------Founder and DirectorAllSoft Studios
By typing source tags...
This would be [ source ] to begin, and [ / source ] to close such a box, I believe, without the extra spaces.

// TIBERIA!?!?!
Advertisement
This is just a test, please ignore.

      glBEGIN( GL_QUADS );   glVertex3f( -1.0f, -1.0f, 0.0f );   glVertex3f(  1.0f, -1.0f, 0.0f );   glVertex3f(  1.0f,  1.0f, 0.0f );   glVertex3f( -1.0f,  1.0f, 0.0f );glEnd();      


It worked!!! Thanks alot for your help

By the way, anyone know where i can find a list of tags i can use
on this forum ?

Allmight.


Edited by - Allmight on November 15, 2000 8:36:24 PM
-------------------------------------------------Founder and DirectorAllSoft Studios
Try this... The forum faq

S.

This topic is closed to new replies.

Advertisement