Omfg learn to fucking code i could not follow this video. Either use HD for the vids so people can see all the code or get a mic! And whats with all the lines!?!?
first problem I ran into is that exit is already a function and cannot be used as a bool value. This definetly got a lot of info that I wanted and fast though thanks.
I just got rid of the error. But when I am runing the program, text appears at the bottom saying "Press any key to continue . . .". And when I do, the program is closeing.
@gamemaker9000 put system("pause"); in your code below above return 0;
EXAMPLE: } system("pause"); return 0;
}
or use getchar(); function instead of return 0; and system pause, getchar(); can replace both. Hope you understand, anyways this comment was made a year ago, you would probably know even more by then :D
source code please?
TheSdcoolio 3 months ago
Omfg learn to fucking code i could not follow this video. Either use HD for the vids so people can see all the code or get a mic! And whats with all the lines!?!?
animatingpeople 4 months ago
first problem I ran into is that exit is already a function and cannot be used as a bool value. This definetly got a lot of info that I wanted and fast though thanks.
Villanovagypsy 5 months ago
you fucked everything up... Learn to code
pufixas 7 months ago
gamemaker9000
did u put system ("pause")
yaman9759 10 months ago
Thanks so much, sweet! Thumbs up if you subscribed!
mrlogan1144 1 year ago
WTF its not work...
harmenqwe 1 year ago
Eeeew Dev C++
I suggest you use a lightweight app like notepad++ or programmer's notepad.
N++ comes with syntax highlighter as well.
When compiling, compile in visual C++ express 2010 or something.
Just NOT Dev C++, they stopped development on it about 4 years ago :P
VBprogram49 1 year ago
I just got rid of the error. But when I am runing the program, text appears at the bottom saying "Press any key to continue . . .". And when I do, the program is closeing.
Olemassacre 1 year ago
I keep getting an error with the last line in the Char Map where it ends.
"Expected `}' before ')' token "
"Expected `,' or `;' before ')' token "
Olemassacre 1 year ago
My window always closes automatically
Vedel26 1 year ago
it keeps on opening and closing the window. how do i fix that?
gamemaker9000 1 year ago
check that you have coded it correctly
batch09master 1 year ago
@batch09master try using system("PAUSE"); instead of return 0;
iKlsR 1 year ago
@gamemaker9000 You have to add a system ("Pause")
abcdefghijklmno12395 1 year ago
@gamemaker9000 put system("pause"); in your code below above return 0;
EXAMPLE: } system("pause"); return 0;
}
or use getchar(); function instead of return 0; and system pause, getchar(); can replace both. Hope you understand, anyways this comment was made a year ago, you would probably know even more by then :D
TheMasamura112 8 months ago
fuck i dident work on visual c++ T___T
leepailong123 2 years ago
its compiled in dev C++
batch09master 2 years ago
Yes but i dident work on Microssoft visual c++ express
leepailong123 2 years ago
add
system("pause");
at the end of your main
might help
fromdehjulsbro 9 months ago
@leepailong123
you need to include "stdafx.h" at the very start of the source code. reply if i helped you
pufixas 1 year ago