Forum: C++ Mar 28th, 2005 |
| Replies: 3 Views: 6,676 i need the user to input a todolist type thing it uses strings to save the items.
what i need to know is how to have the user input a string with the getline function any help would be much... |
Forum: C Feb 8th, 2005 |
| Replies: 5 Views: 3,359 i am not supposed to use any loops. it was supposed to go like i if i gave it 10 it would give me 2*5 as an output something like that |
Forum: C Feb 7th, 2005 |
| Replies: 5 Views: 3,359 i am trying to make a program that displays to the screen the prime factors of a given number. i have it all the way to the prime number checking i dont quite understand how to extract the prime... |