Search:

Type: Posts; User: yalcin

Search: Search took 0.01 seconds.

  1. Opengl on PictureBox toolbox in Visual Studio 2008.net

    Hello,

    How can I use Opengl in PictureBox toolbox in Visual C++.I didn't come across any document on internet.Do you know any document,tutorial,code example etc. about this topic?

    Could you...
  2. Using OpenGL on Windows Form Application in Visual C++

    Hello,

    I want to draw 3D graphics on Windows Form Application in Visual C++.How can I adjust OpenGL library on Visual Studi 2008 ?Could you advise me any tutorial that mention using OpenGl Library...
  3. Replies
    1
    Views
    1,059

    Class Template in Visual C++

    Hello,

    I formed class template that represent two dimensional array :


    template<class T>
    class Array2D {
    protected:

    public:
  4. Replies
    3
    Views
    1,027

    Using Class Template in Visual C++

    Hello,

    I wrote template which return matrix in Window Form Application .My template is below:


    template<class T>
    class matrix1 {
    protected:

    public:
  5. How to return a multidimensional array with a pointer function?

    Hello,

    I would like to return a multidimensional array from a pointer function.But multidimensional array dimension's will be enormous.For example,width will be 500 and height will be 600.
    ...
  6. Returning a multidimensional array from pointer function in Visual C++

    Hello,

    I wrote following code to return multidimensional array from pointer function.Input parameter of this function is one dimensional array, output is pointer that point multidimensional array....
Results 1 to 6 of 6