what is the difference between ECLogic eclogic1 and ECLogic *eclogic1(declaration of object to the class)?
what is the difference between ECLogic eclogic1 and ECLogic *eclogic1(declaration of object to the class)?
First is an actual object, the other is just a pointer to an object (without the object itself).
Bookmarks