Forum: C++ Sep 28th, 2006 |
| Replies: 1 Views: 1,120 Hi can anny one help me out optimizing the follwing issue:
A C++ class has the following member:
int status_[75];
During performance analysis it was found out
that the class... |
Forum: C++ Sep 18th, 2006 |
| Replies: 5 Views: 1,511 |
Forum: C++ Sep 16th, 2006 |
| Replies: 5 Views: 1,511 Predict the output of the following code:
#include < IOSTREAM >
int main()
{
char weekdays [7][10]= {
"Sunday",
"Monday",
"Tuesday",
"Wednesday", |