Three quick questions:
1) how do i enter the absolute pathname of a file. eg. when using
fstream doc1 ("doc1.txt", ios::ate | ios:
ut | ios::in);
i dont want doc1.txt to be located in the Dev-C++ standard folder, but rather in My Documents or something
2) what would i do if i want to tell my program to get a text file from a certain website or get the title of the website ( contained in the <title> ... </title> ) ?
3) to create windows applications (ie. not just dos/cmd ones) what program would i be best off using?
Thanks
1) how do i enter the absolute pathname of a file. eg. when using
fstream doc1 ("doc1.txt", ios::ate | ios:
i dont want doc1.txt to be located in the Dev-C++ standard folder, but rather in My Documents or something
2) what would i do if i want to tell my program to get a text file from a certain website or get the title of the website ( contained in the <title> ... </title> ) ?
3) to create windows applications (ie. not just dos/cmd ones) what program would i be best off using?
Thanks