Search:

Type: Posts; User: speed

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,689

    Hi ryan i have a question why not use a linked...

    Hi ryan i have a question why not use a linked list instead of arrays they are easier and alot more flexible to work with and u have no compile time imposed limit, you can have as many as u want...
  2. Replies
    1
    Views
    875

    well try gets(). #include char...

    well try gets().

    #include <stdlib.h>

    char input[2]; //user input

    void main
    {
    printf("Enter something: ");
    gets(input);
  3. Replies
    1
    Views
    3,066

    Well what OS are you gonna write the code for or...

    Well what OS are you gonna write the code for or are u developing your own. You need to be specific.
Results 1 to 3 of 3