OpenGL linking with c++

Started by
3 comments, last by cavalino 20 years, 11 months ago
I am building a program were i need to link my output from c++ to my openGL graphics program.... how would i program this so that openGL takes the output from c++ and prints it on my open gl program..
Advertisement
You need to build that support into your program. There is no simple way to do it, such as "cout" or "printf" as in a c and c++ console application. Try visiting nehe for more information regarding text output.

[edited by - Famine on April 28, 2003 11:23:25 PM]
umm can we chat a lil lol i am confused... lol
Can someone please help us..... we really need help...
How would i run open gl in my c++ program.. lets say i am doin a calculator i want to start it off with a presentation a lil graphics sayin blah blah calculator then it runs c++ on a background made by open gl... both open gl program are made usign the tutorials in this site and the c++ calculator is dont too.. now we only need help puttin them all together.. and are project is due on sunday... someone please help.... even if it cost me money we need help... nayhtign would be good....


thanks
Anthony

This topic is closed to new replies.

Advertisement