Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > Re: Cannot write file, cannot do variable length packets

Reply
Thread Tools

Re: Cannot write file, cannot do variable length packets

 
 
Mike Wahler
Guest
Posts: n/a
 
      02-08-2004
"Marcia Hon" <> wrote in message
news:6kxVb.13493$. cable.rogers.com...
> Hi,
>
> Here is my code. In clientFileList3.c, function create_List_of_Files, I
> cannot create a file. It was working at one point but now it does not

work.
> Also, I would like to send variable length packets, but do not know how to
> accomplish this.


1. Please do NOT post attachments here.

2. Most of your code (the network stuff) is not standard, but
platform/library specific, thus not topical here.

3. If you want help with the standard i/o parts (e.g. 'fopen()',
etc.), put together a small, compilable example using only
standard code, and ask specific questions about it.

4. Note that the 'fopen()' function will only indicate success or
failure to open a file, but not *why* it failed if it did.
That's in the domain of the operating system. Check your
compiler and/or OS documenation.

5. Before posting here again, please read:
http://www.angelfire.com/ms3/bchambl...me_to_clc.html

Thank you.

-Mike


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
911...Need Help! : Length cannot be less than zero. Parameter name : length manmit.walia@gmail.com ASP .Net 2 01-10-2006 03:29 PM
Length cannot be less than zero. Parameter name: length ctk70 ASP .Net Security 2 02-10-2005 05:29 PM
System.ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length =?Utf-8?B?SG96aQ==?= ASP .Net 1 06-01-2004 11:06 PM
Re: Cannot write file, cannot do variable length packets Martin Ambuhl C Programming 0 02-08-2004 10:52 PM
cannot write file, cannot do variable length packet Marcia Hon C Programming 0 02-08-2004 09:01 PM



Advertisments