Search:

Type: Posts; User: punkCow

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,910

    Text Adventures

    I'm intrested in writing a text adventure in C. I can't find any simple guides out there. I looked pretty long. I'm no intrested in using something like TADS or any other "Text Adventure" programmign...
  2. Replies
    7
    Views
    1,388

    Does fputc and fgetc read/write one byte at a...

    Does fputc and fgetc read/write one byte at a time? Would fgetc and fputc do the trick on a file opened in binary mode, or ould I still have to issue of not being cross platform?

    Thank you, I'm a...
  3. Replies
    7
    Views
    1,388

    Thank you! I love it here, I can't say how happy...

    Thank you! I love it here, I can't say how happy it make me to see programming warriors helping the newbies like me :-D

    Thank you everyone that has ever helped a newbie! :-D
  4. Thread: man!!!!!

    by punkCow
    Replies
    7
    Views
    1,226

    too bad Window$ doesn't have man pages.... I...

    too bad Window$ doesn't have man pages.... I guess MSDN is as close as Window$ comes to man pages...
  5. Replies
    7
    Views
    1,388

    Do these functions let me read x numbers of...

    Do these functions let me read x numbers of bytes, or x charcaters? I'm looking for something that will let me read x numbers of bytes form a file (I guess thats stupid now that I think of it... will...
  6. Thread: man!!!!!

    by punkCow
    Replies
    7
    Views
    1,226

    Fear me, for I am root! sorry... I couldn't help...

    Fear me, for I am root! sorry... I couldn't help it...
  7. Replies
    7
    Views
    1,388

    reading a writing x bytes

    I want to write a cross platform program that reads x bytes from a file, then writes x bytes to a file. I know how to do this under Linux. I would simply use:

    #include <unistd.h>
    write()
    and...
  8. Thread: Gtk 1.2

    by punkCow
    Replies
    1
    Views
    1,015

    Gtk 1.2

    I've looked forever for a GTK+ 1.2 package for Windows. GTK+ 2.x packages are very easy to find, however, it is near impossible to find a GTK+ 1.2 developer package, I looked for a long time, so...
  9. Replies
    5
    Views
    1,085

    intgers form a string

    All right, here it goes. I'm trying to get an intger from a string. FOr example I don't want "this" to be 4 intgers, I want to get AN intger from "this" Is there any easy way to do this?
  10. I've seen this show up with fgets() on Slackware...

    I've seen this show up with fgets() on Slackware Linux... I've been using:



    #include <stdio.h>
    #include "clearkb.h"

    void clearkb(void)
    {
    char junk[80];
  11. Replies
    6
    Views
    1,245

    Awww, you guys are great. I've always been...

    Awww, you guys are great. I've always been impressed at how people on message boards are so willing to help newbies. I honestly am very thankfil for people who are willing to help newbies with the...
  12. Replies
    6
    Views
    1,245

    Thanks

    Thank you so much, Salem
    I was totatly clueless. I wish I had some friends that knew C. I'm 15 y/o, and none of my freinds are into programming.
  13. Replies
    6
    Views
    1,245

    Chopping up a string

    I'm a newbie, so please be nice to me ;-)

    I've been programming in C for about a month now, but I haven't really done alot. I'm trying to write one of those simple XOR encryption programs.

    I...
Results 1 to 13 of 13