C++ doesn't let you switch on anything other than an integral number type. That includes chars and wchar_ts, and probably pointers (though I've never checked, as I can't see that it would ever be any ...
im trying to make a program that parses a saved text file for all links and downloads the file. but sometimes there's a link to a directory and not a file, in which case i would want the index file.