by malice
OR operator in while loop
|
|
[4 replies] Last: Thanks a bunch, that cleared things up. I think I had what condition ... (by malice)
|
by lugiamaster
Function that searches for the key in an array
|
|
[3 replies] Last: cin >> key; for( int i = 0; i < 10; i++) { if( array = key;... (by roberts)
|
by Sunny101
I can't get my program to work, help? (1,2)
|
|
[20 replies] Last: Thank you! I used int and it works perfectly! (by Sunny101)
|
by Matt Cromer
Allegro Issues
|
|
[8 replies] Last: Okay thanks (by Matt Cromer)
|
by hopesfall
Difference in primitive data between Java and c++?
|
|
[4 replies] Last: @L B Talk about standards-defying compilers. That rule has been there ... (by Cubbi)
|
by pulkitsharva
how to find value of (3^6)+(a^a)?
|
|
[4 replies] Last: If you want to calculate an expression as if it was: int x=(3^6)+(a^a... (by eypros)
|
Need help on an array program! |
|
[1 reply] : The problem description tells you that you need two 2-dimensional arra... (by LB)
|
by smallmos
some inheritance questions
|
|
[2 replies] Last: http://www.cplusplus.com/forum/articles/40071/#msg218019 (by ne555)
|
by rupert
while 'variable char' is not 'char'
|
|
[3 replies] Last: A variable can only have one value at a time right? So if it is one, t... (by LB)
|
by Sly UX1XN
Need Help!!!
|
|
[9 replies] Last: [quote=Sly UX1XN]Whats is API? (sic) It's an acronym for Application ... (by Wazzak)
|
by markkirby
Can some one reccomend me an api
|
|
[2 replies] Last: cheers Athar ill check it out. (by markkirby)
|
by subjugater
A second question about inheritance
|
|
[2 replies] Last: moorecm, Thank you for your explanation! (by subjugater)
|
by Maiels
Password and Username
|
|
[3 replies] Last: No I don`t want to lock a folder , I just want to enter a password and... (by Maiels)
|
by patmac
Manipulating variables of type 'string'
|
|
[2 replies] Last: Hallelujah!! Thanks a lot hamsterman! If you were next to me I would k... (by patmac)
|
by subjugater
A question about inheritance
|
|
[9 replies] Last: You shouldn't do it in any ctor/dtor. What will happen is it will onl... (by Disch)
|
by waqqassheikh
no match for 'operator+' with std::string::operator+
|
|
[2 replies] Last: That worked, and I understand my fault, I think: I need a const_itera... (by waqqassheikh)
|
by calypso
Init array in function
|
|
[7 replies] Last: Thanks again (by calypso)
|
by hopesfall
Distinguish between reference and value parameters?
|
|
[1 reply] : When you pass by value, a copy of the object is passed to the function... (by Athar)
|
by Polochon
Reading audio WAVE file data & header
|
|
[2 replies] Last: Thank you! (by Polochon)
|
by frenchcr
splitting a certain value three ways - if/else
|
|
[9 replies] Last: thanks for this histrungalot! (by frenchcr)
|