Search:

Type: Posts; User: Eldarion

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    1,036

    Compilers for microchips

    Hi
    I need to write code for a microchip to go into a school project. I have a board to put the chip in (PIC16F628A), and software that can program the chip if given the hex (microburn), but no...
  2. Replies
    4
    Views
    5,314

    Is there any way of looking in the buffer and...

    Is there any way of looking in the buffer and seeing if any keys have been pressed, and then moving on? My problem with normal input functions is that they wait until there is some input before...
  3. as far as I know, passing something by reference...

    as far as I know, passing something by reference passes a pointer so that any changes made in the function are actually made to the variable, whereas without the & means that any changes are lost...
  4. Replies
    4
    Views
    5,314

    Interrupts from a keyboard?

    Hi all,

    Is it possible to set up an interrupt so that the program stops and executes an interrupt function whenever someone hits enter?

    I don't know much about interrupts, but everything I've...
  5. Replies
    19
    Views
    2,609

    I do something completely different- I include...

    I do something completely different-
    I include <cstdlib>, which has a rand() function, and include<ctime>.
    I then use the clock() function to execute rand() many times based on how many clock...
Results 1 to 5 of 5