I've been tackling this code for the past several hours and I've hit upon a snag when attempting to use wget from the command line. As I understand it, using the 'system' function is supposed to inject whatever the argument is into the command line, but it doesn't work for some reason( No file is grabbed, in this case ).
Additional Info;
1) Simple_window is a class that creates a GUI interface for my project
2) Pic_window opens another window when a picture file is opened
3) Check_prefix and Try_again let the user recover from bad input (unsupported extensions, doesn't start with 'http://', etc.
4) Wget's argument in this case would be the string in the input box labeled 'Get from web'
5) Wget_ext return whatever extension the input string ends with.