HOW TO MAKE CONSOL RPG GAME C++ Part3
Uploader Comments (batch09master)
Top Comments
-
@herculitooo and @KomalSattar1 I had the problem too. When copying the if (GetAsyncKeyState(VK_UP) != 0), Did you change y -= 1 to y += 1, the y += 1 to x -= 1 and the x -= 1 to x += 1 every time you copied it? I didn't and it multipied as well.
Hope it works.
All Comments (28)
-
I am getting an error around the line with" "###################" }"
wasnt there supposed to be something at the end?
I could not see it very well
could not tell whether it was a ; or ,
plz help me
:3
-
i get a error on bool end = false
-
@batch09master ok i fixed that and now it just opens does nothing and shuts down can someone send me the entire code so i can compare it with mine?
-
@Villanovagypsy Oh sorry about that, guess my compiler didn't pick up that error, please just rename it :)
-
you need to use a name that isn't being used by the compiler otherwise so pick something more unique like leavemap and it will work
-
I got an error when I went to run it and it said "Source Files not compiled". I don't know how to use dev C++. I just got it. How do i compile the "windows.h" because thats what I think It means.
Why wont my "Get" command work in the if (Get AsyncKeyState(VK_UP) ! = 0) line of code
freegamer5 3 months ago
@freegamer5
Theres no space in GetAsyncKeyState its one whole function :)
batch09master 3 months ago