User profile: Icenel
User info |
User name: | Icenel |
History |
Joined: | |
Number of posts: | 31 |
Latest posts: |
use %d and getch on c++ I want to make snake game... then the input is ASDW as the arrow key...
getch convert that key to as...
use %d and getch on c++ I made this C code then I want to make C++ version, i remember i can't use % on C++
I want to read i...
If else shortcut is this true ?
// input price
// when price >= 90000 give 20% discount
// suppose the input price is...
How to Split a Word into letters Thx, this problem solved
with [code]const char VOKAL[5] = {'a', 'i', 'u', 'e', 'o'};[/code]
How to Split a Word into letters [code]const char VOCAL[5][2] = {"a", "i", "u", "e", "o"};[/code]
if(strcmp(input[1], VOKAL[1]) == 0)...
|
This user does not accept Private Messages