Quote Originally Posted by Salem
> fopen("YourePitiful.ogg","rb");
I've no idea what you're expecting this to do, but you need to assign the return result to a FILE* variable.
How do assign it to a FILE* variable. STDIN is a FILE*, so what line of code should I use to set STDIN as "YourePitiful.ogg"?

PS
In case you're wondering, "You're Pitiful" is a Weird Al song.