Problem with strcpy functionI'm having a problem using the strcpy function. It works up to a certain point, and then I get this ...
Calling function from another classI'm trying to use the PrintCityName function inside of the PrintDest function, which is in a differe...
Calling function from another class[code]class Destination { .... private: CityNameType city; // name of the city where t...
cstring and switch problemsfixed all of those, problem is still there. "The value from a value-returning function cannot be ig...
cstring and switch problems[code] #include <iostream> #include <iomanip> #include <cstring> #include <cctype> //used for tou...
This user does not accept Private Messages