ok,  It took some hacking but I now succesfuly have had out client/server
send() and recv() messages to and from each other!

Here is where we stand:

I commented out a bunch of server code (and the client error checkng code).
The case where  I get a successful send/recv is when the client sends a
string with no colon.  The server catches the error, and sets the c_message.
I had to set the msg_size variable to strlen(c_message) to finally get it
working without spewing bytecode.  So, when client sends a string with no
colon, the server correctly responds with its error message.  The client
receives this message and prints it to the console.  Rockin'!

So, What we have left is mostly figuring out how to do our error checking
and strcmp functions correctly.  Take a look at my directory
~jgriffo/classes/cis432/proj1/c++_code and see what I did.

Have a good one -- Joe

----- Original Message -----
From: "Bob Miller" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, January 28, 2001 12:02 AM
Subject: [EUG-LUG:18] Re: Q: Help with a hard drive


> Nyal wrote:
>
> > wound up with an EXT DOS partition that
> > fdisk wont delete (Because it says there are logical drives in the
> > partition.  Do any of you Gurus know how I can wipe the HD clean?
>
> It sounds like you have a primary partition with secondary
> partitions on it.
>
> In fdisk, delete all the partitions one by one, starting with
> the highest numbered.
>
> You do know that you're *ERASING EVERYTHING ON THE DISK* when you do
> this, right?
>
> --
>                                         K<bob>
> [EMAIL PROTECTED], http://www.jogger-egg.com/

Reply via email to