Search:

Type: Posts; User: killjoyntk

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    1,647

    I havn't read your code, but one thing I like to...

    I havn't read your code, but one thing I like to use is atoi(). I use that if i use gets in my code, so I don't need to use scanf. atoi() stands for alpha to integer i believe, so instead of using...
  2. Replies
    1
    Views
    965

    Netscape's GO menu

    Yes i was wondering how you clear the Go menu so it doesn't show what sites have been visited. I have Netscape 6.2.2. Thank you for any help.
  3. Thread: tutorials

    by killjoyntk
    Replies
    15
    Views
    2,366

    I know nothing about game programming and i would...

    I know nothing about game programming and i would love to learn, so if you make some i would love to recieve them. My email address is [email protected]
  4. Thread: File Input

    by killjoyntk
    Replies
    7
    Views
    1,250

    i thought about that after i posted that, I...

    i thought about that after i posted that, I always used *argv[] .
  5. Thread: File Input

    by killjoyntk
    Replies
    7
    Views
    1,250

    i thought you had to type **argv[] in the main...

    i thought you had to type **argv[] in the main function's parameters yours is missing the []. I could be wrong though
  6. Replies
    12
    Views
    1,370

    Hmmm. I think I better hold off on trying to make...

    Hmmm. I think I better hold off on trying to make this program then becuase it sounds like it is far beyond my c skills. I am a noob at it still. Thanks for all the input everyone.
  7. Replies
    11
    Views
    1,506

    I believe the ones you download are pretty...

    I believe the ones you download are pretty stealthy. So if he is a average user, I don't think you would have a problem of him finding out about it. Of course, I wouldn't mind myself learning how to...
  8. Replies
    12
    Views
    1,370

    oops:D

    oops:D
  9. Replies
    12
    Views
    1,370

    lol i looked at the code i pasted and there is a...

    lol i looked at the code i pasted and there is a smiley in it. hmmm guess you would have to download it
  10. Replies
    12
    Views
    1,370

    Sorry i should have pasted my code so you didn't...

    Sorry i should have pasted my code so you didn't have to download. here is it in plain view for those who don't want to download.


    #include<stdio.h>
    #include<stdlib.h>

    #define AFILE argv[1]...
  11. Replies
    12
    Views
    1,370

    yes it is just like a joiner program. This is the...

    yes it is just like a joiner program. This is the code I wrote that doesn't work like i wanted it to do:(
  12. Replies
    12
    Views
    1,370

    2 files under 1

    I once saw a program that combines two programs under one name, so you could run them both at the same time. I tried making a program that did the same by having the program do a binary append, but...
Results 1 to 12 of 12