by colinjames12
Switch statement
|
|
[2 replies] Last: Thanks! (by colinjames12)
|
by GaDiBo
I get stuck when my sort function does not work, or anything else?
|
|
[6 replies] Last: So here is the complete program of ranking students #include<iostre... (by GaDiBo)
|
by amitk3553
Could we pass the arguements to inside function from outside function
|
|
[1 reply] : The syntax above is pretty tangled up. Here it is straightened out a b... (by Chervil)
|
by Anna22
Last function's coding needs correction
|
|
[3 replies] Last: code and output tags make it look like this int main() { double ... (by freecody24)
|
by cheryl tan
Arithmetic Calculation
|
|
[1 reply] : I'm not sure how else I could phrase the question. You need to evalua... (by Zhuge)
|
by freecody24
help on a c++ code?
|
|
[1 reply] : you can use a for loop to cout the number of asterisks that you want. ... (by jugggle)
|
by amitk3553
for(;;) syntax information
|
|
[3 replies] Last: http://www.cplusplus.com/doc/tutorial/control/ (by BitRat)
|
by freecody24
help on a easy c++ code
|
|
[2 replies] Last: thanks for the help i need to have a loop on it so if they dont enter... (by freecody24)
|
by colinjames12
Declaring Char Array in a Structure
|
|
[12 replies] Last: What chervil was saying is that a std::string is the same as a char ar... (by giblit)
|
by elite zero
Stack Code Help
|
|
[4 replies] Last: As in stack::push.... Wow, you know what the sad part is, I have done ... (by elite zero)
|
by layzer
Money counter problem.
|
|
[no replies]
|
by ldelsignore
Boolean Expressions Unnecessarily Long
|
|
[2 replies] Last: Or like this. It uses just 3 variables, and one more as a loop counter... (by Chervil)
|
by HotshotGG
Can you guys give me some pointers with this code?
|
|
[5 replies] Last: > My teacher actually told me to avoid using a break unless I absolute... (by JLBorges)
|
by Lindabesos
If else if ladder help with simple calculator program
|
|
[no replies]
|
by nsahawks7
Post and Prefix Increment Operators
|
|
[14 replies] Last: Nowhere in the topic until just now did we write or discuss any code w... (by LB)
|
by Lindseybb
Copy data from text file into array
|
|
[2 replies] Last: because you only extract the name and not the values ? And another: ... (by nvrmnd)
|
Confused after initializing variables. Please Help ! |
|
[12 replies] Last: Please use code tags when posting code. int n; float data ; This ... (by MikeyBoy)
|
by SpiffinSpiff
Learning, need help with endless loop and quit
|
|
[1 reply] : #include <iostream> #include <string> int main() { std::string c... (by LB)
|
by anhkha1205
While loop problem.
|
|
[1 reply] : Do you want to read the data until until it encounters a pressure grea... (by nvrmnd)
|
by amj89b
Assistance with data validation within if else or switch statements
|
|
[6 replies] Last: So, would my method of just defining as char variables at the beginni... (by nvrmnd)
|