S
Steve Fox
I have been doing C++ for 13 years and was asked to take an online-C++
programming test.
WHAT A JOKE!!!
It's frustrating taking a test by someone who obviously knows less than you
do....and doesn't know enough to write such a test.
e.g.
Question 10:
What is the size in bytes allocated for objects of the type SomeClass?
class SomeClass
{
public:
int x ;
int y ;
} ;
programming test.
WHAT A JOKE!!!
It's frustrating taking a test by someone who obviously knows less than you
do....and doesn't know enough to write such a test.
e.g.
Question 10:
What is the size in bytes allocated for objects of the type SomeClass?
class SomeClass
{
public:
int x ;
int y ;
} ;