i need help |
|
[4 replies] Last: it is get me "Press any key to continue" (by programming02)
|
by adam2016
iostream cin in a loop
|
|
[4 replies] Last: To find complete solution about iostream cin in a loop, Traininginluck... (by shivkumar12)
|
by niksacokica
[Error] invalid types int[int] for array subscript
|
|
[15 replies] Last: Thank you that helped a lot (by niksacokica)
|
by igorland
Getting Errno::EMFILE when saving to file continuously
|
|
[2 replies] Last: Thanks. Just wanted to make sure that the code had no issues. The culp... (by igorland)
|
by Ganado
Unspecified behavior example
|
|
[9 replies] Last: Thanks for the replies, everyone. Separating f() and g() calls into di... (by Ganado)
|
merge |
|
[4 replies] Last: //I'm not allowed to change anything in the function on top Do you m... (by dhayden)
|
Malloc question |
|
[9 replies] Last: It won't work the way you try to do it, And I'd recommend to detect th... (by benhart)
|
by murr0010
Question about my function
|
|
[4 replies] Last: Now, changed it a little bit more.. And my code is running as i want. ... (by murr0010)
|
by kullboys
How could I initialize variables I want to input data in?
|
|
[2 replies] Last: Hello kullboys, PLEASE ALWAYS USE CODE TAGS (the <> formatting button... (by Handy Andy)
|
stack and queue |
|
[1 reply] : Line 4-9 look like they should be removed. (by Peter87)
|
by adam2016
cin wrong input
|
|
[9 replies] Last: int i; cin>>i; if(cin.fail()) { // do error handling here } syntax... (by sm2345110)
|
How Do I access a map private member from public function member |
|
[1 reply] : You map stores pointers to strings. You store pointers to strings tha... (by cire)
|
by mattayp
Read/Append to same file (listing primes)
|
|
[9 replies] Last: I'm running bloodshed DEVc++ 4.9.9.2. Relevant: http://www.cplusplu... (by cire)
|
by masterinex
restocking inventory with inheritance
|
|
[7 replies] Last: what do u mean ? where do i use this structure: if (true) { // .. st... (by TheIdeasMan)
|
by MidoLY
Files
|
|
[3 replies] Last: Please note that this is not a homework site. We won't do your homewor... (by keskiverto)
|
by Peacemark
Checking for odd numbers and problems with multiple files
|
|
[2 replies] Last: It may not be working for you because you aren't flushing the output. ... (by dhayden)
|
by tidematic
Store values in array
|
|
[3 replies] Last: it isnt exactly the same question, but it begs us asking 'what exactl... (by jonnin)
|
by H00G0
vector.erase() question
|
|
[6 replies] Last: Thank you Chervil I will keep that in mind for later posts ! (by H00G0)
|
by liz Lopez
Bringing in an .txt file
|
|
[8 replies] Last: Hello liz Lopez, Sorry for the delay, I have been down with a cold or... (by Handy Andy)
|
by hooi1997
x++ * ++x?
|
|
[2 replies] Last: This is undefined behaviour. If a side effect on a scalar object is u... (by JLBorges)
|