How to get data file name from other function?Here's my full code [code] #include <iostream> #include <fstream> #include <vector> #include <strin...
How to get data file name from other function?www.cpp: In function 'int main()': www.cpp:235:37: error: no matching function for call to 'Weather:...
How to get data file name from other function?If i put ...LoadData(file); it gives 'file' not declared. If i put string, "error: expected primary-...
How to get data file name from other function?in my main function.. i use switch and what about this? [code] case 1 : WeatherReports.LoadData(fil...
How to get data file name from other function?How do i pass string by reference?