need help to fix this!Did you mean [code]#include <iostream> #include <iomanip> using namespace std; class date ...
need help to fix this!You should to determine the methods: [code]void setdate(int, int, int); void showdate();[/code] ...
Problem with functions - first attempt at C++And you have redefinition of string "yn". First defined in global scope and after in line 41. P.S...