User: Pointee

  • Public profile

User profile: Pointee

User info
User name:Pointee
History
Joined:
Number of posts:4
Latest posts:

std::size() and sizeof()
Because sizeof(a vector) means how much space the vector itself needs(which means, not related to th...

Undefined reference error.
There is nothing named Vector.

need help with pollymorphism
First, you should use [code]class Derived: public Base[/code] to do your pollymorphism things. It al...

Table of sorted numbers( entered in the command line-input)
You might use std::vector<int>. If you don't want use STL, try to write your own vector(or dynamic_a...

This user does not accept Private Messages