Search:

Type: Posts; User: Achy

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    3,295

    fgets() saves the day! I didn't know that gets()...

    fgets() saves the day! I didn't know that gets() took off the \n... woops! Thanks a lot! Works like a charm now!
  2. Replies
    5
    Views
    3,295

    When I get the successfull respons (upon...

    When I get the successfull respons (upon connecting to the server) Ethereal shows an IRC response as expected. When I send out a message it sends a packet with my string I sent and looks fine, but I...
  3. Replies
    13
    Views
    1,872

    Just because I never specifically said I searched...

    Just because I never specifically said I searched google doesn't mean I didn't. Of course, that kind of assumption is probably never made by the likes of you.

    Besides, that doesn't change the fact...
  4. Replies
    5
    Views
    3,295

    Thats a good idea. I can telnet fine to the irc...

    Thats a good idea. I can telnet fine to the irc server, but it seems like it just isn't leaving my machine from my program. I'll give it a try.

    Thanks!
  5. Replies
    13
    Views
    1,872

    Read this again, maybe you'll realize something:...

    Read this again, maybe you'll realize something:



    Taken from my frist post. Or maybe even this:



    Hell why not just read the title:
  6. Replies
    5
    Views
    3,295

    Socket or send() problem?

    I posted another topic about needing to Multithread, and I got that workin' all fine and dandy, but now it seems that my socket is buggin' out.

    Problem:
    I'm connecting to an IRC server and trying...
  7. Replies
    13
    Views
    1,872

    Forums would be so much better if people didn't...

    Forums would be so much better if people didn't assume everyone asking a question doesn't know about google.

    Do you really think I didn't googled it for an hour? (look at timestamps on posts).
    ...
  8. Replies
    13
    Views
    1,872

    Any chance you know a good place to learn about...

    Any chance you know a good place to learn about windows multithreading in C?

    Thanks.
  9. Replies
    13
    Views
    1,872

    Multithreading... thats what I needed. I just...

    Multithreading... thats what I needed. I just didn't know the term.

    Thanks!
  10. Replies
    13
    Views
    1,872

    Peeking at streams

    I'm trying to create a crude telnet type program (eventually evolving into an irc client) for windows, in C.

    Took me a while, but I got sockets down, but now I'm stuck on the user input aspect. ...
  11. Thread: File I/O Question

    by Achy
    Replies
    2
    Views
    2,255

    I totally forgot to malloc my buffer >.< that did...

    I totally forgot to malloc my buffer >.< that did it. Thanks.
  12. Thread: File I/O Question

    by Achy
    Replies
    2
    Views
    2,255

    File I/O Question

    I'm trying to write a program to format a text file and I can't figure out how to write to the file passed in the command line.

    Here is what I have tried in pseudocode:
    -open the file argv[1] for...
  13. Thread: Quick Question

    by Achy
    Replies
    2
    Views
    858

    thanks :)

    thanks :)
  14. Thread: Quick Question

    by Achy
    Replies
    2
    Views
    858

    Quick Question

    Is there a way to move and delete files in C? In a sense, a way to use the unix commands "mv," and "rm." (I'm programming for and on a unix environment).

    Thanks.
  15. Thread: Debug help needed

    by Achy
    Replies
    3
    Views
    1,798

    At first I thought NO, but now that I think about...

    At first I thought NO, but now that I think about it, that might be okay. I will ask my professor about it. Technically, finding the string within the line is not the complete purpose of the...
  16. Thread: Debug help needed

    by Achy
    Replies
    3
    Views
    1,798

    Debug help needed

    I am trying to program a clone for the Unix command fgrep in C for my CSC class and I am having trouble in this part of my program. It is the part where I search for the specified word in a line...
  17. Thread: String trouble

    by Achy
    Replies
    6
    Views
    1,166

    String trouble

    I'm new to C programming, but not at all new to programming in general. My professor wants me to use scanf() function to read a string of characters into a variable. I missed a day of class and did...
Results 1 to 17 of 17