Search:

Type: Posts; User: MattMik

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,520

    Creating Objects in Loops

    Here's a concept that's been bugging me for a while.

    Let's imagine I have a program that goes through a for loop ten times. On each pass, it creates a new object. My question is, after the loop...
  2. Replies
    4
    Views
    1,450

    What's a paper?

    What's a paper?
  3. Replies
    4
    Views
    1,450

    Mathematical Carrying and Borrowing?

    I've been assigned the job of emulating a CPU, and one of the registers is the carry and borrow flag. During addition and subtraction, if carrying or borrowing occurs, the register is set to 1...
  4. Replies
    6
    Views
    6,398

    Hooray! It all works 100% correctly. Thanks...

    Hooray! It all works 100% correctly. Thanks everyone!
  5. Replies
    6
    Views
    6,398

    Yup, that's it, but fstream won't allow reading...

    Yup, that's it, but fstream won't allow reading to an unsigned character array. Is there any way I can convert a signed array into an unsigned one?
  6. Replies
    6
    Views
    6,398

    Yup! It works perfectly now, but there is just...

    Yup! It works perfectly now, but there is just one tiny bug.

    I used sprintf() to write the hexadecimal equivalents to a new array. They all come out correct except one of them. The actual value is...
  7. Replies
    6
    Views
    6,398

    Char to ASCII Hex Value Troubles

    Hello!

    I need to convert ASCII characters into strings of hex values.

    I'm currently designing a program that must open a file, read its hex values, and react accordingly. I'm having trouble...
  8. Replies
    2
    Views
    2,264

    Intercept the MIDI Out

    I was wondering if there was any way (on any OS) to intercept the outgoing MIDI events. For example, if a program is running (maybe Cubase) and sends out a MIDI event for Channel 16, Note "Middle C",...
  9. Replies
    1
    Views
    3,132

    XLib Window Reparenting

    I'm trying to make a simple window manager for X to learn about the internal workings of Linux. I've read the whole XLib manual so far, but I'm having a little bit of trouble with window reparenting....
Results 1 to 9 of 9