Search:

Type: Posts; User: eon_aranas

Search: Search took 0.00 seconds.

  1. can someone pls tell me if u found bugs with my tic tac toe! thnx

    #include <iostream.h>
    #include <stdlib.h>
    #include <ctype.h>
    #include <time.h>

    class XOXboard
    {
    public:

    XOXboard();
  2. What Is The Most Efficient To Use? Linked List Or Templates?

    is there a linked list of templates?
    templates have fix size while linked list dont!

    pls help!
  3. Replies
    5
    Views
    1,200

    Ton_yao Pogi

    #include <iostream.h>

    void heading(void);

    int main()
    {
    unsigned int choice = 0;

    heading();
  4. wohhhh! yes i have installed it!

    the number of errors increase to 18errors
    i put glut.h in c:\progra~1\microsoft visual studio\vc98\include\gl
    i put glut32.gll in c:\windows\system32
    i put glut32.dll c:\progra~1\microsoft visual...
  5. why it seems like the redbook is not compatible with MSVC++ 6?

    all the codes i have copied there bring errors!!! and i dont understand the error!!!!!! pls help i want to learn the red book!!!
  6. pls help me in the openGL redbook - I use XP, MSDEVC++.........

    why does the following code doesnt compile in MSVC++ 6. I copy the code from chapter01 in the openGL redbook pls reply..... IM NEW HERE!



    #include <GL/gl.h>
    #include <GL/glut.h>

    void...
Results 1 to 6 of 6