User profile: MrDS

User info
User name:MrDS
History
Joined:
Number of posts:4
Latest posts:

Changing cursor image with C++
Is there a way to change to cursor image for Windows? I've looked on the internet and couldn't find...

do-while loop with if trouble
You need to use a case statement. Example: [code] char userinput; input = _getch(); switch(char(use...

Displaying floats properly.
It works! Thanks, heaps bro.

Displaying floats properly.
I'm having issues displaying the full number of a float. Example: #include <iostream> using nam...