Search:

Type: Posts; User: muk_luk

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    1,522

    what I was originally intend to do was to simply...

    what I was originally intend to do was to simply ask for a piece of sample code so I know what Quah was talking about... (maybe a few lines will do)..

    but some jackass has this problem with typing...
  2. Replies
    10
    Views
    1,522

    it's not for homework, you dumbASS!!!! it's...

    it's not for homework, you dumbASS!!!!

    it's just a "sample code" to guide me.....

    p.s. wat a jackass! maybe his fatass's too big and got stuck in a toilet...
  3. Replies
    10
    Views
    1,522

    Can anyone make sample code of that ( the above)?...

    Can anyone make sample code of that ( the above)? ^
  4. Replies
    10
    Views
    1,522

    File search by word in C

    Hi all:

    does anyone know how to make a simple function that searches for a particular word in a file? So more words could be inserted at that point of the file?

    Is there anyway to do that?

    ...
  5. Replies
    2
    Views
    83,569

    Return String from a function

    Hi:

    is it possible to return a string from a C function (such as an array: x[10])?

    Also, is it possible to return a structure from a C function?


    Thanks in advance..
  6. Replies
    2
    Views
    1,921

    reset memory pointer

    hi:

    how do i reset the a pointer back to the first element after I do increment in a pointer like:
    *p++;

    please help!

    thanks in advance!
  7. Replies
    4
    Views
    1,059

    alright...thanks alot!

    alright...thanks alot!
  8. Replies
    4
    Views
    1,059

    But how would I create a pointer that will be...

    But how would I create a pointer that will be pointing to a string but it is initialized to null?
  9. Replies
    4
    Views
    1,059

    A pointer to String

    Hi:

    How would I create a pointer to a String in C?

    thanks in advance.
  10. Replies
    9
    Views
    5,549

    thank you for all ur help..... p.s: Quzah=...

    thank you for all ur help.....


    p.s: Quzah= stubbornnnnnn!
  11. Replies
    4
    Views
    1,641

    Programmin games in C

    Hi everyone:

    can anyone show me a game made in C?...which will be great!

    Thanks..
  12. Replies
    9
    Views
    5,549

    yah..just exactly like wat u have......

    yah..just exactly like wat u have......
  13. Replies
    9
    Views
    5,549

    Pointer question: *ptr with gets()

    Hi everyone:

    I wonder why when i use gets() function in statement generates an error, but when used with a pointer: *ptr it works fine:

    " if (gets(input) != NULL) " -----generate an error
    "...
Results 1 to 13 of 13