User: luigibana96

  • Public profile

User profile: luigibana96

User info
User name:luigibana96
History
Joined:
Number of posts:24
Latest posts:

How TO Produce animal voices.. In c++ code
Try mixing the infinite frequencyes and lasts of beeps ;)

reverse a word
you must write after the code, just before the last breace "system ("pause"); return 0;" or, even ...

comparing characters of string c programming
this compares nothing ;) try this [code] #include <iostream> using namespace std; int main () { cha...

How make my player jump
I'm not an expert of this kind of situation but I think something like this [Class].setYpos([Class]...

delete a value in an array
I modifyed the code inserting a i-- to fix this error... Thanks @JLB... :)

This user does not accept Private Messages