CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: khalid farooq

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    3,249

    Re: glut keyboard function

    i have'nt understand the steps please change the code in my file to get required result
  2. Replies
    9
    Views
    3,249

    Re: glut keyboard function

    please tell me what changes i do in my program to get the required result please write a code for it.
    is it not possible to get the required result with this code?
  3. perform rotation,translation and scaling

    i want to do rotation,scaling,and translation on this image.please write a code for it and tell me in which places i have to embed this code in my file to perform translation,rotation and scaling to...
  4. Replies
    9
    Views
    3,249

    Re: glut keyboard function

    thanks my program runs but i want to redraw it during run time when i press r or R ,but when i change my points in my text file during runtime it redraws it but without pressing r please solve my...
  5. Replies
    9
    Views
    3,249

    Re: glut keyboard function

    please tell me what changes i do in my program in what places i am new in programing please solve my problem
  6. Replies
    9
    Views
    3,249

    glut keyboard function

    i want to redispaly the house at runtime according to changing in my text file by pressing r or R BUT WHEN I build it it gives me error error C2065: 'Keyboard' : undeclared identifier
  7. Re: read text file in visual studio problem

    thanks it works
  8. Re: read text file in visual studio problem

    sir here is my updated file check it same problem it changes my last points in last iteration of for loop and also when i press r key when program is running it does not reshape it please solve my...
  9. read text file in visual studio problem

    when i read text file in visual studio it does not draw the right picture because in my last iteration of for loop it changes my points in my text file and also i want to reshape my picture witout...
  10. Re: read text file in visual c++ i am trying to execute program and nothing is displa

    thanks with the help of debugger i solved the problem of reading file but when i read file it does not draw the right picture because in my last iteration of for loop it changes my points and also i...
  11. Re: read text file in visual c++ i am trying to execute program and nothing is displa

    same thing screen gets halted nothing is displayed even black screen
  12. Re: read text file in visual c++ i am trying to execute program and nothing is displa

    how i know that data is being readed from file
  13. Re: read text file in visual c++ i am trying to execute program and nothing is displa

    when i read file from other drive the screen halted even balck screen is not displayed i am using xp
  14. Re: read text file in visual c++ i am trying to execute program and nothing is displa

    this doesn't solve the problem
  15. read text file in visual c++ i am trying to execute program and nothing is displayed

    /*
    * hello.c
    * This is a simple, introductory OpenGL program.
    */


    #include<stdlib.h>
    #include <GL/glut.h>
    #include<iostream>
    #include<fstream>
Results 1 to 15 of 15





Click Here to Expand Forum to Full Width

Featured