Forum: C++ May 4th, 2006 |
| Replies: 10 Views: 1,548 Ahok I have just realised a huge mistake ive been making. I wasnt thinking about using any othe variables than the array, having a Min and Max variable makes the whole process more straight forward,... |
Forum: C++ May 3rd, 2006 |
| Replies: 10 Views: 1,548 Thats sorting the array isnt it? |
Forum: C++ May 2nd, 2006 |
| Replies: 10 Views: 1,548 Thanks man. That link is pretty useful but still not sure on what path I should be heading down. Any luck on the code you wrote? Even if its buggy, im still willing to work through it but im just not... |
Forum: C++ May 2nd, 2006 |
| Replies: 10 Views: 1,548 My friend has challenged me to create a simple c++ program. I have had the last 3 weeks to work on it, half way through I have realised I am doing it wrong. The program is: Entering 10 random numbers... |
Forum: C++ Mar 24th, 2006 |
| Replies: 19 Views: 8,513 Awesome im slowly getting there! Thanks for the help thats wicked. Heres what I have shortened it down to.
for ( counter = i; input[ counter ]!= '\0'; counter++)
{
if (input[ counter ] == ' '... |
Forum: C++ Mar 24th, 2006 |
| Replies: 19 Views: 8,513 Thanks man. I enter the string in, hit enter and it closes the program down? |
Forum: C++ Mar 24th, 2006 |
| Replies: 19 Views: 8,513 Hey all. Im currently studying C++ and im having a little bit of trouble figuring out how to count spaces in a string. The program is to enter a full name with any amount of names and print the... |