Finding the largest PrimeThe function works very slowly for big numbers (1000000000).With little changes it works much more q...
Array error.Just declare [code]protected: string Items[4];[/code] and then in constructor : [code]Items...
typedef, define and arrayLine 1 should be without [code];[/code]
A problem[code]private: string str[7];[/code] and [code]Dates::Dates() { str[0] = "Sun"; ...
A problemLine 10 - str is private member of class Dates. Line 17 - str is local array for Dates sconstructor...