Hi, all!
I am brandnew to this forum. Currently I am trying to learn C++. I am reading "The C++ Programming Language" (special edition, written by Bjarne Stroustrup) and trying to solve the excercises.
Excercise 3 of chapter 10 says: "Find a Date class that is in commercial use. Critique the facilities it offers. If possible, then discuss that Date with a real user."
To do that excercise: Can anybody give me a pointer to the source code of an industrial strength Open Source Date class?
(FYI, I did already excercise 2 and implemented my own Date class and I want to compare,)
Thanks in advance!
Sincerely,
Gerhard
P.S. Sorry, I am not a native speaker. Please apologize any errors.
I am brandnew to this forum. Currently I am trying to learn C++. I am reading "The C++ Programming Language" (special edition, written by Bjarne Stroustrup) and trying to solve the excercises.
Excercise 3 of chapter 10 says: "Find a Date class that is in commercial use. Critique the facilities it offers. If possible, then discuss that Date with a real user."
To do that excercise: Can anybody give me a pointer to the source code of an industrial strength Open Source Date class?
(FYI, I did already excercise 2 and implemented my own Date class and I want to compare,)
Thanks in advance!
Sincerely,
Gerhard
P.S. Sorry, I am not a native speaker. Please apologize any errors.
Comment