Program using getline doesn't work after something is already input? |
|
[4 replies] Last: Thanks, it works now. From now on, I will use cin.ignore(); ... (by Gregory Sakas)
|
by pholotic
problem with variable type converions
|
|
[6 replies] Last: Sounds like a lot of if statements... thanks for the help. I'll keep y... (by pholotic)
|
by ballspwner
I need help with this program
|
|
[1 reply] : What part do you need help with? (by Zhuge)
|
by Aytzz
Pointers
|
|
[4 replies] Last: doh, even though this is already resolved, I made a diagram to show it... (by Disch)
|
by jmustudent5
What do I actually write in?
|
|
[9 replies] Last: Ok well I am on a MacBook. I have tried downloading a Code::Blocks lin... (by jmustudent5)
|
Program hangs at bitwise multiplication function |
|
[2 replies] Last: Wow, don't know how I ended up with that! Thanks for looking through ... (by Cameron Basham)
|
by Hydrasin
How do i make this a function?
|
|
[no replies]
|
by turning123
User input array problems
|
|
[2 replies] Last: for(int i = 0; i < size - 1; i++){ cin >> arr ; } ... (by ResidentBiscuit)
|
by Omar Alamy
Reading file into dyn. array
|
|
[no replies]
|
by Anomanderis
Template function within template class
|
|
[no replies]
|
by inform880
searching a text file for a string
|
|
[8 replies] Last: Start over at the beginning of the file every time you have a new sear... (by cire)
|
by kfarrar
Overloading insertion/extraction operators
|
|
[no replies]
|
by cppkyle
calculate percentage of reps
|
|
[3 replies] Last: Don't worry, even the best make mistakes. (by paulthepenguin)
|
by MFThomas
1337 translator program (File I/O)
|
|
[3 replies] Last: I'm not really sure I can help much short of giving you the answer, bu... (by paulthepenguin)
|
by JCharles
struct help
|
|
[6 replies] Last: it is we just need to understand the concept. We dont need to get an o... (by JCharles)
|
by zertech
A* Pathfinding. Almost works 100%(SDL)
|
|
[2 replies] Last: I actually re-wrote alot of the code, made it more efficient, and than... (by zertech)
|
by Tallrick
Converting a int to a char
|
|
[8 replies] Last: What if he wanted to insert at a certain pos in string. Another examp... (by Damadger)
|
by Keith504
Need Help With HomeWork
|
|
[3 replies] Last: You are welcome. (by paulthepenguin)
|
How can I have a user input spaces? |
|
[2 replies] Last: string do work but with the aid of getline so if you do it like this... (by ozone)
|
by DSaba
invalid types `int[int]' for array subscript
|
|
[3 replies] Last: Thank you both for your help. I should have posted the entire code I w... (by DSaba)
|