Thread: File Opening Throws a Illegal Op.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User glUser3f's Avatar
    Join Date
    Aug 2003
    Posts
    345
    Quote Originally Posted by Codeplug
    There is nothing wrong with "t" as long as it isn't the first mode character seen and you're using the MS C standard lib fopen().
    Hmm, thanks for the info, "t" isn't in the C standard, and I didn't know that MS C lib contains it.

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    162
    Thanks everybody, I got it to load correctly now, I guess the fgetpos( was doing something screwy, but I really have no idea. Anyway, thanks again.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Formatting a text file...
    By dagorsul in forum C Programming
    Replies: 12
    Last Post: 05-02-2008, 03:53 AM
  2. NAQ: Everything you never wanted to know about CPP
    By evildave in forum C Programming
    Replies: 21
    Last Post: 12-12-2005, 10:56 AM
  3. Post...
    By maxorator in forum C++ Programming
    Replies: 12
    Last Post: 10-11-2005, 08:39 AM
  4. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  5. System
    By drdroid in forum C++ Programming
    Replies: 3
    Last Post: 06-28-2002, 10:12 PM