Search:

Type: Posts; User: aprescott_27

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,190

    I just had some trouble with overloading...

    I just had some trouble with overloading operators, and it seems like the following worked fine (there's probably an easier way to do it that I haven't figured out)


    Polynomial&...
  2. Replies
    7
    Views
    8,750

    No, it's a 2-dimensional grid, except that the...

    No, it's a 2-dimensional grid, except that the idx and jdy in the grid are drawn as polar coordinates (using the latitude and longitude of the point) on the screen.
  3. Replies
    7
    Views
    8,750

    glDrawArrays()

    Hello, everyone.
    I'm using OpenGL to draw some weather radar data to the screen, and the glDrawArrays() function is producing some strange results. What it is supposed to do is draw triangle strips...
  4. Replies
    25
    Views
    4,813

    Thanks for all the replies. I tried the ALT +...

    Thanks for all the replies. I tried the ALT + SYSRQ + [KEY], and it didn't appear to do anything but run the file system check when I booted it up the next time (it wasn't so long.) The link said...
  5. Replies
    25
    Views
    4,813

    Near as I can tell, the machine stops completely....

    Near as I can tell, the machine stops completely. The cursor won't respond to mouse movement and all motion on the screen stops. Some of the guys I'm working with have tried to ssh to the computer,...
  6. Replies
    25
    Views
    4,813

    To CornedBee: I'll try that, thanks. To zacs7:...

    To CornedBee: I'll try that, thanks.

    To zacs7: I'm fairly sure all the required drivers are there. We had to get a new graphics card because the first one in the computer didn't support vertex...
  7. Replies
    25
    Views
    4,813

    Yeah, I've tried looking at all the code, and...

    Yeah, I've tried looking at all the code, and couldn't figure out what would be the issue with it (there wasn't any pointers in there or anything.) It occurs in the middle of the program.
  8. Replies
    7
    Views
    1,951

    What you're really asking about is called a file...

    What you're really asking about is called a file extension, and it usually reflects the format of the file. The format is basically how the data is organized in the file. So to write a program to...
  9. Replies
    25
    Views
    4,813

    The program is on Ubuntu Linux, and I think...

    The program is on Ubuntu Linux, and I think tomorrow one of the guys I'm working with is going to go through my code. Another guy I'm working with ran it on his computer (not sure what OS, probably...
  10. Replies
    25
    Views
    4,813

    I've tried using CTRL + ALT + F1 (kind of like...

    I've tried using CTRL + ALT + F1 (kind of like Linux CTRL + ALT + DELETE), but it doesn't do anything. I've also had others try to ssh to my computer to kill off the program, but they can't connect.
  11. Replies
    25
    Views
    4,813

    Qt/OpenGL/Ubuntu Bug

    I've been working on a program for a few days and making very little headway. I'm writing it in C++ with Qt and OpenGL on Ubuntu Linux. I have basically taken two programs and tied them together,...
  12. Basically, the DayOfYear class is like a cookie...

    Basically, the DayOfYear class is like a cookie cutter, you need to make some cookies with the cutter before you can do anything.


    //doy is the object or the "cookie" in the above analogy....
Results 1 to 12 of 13