About breaking loop |
|
[2 replies] Last: First, ordinary logic is helpful. If, for some reason, the terminatin... (by purushottam1973)
|
by jekaterina
Can't read the text file
|
|
[3 replies] Last: Please see lines 30-49, that's the ifstream. #include<iostream> #... (by jekaterina)
|
by RGB 455
I have an assginment and I am having trouble on the math
|
|
[2 replies] Last: So the trouble is [(myPeople*100)] would this be a valid way to do a m... (by RGB 455)
|
by GuitarMan
File with .in extension.
|
|
[1 reply] : This piece of code will not create "fileIn.in". It will try to open th... (by Peter87)
|
by CSS1097
Rock, Paper, Scissors Program Help
|
|
[3 replies] Last: // Ashleigh Armstrong // 1-15-2015 // CH 7, pg 477, Rock Paper Scisso... (by closed account 48T7M4Gy)
|
by abc12345
stringstream of characters
|
|
[2 replies] Last: Or try something like this. Note char maze [mazewidth +1 ] to allow... (by Chervil)
|
by Ant Nonumas
writing and reading a file
|
|
[7 replies] Last: Instead of calling the open() function you could use the constructor. ... (by jlb)
|
by Mor1994
linked list with templates
|
|
[6 replies] Last: std::list is a double-linked list. If you are looking for single-li... (by closed account E0p9LyTq)
|
by Edgy
Stack Help!
|
|
[8 replies] Last: [quote=Thomas1965]Make sense to me, we should be concerned about compi... (by TheIdeasMan)
|
by ebucna
method output
|
|
[2 replies] Last: i feel so incredibly silly, thanks (by ebucna)
|
by neovalerious
No string displaying // Windows error // Need help for my Proyect! Urgent!
|
|
[5 replies] Last: It started when I added "*" to start on the code Don't add stuff to... (by cire)
|
by Jarrod A
If Loop Error
|
|
[2 replies] Last: Some of the if statements need braces around the block of statements... (by Chervil)
|
by jekaterina
Store words from file in array
|
|
[4 replies] Last: Thomas1965 I had much the same idea. Plus one extra function to remove... (by Chervil)
|
by nameishi
Questions about linked list
|
|
[2 replies] Last: we have to use bubble sort, for the project (by nameishi)
|
[HELP]: Application of Queues: Simulation of an Airport |
|
[1 reply] : How about you help yourself first. This isn't a homework site. Show so... (by TarikNeaj)
|
by cb32
Rounding decimal down
|
|
[15 replies] Last: Can you explain to me why my code didn't work as intended? I am confu... (by cire)
|
by rmg123
Virtual/Cyber Pet Program
|
|
[2 replies] Last: Thank you! Okay, here is the code I have so far : #include <iostrea... (by rmg123)
|
by c2plus
Overload operator <<
|
|
[2 replies] Last: Variables are not virtual and do not override each other in any way: p... (by Cubbi)
|
by Sosa
C++ Sorting the “percentage” of two paired integer arrays
|
|
[4 replies] Last: Hi Sorry off topic, but I'm trying to get hold of fun2code, I sent hi... (by marailth)
|
vector of pointers |
|
[3 replies] Last: why did you report JLBorges? (by xenoviaquarta)
|