Posts by vitaovtc123 • 1 point
1 post
-
0
votes1
answer86
viewsQ: Conversion C to C++
Guys, does anyone know what this code means in c++? #include <iostream> #define MAX_C (10) using namespace std; int compar(const void *x, const void *y) { int a = *((int *) x); int b = *((int…