About Priority-Queue ConstructorsHi all, I'm having a question about priority-queue. Its constructors are like this: [code]explicit ...
About pointers to member function!Well, I was wondering how to write a program that displays the address of a class's member function!...
Problem: Check a collision between 2 objects in graphics mode!The 'bar(x- wx/2, y-hy/2, x+wx/2, y+hy/2)' this is not the class bar, it is a function to draw and f...
Problem: Check a collision between 2 objects in graphics mode!I have these files: [code] //ball.h #ifndef BALL_H #define BALL_H class ball { int x, y, v...
This user does not accept Private Messages