Search:

Type: Posts; User: Elk

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,546

    Are you looking to do this as a global or local...

    Are you looking to do this as a global or local hotkey?
  2. Replies
    3
    Views
    5,044

    Well tried both ideas to fix the code. The first...

    Well tried both ideas to fix the code. The first one helped a little, that was simple. The second one gave a lot of errors. I ended up linking the click events for all the radio buttons and throwing...
  3. Replies
    3
    Views
    5,044

    Radiobutton text to string

    Hello. I'm creating a simple program that randomizes answers in 3 radio buttons. The user will pick 1 answer. A button is pressed and the answer is checked against the real answer. I can't seem to be...
  4. Replies
    13
    Views
    7,052

    Ok ty. finally got it working. is there any way...

    Ok ty. finally got it working. is there any way to imporve it?



    #include <stdio.h>
    #include <stdlib.h>

    int GetRand(int min, int max);

    int main(void)
  5. Replies
    13
    Views
    7,052

    Can't seem to find the genrand() function on the...

    Can't seem to find the genrand() function on the FAQ. And also, is it also possible to set the RAND_MAX to a number and just use srand and rand() function?
  6. Replies
    13
    Views
    7,052

    where do i place target = genrand(1, 1000); into...

    where do i place target = genrand(1, 1000); into the code? Do I use a for loop?
    idk it looks like crap but this is all i've got hmmm...


    #include <stdio.h>
    #include <stdlib.h>
    #include...
  7. Replies
    13
    Views
    7,052

    Simple Guessing Game

    This is in no way any assignment. I am new and i'm attempting to learn some C.

    I was just wondering on some sort of basic idea to make a guessing game. Say you have to pick a number between 1 and...
Results 1 to 7 of 7