User profile: Hedgehog Ninja

User info
User name:Hedgehog Ninja
History
Joined:
Number of posts:85
Latest posts:

Empty file help
what does this do? [code] Int size = ftell(file); [/code]

Empty file help
I got my program to work but I want to add an if statement where if the file is empty to print out a...

Sort regardless of uppercase or lowercase in a .txt file
Omg, that really makes a lot of sense. Thanks for pointing that out. Nvm, i found the problem. I c...

Sort regardless of uppercase or lowercase in a .txt file
Wouldn't countyList be County because I name my County structure 'County'?

Sort regardless of uppercase or lowercase in a .txt file
JLBorges, that fixes my lower/upper case problem. :) The only thing I have left that i'm still tryin...