Forum: C++ Mar 23rd, 2009 |
| Replies: 6 Views: 502 this was in 12-01-07, 12:32 PM
well i didn't ask for anyone to do the H.W. for me, i just asked you people to check for the error in the if statement i made..
i am pro in another language & i... |
Forum: C++ Mar 22nd, 2009 |
| Replies: 6 Views: 502 i fixed it anyway yesterday :)
i really hate this about daniweb everytime i ask a question no one really helps, its like the answers i receive always"
i cant help you
i dont understand your... |
Forum: C++ Mar 21st, 2009 |
| Replies: 6 Views: 502 Use the stack class in a program that reads a String, one character at a time, and determine whether the String contains balanced parentheses, that is , for each left parenthesis ( if there any )... |
Forum: C++ Feb 17th, 2009 |
| Replies: 4 Views: 288 no i dont want to find all the values :)
the values are static
A = 2
B = 1
C = 9
D = 7
E = 8 |
Forum: C++ Feb 17th, 2009 |
| Replies: 4 Views: 288 i need to make a program that will identify the values of ABCDE that will result to EDCBA if you will multiply it with 4.
looks like this: ABCDE x 4 = EDCBA
i already have the values, it's... |