It is normally done in the main programme file.
-Create the main file eg: main.cpp
-Include the "point.h" header
-Then in your main function, you can create an object and call the initialize[1] method, passing the integers as arguments.
[1] It is advisable to do the initializing in the constructor.