User: Fred Ikk

  • Public profile

User profile: Fred Ikk

User info
User name:Fred Ikk
History
Joined:
Number of posts:3
Latest posts:

2D smart pointers array
[code]#include <iostream> #include <memory> using namespace std; int main(){ //this just buil...

reference polymorphism
Thanks for the reply, so it copies from the Derived object only the part that "is related" to Base o...

reference polymorphism
[code] #include<iostream> using namespace std; class Base{ public: int i=0; Base(int i) {this-...

This user does not accept Private Messages