
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Yesterday, 04:30 AM
This is just didactic example:
#include <iostream>
using namespace std;
struct A {
void f() { cout << "Class A" << endl; }
};
struct...
1 replies | 61 view(s)
-
Today, 03:13 AM
I'd. like to make introductory comment saying the following code is a solution of old academic exercise so It's old code:
#include <iostream>...
0 replies | 2 view(s)
-
Yesterday, 05:04 AM
f() needs to be declared as virtual so that polymorphism works correctly for inherited classes.
#include <iostream>
using namespace std;
...
1 replies | 61 view(s)
|
Click Here to Expand Forum to Full Width
|