Empty file helpwhat does this do? [code] Int size = ftell(file); [/code]
Empty file helpI 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 fileOmg, 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 fileWouldn't countyList be County because I name my County structure 'County'?
Sort regardless of uppercase or lowercase in a .txt fileJLBorges, that fixes my lower/upper case problem. :) The only thing I have left that i'm still tryin...