Search:

Type: Posts; User: ksaman

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,603

    Todd thanks for passing by, i am 0 level...

    Todd thanks for passing by,

    i am 0 level beginner
    i tried playing around with the debugger i guess i bugged the hell out of it yet i don't have a lot of knowledge about it to use it effectively....
  2. Replies
    9
    Views
    1,603

    i am almost giving up on it i dont know whats...

    i am almost giving up on it
    i dont know whats the reason from this exersize
    if the library functions are there why not use them
    the only guess i have is that they want to split it for only the...
  3. Replies
    9
    Views
    1,603

    ok so i am now a bit confused the array or...

    ok so i am now a bit confused
    the array or string userInput is used to in the function "fgets" to store the users input

    now i am trying to pass the array to the getCmd function to have it...
  4. Replies
    9
    Views
    1,603

    i have updated the code and the program compiles...

    i have updated the code and the program compiles but when i run it and type the values it gives me an error Segmentation fault (core dumped)


    #include <stdio.h>

    char userInput[256];
    void...
  5. Replies
    9
    Views
    1,603

    Strings and tokenizing need help

    hi all i am new to the programing world & specially C with no sources of help available

    i hope someone here would help

    i am writing a simple code to extract words from a string & printing it
    ...
Results 1 to 5 of 6