User profile: sya0524

User info
User name:sya0524
History
Joined:
Number of posts:6
Latest posts:

Get out from loop
Anyone know how to get out from loop. I mean when we press -1 value, it stops. #include<stdio.h> ...

C++ Problems
yaa.. i want to say that it's at the origin.

C++ Problems
if i use this conditions - if (z > 0 && z <= 9), can i write like this - if ((z > 0 && z <= 9)&&(y >...

C++ Problems
what do you mean by [ code ][ /code ]?

C++ Problems
Can anyone spot what wrong with my code here? I got problem with the loop and Q(remains same = Q1 ...