Thread: small io problem

  1. #16
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    Boom, Elysia's wrong!

    Oh well, guess my money was misplaced too.

    BTW AirBronto, I'd turn extensions on.

  2. #17
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Sigh. Every file has an extension. You can change the default behavior in Windows, in Explorer's settings.
    You should know that -_-

  3. #18
    Call me AirBronto
    Join Date
    Sep 2004
    Location
    Indianapolis, Indiana
    Posts
    195
    Thanks agian every one. If there is any thing i hate about programming it is that if you have not done something for a while it totally leaves your head on the littlest of semantics.

  4. #19
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    Not every file

    I guess they did it to be more user friendly.

  5. #20
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Again, it's a security risk and they're so zealous over security too.
    Not every file, no, but 99% of them do have an extension. Mostly just non-Windows projects, and such use files with no extensions.

  6. #21
    Registered User ssharish2005's Avatar
    Join Date
    Sep 2005
    Location
    Cambridge, UK
    Posts
    1,732
    Perhaps you can find what file it is by the look of its icon on windows. If its a txt file, u would have got the notepad icon.

    ssharish

  7. #22
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Icons are so easy to fake, though. Any extension can have any icon, so it's better just to turn on extensions.

  8. #23
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    Then again, several extensions share the same icons. Ie .jpeg and .jpg. You can't exactly guess.

    Just turn them on already

  9. #24
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Quote Originally Posted by ssharish2005 View Post
    Perhaps you can find what file it is by the look of its icon on windows. If its a txt file, u would have got the notepad icon.

    ssharish
    Not to mention that it's dependant on what application you have told to open text files - I have an Xemacs icon on my .txt files. But I have also set explorer to "do not hide hidden and system files" and "show extension on known file-types". I like to know exactly what I have on the hard-disk, at least when I go look there, I want to see it all.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  10. #25
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    I tend to have Explorer hide system files because I don't want to see them since I usually don't mess with them. When I need to, all I need is to tell explorer to show them. But I do show hidden files since I usually have to access them sometimes.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Small problem with this array...
    By Merholtz in forum C Programming
    Replies: 7
    Last Post: 11-03-2008, 04:16 PM
  2. Help with a small problem (beginner)
    By piffo in forum C Programming
    Replies: 13
    Last Post: 09-29-2008, 04:37 PM
  3. a very small problem, i'm new... please help?
    By Uberverse in forum C++ Programming
    Replies: 9
    Last Post: 11-10-2007, 10:44 AM
  4. File io problem - need help
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 01-16-2002, 02:36 PM