Search:

Type: Posts; User: njitram2000

Search: Search took 0.00 seconds.

  1. @anon & Elysia - Thank you, that explains...

    @anon & Elysia - Thank you, that explains everything. I looked through the PCL manual but not the Boost one (seemed a bit too daunting :D)
    I did that now and I'll remember that tip for in the future.
  2. I just found out experimentally that if I try to...

    I just found out experimentally that if I try to delete it just before I leave the function, I get a segmentation fault. This fault happens after the last line of the function and before the first...
  3. Do I need to delete dynamic memory before leaving a function

    Ok, I'm pretty sure that I'll get my head bitten of for this but if you are going to, please at least point me to a webpage that explains it.

    I am using Point Cloud Library to manipulate point...
  4. Access "LG RH177 DVD Recorder" Hard drive

    About a year ago the dvd drive in my LG RH177 DVD Recorder broke down. By making the internal HDD external and using the program from LG RH177 RH188 RH199 RH200 to access the data on the hard drive...
  5. I ran the code above and it returns 1, which...

    I ran the code above and it returns 1, which means the system has stdio.
    I have also checked the config file and it has it set to 1 so that is also as it should be.
    I can't find the config.log file...
  6. Cannot find where to define HAVE_STDIO_H in SDL

    I just started using SDL so that I can load images as textures in opengl.
    If i include <SDL.h> then I printf's are not displayed but if I just include <SDL_Video.h>, then i do see my printf's. I...
  7. Sipher, I'm certain something is wrong with the...

    Sipher, I'm certain something is wrong with the file bacause it works perfectly on unix machines.
    I've found a more recent version in which the bug has been corrected at Nate Robins - OpenGL - GLUT...
  8. How to compile GLUT source files in windows

    I'm a beginner when it comes to programming. I know my way around c enough to do this and that and I use MinGW and make to use makefiles for compiling.

    Now I'm working with OpenGL but I discovered...
  9. Thanks Bayint, that works. It's too bad you have...

    Thanks Bayint, that works. It's too bad you have to use tricks like memcpy in c instead of something a bit more straightforward. I also didn't know you could include an array layout in a typecast....
  10. Nice, I will check those pages out. Thank you.

    Nice, I will check those pages out. Thank you.
  11. Add values to muldimentional array after declaration

    I'm trying to make a big 3 dimentional array with a variable as value. Because of this, i cannot initialise it during declaration. I can't, however, find a way to insert the values into the array...
  12. wow, I can't believe I didn't see that. Not...

    wow, I can't believe I didn't see that. Not including the seconds part was what stopped it.
    I also tried it with ftime() and that works too.

    There is however something very wrong with this...
  13. How to use timing in simple game such as pong

    Hey, I'm trying to make my first game in c using openGL: pong (might as wel start with the basics).
    I have the logic figured out for the bouncing but I can't find a proper method for the timing...
  14. Replies
    7
    Views
    99,443

    Thank you! I've manged to get it working. That...

    Thank you!
    I've manged to get it working. That trick with PATH is very useful to know.
  15. Replies
    7
    Views
    99,443

    But what EXACTLY do I have to type in the cmd. Do...

    But what EXACTLY do I have to type in the cmd. Do i first browse to the path of make? I tried doing that and then typing make.exe and then the path to the makefile but that doesn't work.
    As I said,...
  16. Replies
    7
    Views
    99,443

    Thanks sean, I actually managed to get that far...

    Thanks sean, I actually managed to get that far and I installed it but from there I don't know how to use it. What is the basic command to use in cmd?

    The makefile i have contains the following...
  17. Replies
    7
    Views
    99,443

    Makefiles in windows

    In school we're learning the basics of programming in c. Now we're using makefiles to combine all the .c and .h files into a program. The problem is, all the computers at school are running unix and...
Results 1 to 17 of 17