Random movement

Hello, I am new to this site and I was wondering how to make random movement in c++. I am using sfml btw.
You can select a random spot and path to it?

More information is needed about your program's design, since the idea of "random movement" is specific to your program, not to C++.

Also, welcome to the board! :)
Last edited on
well um, to move you do and example of how the movemen works ball.move(0.4f, 0.0f);
And yeah I pretty much want it to wander around.
Topic archived. No new replies allowed.