User profile: pet

User info
User name:pet
Email:pet007007@yahoo.com
Name:Petar Makulev
Location:Sofia
Statistical data
Gender:Male
Occupation:Engineer
Skills:C++
History
Joined:
Number of posts:15
Latest posts:

Finding the largest Prime
The 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 array
Line 1 should be without [code];[/code]

A problem
[code]private: string str[7];[/code] and [code]Dates::Dates() { str[0] = "Sun"; ...

A problem
Line 10 - str is private member of class Dates. Line 17 - str is local array for Dates sconstructor...