And here's a sample run. Forgot to add it to the earlier post.
Code:
harsh@qwerty-workstation:~$ ./digit.out
Digit Forum URL Bulleted List Generator
-------------------------------------
Version 1.0
The Input file must be in the format of Title first and URL next.
Example:
Title1
http://URL 1
Title 2
http://URL 2
And so on..
Enter the input file's location and name to convert: title
Enter the output file's location and name to store into: digitout
Enter the list name: Programs
harsh@qwerty-workstation:~$
This'd hopefully work in Windows as well. As I haven't added any OS-only code.