Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 4 of 4

Thread: New to C++

  1. #1
    Guest

    New to C++

    Hi all, I am new to C++, learning on my own as of today. I was wondering, should I learn all of C++ basics then add OGL, or should I be trying to learn both. I wanna focus on the graphics side of things, but I obviously need to learn the core of C++ as well. Which way will get me into programming opengl better and sooner or can they not coexist?

    Any help greatly appreciated.

    Thanks,
    Dean

  2. #2
    Advanced Member Frequent Contributor Ehsan Kamrani's Avatar
    Join Date
    May 2005
    Location
    Iran
    Posts
    547

    Re: New to C++

    You only need to be familiar with the C programming. If you know the meaning of the array and pointers, then you can start to learn OpenGL.
    -Ehsan-

    ------------------------
    Ehsan Kamrani
    *Zehne Ziba* corporation,
    *Zehne Ziba* managing director
    ------------------------
    <span style="color: #006600">-Ehsan-</span>

  3. #3
    Junior Member Newbie
    Join Date
    Aug 2005
    Location
    England
    Posts
    16

    Re: New to C++

    Im pretty new to OGL myself but intermediate at C++, and as Ehsan Kamrani said aslong as you know pointers and arrays you should be fine, but heh why not learn both at the same time, possibly create some basic classes and encapsulate the OGL code, will help with your OO skills
    ...People Who Say It Can't Be Done Are Passed By Those Who Are Doing It...

  4. #4
    Junior Member Newbie
    Join Date
    Oct 2005
    Location
    San Diego
    Posts
    4

    Re: New to C++

    Learn C first....that was my biggest blunder a few years ago. Take a C++ class. Then get this book:

    C++ Gotchas: Avoiding Common Problems in Coding and Design (Paperback) by Stephen C. Dewhurst

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •