by sebajun
lvalue problem
|
|
[1 reply] : IMHO you are assigning 3 times in line 30 where comparing is expected.... (by cppbegin)
|
by Frank Stolfi
Binary SHift
|
|
[7 replies] Last: yes (by giblit)
|
by giblit
Is this how the STL containers look?
|
|
[19 replies] Last: Thanks for the explanation on operator delete I see now. Also it sound... (by giblit)
|
by willynilly
Singly Linked Lists
|
|
[no replies]
|
by Lynst
Decimal multiplication with variables
|
|
[1 reply] : You've encountered one of the problems of dealing with floating-point ... (by Chervil)
|
by JWonder83
Need help with Code
|
|
[9 replies] Last: Thanks so much for you help. It is compiling but my output is not what... (by JWonder83)
|
by f19l
C++ Quantitative Finance Courses
|
|
[no replies]
|
CodeBlock Build failed,from where I can change the build dependency?? |
|
[no replies]
|
by colinjames12
Save and Load data not working properly
|
|
[11 replies] Last: That's where I initialized them, at the struct. I don't get it. I'll p... (by colinjames12)
|
by Rahmani117
counting hyphens/dashes
|
|
[1 reply] : Ask yourself: What is the return value of the checkDashes()? (by keskiverto)
|
by superaub
string.substr call leads to hung program
|
|
[10 replies] Last: Glad you got it updated. One point, in C++ the proper include should... (by Chervil)
|
static_cast |
|
[no replies]
|
Help with random numbers. |
|
[2 replies] Last: Wow, thanks. So easy... My Professor would have had us do some time of... (by EvanWeaksauce)
|
How do you convert a for loop into a do while |
|
[1 reply] : //maybe something like int i = lower; do { if (i%2) { ... (by Hambone)
|
by sparky1337
Using void to send an error message
|
|
[1 reply] : Well I fixed all but one error so far with moving one of the brackets ... (by sparky1337)
|
by sportguy98
Help with "for" loop
|
|
[2 replies] Last: The way I do it is i starts 1, than gets brought up to 2 since 2 is s... (by cire)
|
by Joshcannon
Only accept positive integers
|
|
[8 replies] Last: I didn't consider a file stream and cin was used in the example. I als... (by admkrk)
|
by LeonSken
Good SDL or SFML tutorial
|
|
[2 replies] Last: Thanks ;) didn't know about lazyfoo.com (by LeonSken)
|
by Treebush13
Help with for loop.
|
|
[2 replies] Last: You run the loop 5 times, but you perform the same calculation every t... (by booradley60)
|
by brockman404
Homework help
|
|
[5 replies] Last: Shouldn't you do endAmt = startingAmt + increase instead of just en... (by Annatar)
|