Forum: C
Nov 3rd, 2006, 11:42 PM
|
|
Replies: 14
Views: 367
Hmm, I'm not sure I understand what you...
Hmm, I'm not sure I understand what you mean.
This whole thing is for a networking class I am taking, and I have never used C before. Basically, the txt_list struct represents a packet that the...
|
Forum: C
Nov 3rd, 2006, 11:02 PM
|
|
Replies: 14
Views: 367
|
Forum: C
Nov 3rd, 2006, 9:07 PM
|
|
Replies: 14
Views: 367
|
Forum: C
Nov 3rd, 2006, 7:13 PM
|
|
Replies: 14
Views: 367
|
Forum: C
Nov 2nd, 2006, 2:13 PM
|
|
Replies: 3
Views: 277
|
Forum: C
Nov 2nd, 2006, 3:16 AM
|
|
Replies: 3
Views: 277
Reading character input into an array (raw mode)
Hello. I am having an issue with a program I am creating. Basically, it is a simply UDP chat client/server, that reads input from stdin in raw mode.
My issue is that I need to keep track of what has...
|
Forum: C
Oct 27th, 2006, 3:59 PM
|
|
Replies: 6
Views: 203
|
Forum: C
Oct 27th, 2006, 3:46 PM
|
|
Replies: 6
Views: 203
Well, I have:
#define MAXBUFLEN 100
If it...
Well, I have:
#define MAXBUFLEN 100
If it helps, when I run my code the client says that it sent 36 bytes, and the server says it receives 36 bytes.
Further, I tried your way, and the program...
|
Forum: C
Oct 27th, 2006, 4:12 AM
|
|
Replies: 6
Views: 203
I should have included it... Sorry about...
I should have included it... Sorry about that.
No, it is not a pointer (? I think? I am still confused a little between & and *), it is the contents of buf. Hope this makes it more clear.
struct...
|
Forum: C
Oct 27th, 2006, 1:11 AM
|
|
Replies: 6
Views: 203
Casting a struct to s aimilar struct
Hello. I have a problem with a chat program I need to make for a class, using C of course. I have never really used C, so I am having TONS of problems.
Anyway, here is the latest. Basically, the...
|