The if statement is completely ignored in this program |
|
[2 replies] Last: Ah thank you! I will be sure to remember that cin.ignore function. Sho... (by SomeAmazingGuy)
|
by yamin
Very new student of C++
|
|
[1 reply] : That's what this forum is for. When you have a problem, ask us. Ther... (by Esslercuffi)
|
by lonelylense
creating vectors from vectors.
|
|
[5 replies] Last: Well, for finding the vector with the largest size, you know there are... (by Ispil)
|
by leashbomb69
I have ABSOLUTELY NO IDEA why syntax error
|
|
[2 replies] Last: With a bit of rigorous restructuring (as in, did nothing but added lin... (by Ispil)
|
by bugminwoo
c++ how should I fix this?
|
|
[1 reply] : Try typecasting c to int. The syntax for a typecast is: typename(var... (by Ispil)
|
Recursions |
|
[3 replies] Last: Yes. (by Ispil)
|
by NOD32
Functions and loops, not getting desired output
|
|
[5 replies] Last: ok, made changes you suggested, programming works as intended. thanks! (by NOD32)
|
by jado765
Exceeding array boundary
|
|
[1 reply] : Suppose k is 3 and n is 6. So the 1st array element should have 4th ar... (by kepler)
|
by Consultion
Problem with my looping?
|
|
[2 replies] Last: Me too! thank you for your help have a good day (by vandat2508)
|
by BB2921
Function Names not matching?
|
|
[1 reply] : #include <iostream> #include <iomanip> #include <cmath> #include <str... (by anup30)
|
by C add add
Need help with strings and if statments.
|
|
[3 replies] Last: Thank you so much. (by C add add)
|
by HPfats
Learning Objects in C++, Lines, Circles, cwin graphics, objects.
|
|
[no replies]
|
Need help with Containers |
|
[1 reply] : What I really have so far #include "Tools.h" #include<iostream> #in... (by angryplayer557)
|
by Plowman
Trying to stop this endless loop
|
|
[3 replies] Last: it happens to the best of us. (by Esslercuffi)
|
by hungrymouth
stack trouble
|
|
[no replies]
|
Silly question but how can I output just one quotaton mark inside a string literal? |
|
[1 reply] : cout << " \" \n"; characters which can not normally be placed inside... (by Esslercuffi)
|
by madelainegur
Homework check
|
|
[2 replies] Last: Felt the need to do it. partially just cause i wanted to look at the c... (by Antone333)
|
by karlos675
confused with arrays
|
|
[no replies]
|
by uglywiggler
Question about reference in c++
|
|
[1 reply] : on line 7 you prototype the function getvalues as taking 3 floats, but... (by geniusberry)
|
by Codyhood6
How do I repeat this?
|
|
[1 reply] : what do you mean by repeat? If you want it to loop, you would use a wh... (by geniusberry)
|