Search:

Type: Posts; User: robdapeepschamp

Search: Search took 0.01 seconds.

  1. Right before I read your response, I asked him...

    Right before I read your response, I asked him why. His answer was that he wants to be able to make multiple simultaneous connections. He suggested creating a struct to hold the variables? Does...
  2. Not letting sockaddr(s) go out of scope

    I'm working on a program using static libraries & sockets with a server, and I thought I had it implemented correctly. I went to have it reviewed, since it isn't due for a week. The instructor said...
  3. Replies
    10
    Views
    1,414

    Well, I've recoded some things after finding out...

    Well, I've recoded some things after finding out I didn't need to use file pointers. Here's my code that I got working:


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


    int main()...
  4. Replies
    10
    Views
    1,414

    google and some guessing

    google and some guessing
  5. Replies
    10
    Views
    1,414

    Well, i am not going into C blind...I have taken...

    Well, i am not going into C blind...I have taken a course on C++ and I know it is kinda similar. I am just trying to learn how to use it with some of the limited knowledge I know and applying to the...
  6. Replies
    10
    Views
    1,414

    I apologize for possibly asking a noob question. ...

    I apologize for possibly asking a noob question. But how do I go about fixing those problems you layed out? I was going to take the '!' away from the scanf() statement...would that solve the...
  7. Replies
    10
    Views
    1,414

    Beginning C - I/O issues

    Hello,

    I am learning C and my friend that offered to give me some help with I/O gave me a sample program from his last semester's class to help get me started. It is supposed to be a 'simple...
Results 1 to 7 of 7