There is a possibility to overload << operator in C++ to as the function outtextxy from graphics.h ?
For example:
cout<<"This is an example";
I would it working like:
outtextxy(100, 100, "This is an example");
There is a possibility to overload << operator in C++ to as the function outtextxy from graphics.h ?
For example:
cout<<"This is an example";
I would it working like:
outtextxy(100, 100, "This is an example");