Forum: C++ Mar 7th, 2009 |
| Replies: 4 Views: 310 Replace..
if(usrInput.c_str()[usrInput.length()-1]=='%')
...
with
if(usrInput[usrInput.length()-1] == '%') |
Forum: C++ Feb 12th, 2009 |
| Replies: 7 Views: 545 ...
if(x==backspace)
{
i++;
}
...
:) |
Forum: C++ Dec 24th, 2008 |
| Replies: 17 Views: 993 i mean...
something like this one...
//... 1
myGame.deal();
myGame.showdown();
//... 2
myGame.deal();
myGame.showdown(); |
Forum: C++ Dec 5th, 2008 |
| Replies: 2 Views: 391 |
Forum: C++ Nov 28th, 2008 |
| Replies: 8 Views: 463 X is....
#define X -1
#define O 1
rite!!.... |
Forum: C++ Nov 25th, 2008 |
| Replies: 6 Views: 533 //...
if (ch < 'a' && ch > 'z')
//...Do you understand this? |
Forum: C++ Nov 24th, 2008 |
| Replies: 4 Views: 340 Wow that's cool, i'll take it, are u sure there is no error?..
Don't forget to use code tag.. |