Method Overloading

I have personally defined such that it takes into account your error checking strategy in the console window message.

Not the best way although, its just a quick algorithm, no need to handle exception in this manner. BTW if needed better way is to use SEH. Create an (somekindof)exception type object. Override the virtual members if needed and throw the object. The caller will catch the exception if forced.
 
Back
Top Bottom