Search:

Type: Posts; User: Stiks

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    4,328

    Okay, theres a library in C for checking for...

    Okay, theres a library in C for checking for connected devices. Check this out I know its in C++ but its similar and the library function is for C too:

    Introduction To Using LibUSB-1.0 - C++...
  2. Replies
    7
    Views
    4,328

    The rs232 is the Texas Instruments kit correct? ...

    The rs232 is the Texas Instruments kit correct? If so, I think its important to note that you do not need to do any actual SPI programming (write the drivers for it) because its built into it. I...
  3. Replies
    2
    Views
    990

    In my experience, they usually ask stuff about...

    In my experience, they usually ask stuff about memory and efficiency. In other words, really know your pointers whether in C/C++.
  4. Replies
    6
    Views
    1,800

    Your includes? Maybe try the: #include...

    Your includes? Maybe try the:

    #include "SDL_events.h"
  5. Replies
    3
    Views
    1,973

    Ok I got rid of the scan_data being called twice...

    Ok I got rid of the scan_data being called twice in the loop I dont know why I did that. I however dont know where to the other functions that you say im missing. The errors im getting now are "In...
  6. Replies
    3
    Views
    1,973

    Simple calculator prog

    Well Im suppose to write a program that models a simple calculator. I have made an attempt at it but I dont think I did it right. I also dont know how to add a function so it does the whole to the...
  7. Replies
    10
    Views
    11,982

    Well heres my code Its not working properly and I...

    Well heres my code Its not working properly and I know im missing somethings but I dont know what:




    #include <math.h>
    #define w 0.25

    int
    main(void)
  8. Replies
    10
    Views
    11,982

    Yeah actually I am in that class. Good to know...

    Yeah actually I am in that class. Good to know Im not the only one having issues with the program.
  9. Replies
    10
    Views
    11,982

    Having the user ask for what angle is what I dont...

    Having the user ask for what angle is what I dont know how to do. Now that I know what loop I should use I can probably get that done. Ill try and post my code when I have done a little bit more on...
  10. Replies
    10
    Views
    11,982

    Sine Wave Program

    Before high resolution displays became common, computer terminals were often used to display graphs of equations using only text characters. A typical technique was to create a verticalo graph by...
  11. Thread: Quick question

    by Stiks
    Replies
    6
    Views
    1,411

    Well I could put it into pico (we use Unix) but...

    Well I could put it into pico (we use Unix) but its a written thing so putting it in a compiler wont help. I have to solve everything by hand.
  12. Thread: Quick question

    by Stiks
    Replies
    6
    Views
    1,411

    Quick question

    Im relatively new to C. On Tuesday we have a small test on simple things. On the sample test I have managed to answer many of the questions however I cant seem to solve a simple expression having...
Results 1 to 12 of 12