Problem with fopen /fwrite C functions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2005-07-31 11:44 PM
Posted on August 01, 2005 at 08:44
Problem with fopen /fwrite C functions
Labels:
- Labels:
-
Legacy Products
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2005-07-31 6:10 AM
Posted on July 31, 2005 at 15:10
:?: I am using STR710 evaluation board.
When i try to write some data to file using standart (fopen and fwrite) C functon I receive: '' FILE *stream; char list[30]; int i, numread, numwritten; // Open file in text mode: stream = fopen( ''c:\\fread1.txt'', ''w'' ); '' stream =0; :( Please help me !!!!!!!!!!!!!!!!!!!