Hi all,
I have a question about the 'new' keyword. I couldn`t understand the difference between defining an object and creating an object by 'new' keyword.

CClass myClass;
CClass myClass = new CClass;

What`s the difference, or is there a difference.