Search:

Type: Posts; User: raum

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    1,723

    I rewrote your for loop for a few reasons. First...

    I rewrote your for loop for a few reasons. First I would use the FOR loop for this problem over the while loop, since you need to declare, test and count. Second if this is for school, most teachers...
  2. Replies
    23
    Views
    2,216

    Can someone tell me why you need braces around a...

    Can someone tell me why you need braces around a case statement if it has a variable declaration in it? I did not know that because I never declare variables there but I assumed it just went right...
  3. Replies
    8
    Views
    1,791

    As already mentioned, '\b', clrscr() are the two...

    As already mentioned, '\b', clrscr() are the two I would consider. gotoxy() if you need to 'fix' more than one line of output at a time. If none of those help, you should reword the question.
  4. Replies
    6
    Views
    2,565

    UPDATE: I actually found a program yesterday that...

    UPDATE: I actually found a program yesterday that restricted the cursor movement to just one axis, which is what I was asking for before and what I thought I wanted. Alas, it's still not quite what I...
  5. Replies
    6
    Views
    2,565

    I was wondering if there may be some built in...

    I was wondering if there may be some built in Windows function to stop all mouse movement on a certain axis? I am not aware of anything though. I use a logitech mx700 optical mouse if anyone cares.
  6. Replies
    6
    Views
    2,565

    I want to limit the mouse movement to one axis in...

    I want to limit the mouse movement to one axis in programs that I did not write or have the source code to. I'm looking for something easy, where maybe it won't detect one axis of movement (something...
  7. Replies
    7
    Views
    2,340

    Legal? As in it will compile or as in it's doing...

    Legal? As in it will compile or as in it's doing what he wants it to do? It should compile fine, unless x is undeclared then maybe some error will be given. Throw it in a conditional statement and it...
  8. Replies
    6
    Views
    2,565

    Controlling Mouse movement?

    I have no idea where to ask this (on the internet) so please bear with me. I am looking for a program that will stop the mouse from moving along one axis. An example of this is in a paint program if...
Results 1 to 8 of 8