Search:

Type: Posts; User: Ne0

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,444

    For anyone else looking for this I found the best...

    For anyone else looking for this I found the best resource at
    http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/pdf/NCURSES-Programming-HOWTO.pdf
    it's a PDF file that is perfect in...
  2. Replies
    4
    Views
    1,444

    Oh nice, never knew about the menu library,...

    Oh nice, never knew about the menu library, thanks a ton :D
  3. Replies
    4
    Views
    1,444

    Menu program advice

    Wondering if you guys/girls had any advice on tutorials or texts on writing Menus in C (in a nix enviornment). For example just a simple menu with like 3 options, up/down arrow keys highlight the...
  4. Replies
    5
    Views
    1,055

    strstr, thanks ;)

    strstr, thanks ;)
  5. Replies
    5
    Views
    1,055

    One last question, how can I have it read a file...

    One last question, how can I have it read a file line by line to check if a certian string is there? Thanks.
  6. Replies
    5
    Views
    1,055

    Thanks a ton :) Got it working

    Thanks a ton :) Got it working
  7. Replies
    5
    Views
    1,055

    Few Socket Questions

    I'm 100% new to programming C w/ connecting to other computers, listening for it, sending/recieving packets basically. Well I have this one program send a packet to a server, where there's a program...
  8. Thread: Few Questions

    by Ne0
    Replies
    14
    Views
    1,869

    Lol, well you said edit the data so I asummed you...

    Lol, well you said edit the data so I asummed you meant file. And i will go look that up because that's what i've been asking how to do this whole time :P Making changes to the copy in memory.
  9. Thread: Few Questions

    by Ne0
    Replies
    14
    Views
    1,869

    How do you edit it though? O_o

    How do you edit it though? O_o
  10. Thread: Few Questions

    by Ne0
    Replies
    14
    Views
    1,869

    So you can't delete a certian line in a file?

    So you can't delete a certian line in a file?
  11. Thread: Few Questions

    by Ne0
    Replies
    14
    Views
    1,869

    Thanks! Can anyone throw me a hint on how I could...

    Thanks! Can anyone throw me a hint on how I could delete somthing in a file? I asked above and someone mentioned a counter o.o
  12. Thread: Few Questions

    by Ne0
    Replies
    14
    Views
    1,869

    Thanks, and couldnt find that recent thread on...

    Thanks, and couldnt find that recent thread on system() :(
  13. Thread: Few Questions

    by Ne0
    Replies
    14
    Views
    1,869

    I meant how do you ADD lines of code to the...

    I meant how do you ADD lines of code to the beginning of a file that already contains information.


    Damn.


    I'm still kinda new to C so I don't get the counter part o.o Throw a hint? XD
    ...
  14. Thread: Few Questions

    by Ne0
    Replies
    14
    Views
    1,869

    Few Questions

    How can I write to the beginning of the file? I have it working now but it overwrites in it's path which is annoying :P

    Also is there anyway I can have it read a file and take out a certain line...
  15. Replies
    5
    Views
    19,588

    Got it :) Thanks!

    Got it :) Thanks!
  16. Replies
    5
    Views
    19,588

    getchar() works if it's alone, I have a pretty...

    getchar() works if it's alone, I have a pretty long program with a lot of inputting so i assume i have to flush it before I want to make it wait for a key to be pressed, i could just make a function...
  17. Replies
    5
    Views
    19,588

    Waiting for a key to be pressed

    I'm using C and on a *nix platform. Wondering how to make it wait for the user to hit any key to continue, or at the least the enter key. Been through 20 pages on google and many forums, keep going...
Results 1 to 17 of 17