C++ Definition and 803 Threads

  1. P

    C/C++ Determining OpenGL Version & Upgrading w/ C++

    I am playing around with opengl using C++, and think it is awesome. But I have a question. I was looking at a tutorial on multitexturing, and when I ran the program it told me that my version of opengl doesn't support it. How do I determine which version of opengl I have, and how do I go...
  2. P

    C/C++ How Can I Fix My C++ Runge-Kutta Method to Correctly Update Y Values?

    Hi guys. I was wondering if anyone could help me with this code. I have sucessfully created a program in visual basic that can run a runge-kutta method. However I want to create one in c++, maybe eventually turn it into a .dll when i work out how to create and use them. :smile: Here is...
  3. C

    C/C++ Why is C++ not considered a purely object oriented language?

    I am a student of computer science, and naturally was shocked when, during my recent trip to a bookstore, was told that C++ in not really object oriented. The guy at the store referred me to a language called Smalltalk, which is supposedly the true object oriented language. I assume that most...
Back
Top