Question on the use of Eigen::MatrixXf to form an arrayPresumably you are referring to the Eigen template library, the online documentation for which is he...
No viable conversion?The error you are getting means the compiler sees no way to take a single integer value and convert ...
Convert C++ function to PascalDiscussion of Pascal is outside the scope of this forum but here are some comments to help you under...
Proof reading some logicYour code could be written a bit more concisely like this [code] SDL_GetMouseState(&mosPos[0], &mosP...
big numbers, big runtimeSince the brute force approach is going to take that long I doubt that tinkering with it to make it ...
This user does not accept Private Messages