Search:

Type: Posts; User: gth759k

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,404

    Thanks. Here's what I finally got to work! ...

    Thanks.
    Here's what I finally got to work!



    #include <stdio.h>

    int main(int argc, char *argv[])
    {
    switch(argc)
  2. Replies
    4
    Views
    1,404

    program arguments

    Ok, I'm stuck again.

    I'm want my program to accept different arguments from the command line, but haven't been able to get it to work. I want something like . . .



    #include <stdio.h>
    int...
  3. Replies
    1
    Views
    1,309

    Detect Screen Resolution

    Hi, I'm a noob so I need some help with this.

    I want to write a function in c that returns the height and width of the screen and stores them in an array. Thats it!

    Any help would be...
Results 1 to 3 of 3