by jksdk4
Structs, arrays, omitting vectors
|
|
[5 replies] Last: Yeah, before you noted the typos I had that function named printNumber... (by Lowest0ne)
|
by glenjoker
What should I do next?
|
|
[6 replies] Last: To Computergeek01: I guess you misunderstood me. What I meant is that ... (by glenjoker)
|
by abdalimran
Can't convert 3 doubles from a string using stod()
|
|
[3 replies] Last: stod() function returns the first double number contained in str , ... (by fanliver)
|
by fanliver
[Help rvalue]
|
|
[5 replies] Last: The effect of line (1) is what LB said. Thank you! :) (by fanliver)
|
by CodeSlayer
Help me in getline function..
|
|
[4 replies] Last: Enter your address:Philippines Philippines//needs 2 enter Enter you... (by CodeSlayer)
|
Simple Dice Program |
|
[4 replies] Last: I was thinking more along the lines of "it's often the smaller, simple... (by NeckDeepInSyntaxErrors)
|
by SteveOshnall
HELP!
|
|
[1 reply] : This means there is some other function called round, taking a float p... (by Aceix)
|
by TheBasix
How to assing string value?
|
|
[3 replies] Last: In the constructor you forgot to initialize capacity and in the add... (by Peter87)
|
by hellworld136
Beginner c++ math question
|
|
[4 replies] Last: Okay, so I need the sum. MY answer for the code above is .64, is that ... (by hellworld136)
|
by RobGillespie
Fractions
|
|
[1 reply] : Nevermind I got it. I thought the negative swapped in the reduction fu... (by RobGillespie)
|
by OmidMech
passing arguments by address
|
|
[1 reply] : The asterisk on line 5 is the dereference operator. http://www.cpluspl... (by giblit)
|
by Praists
Insertion sort
|
|
[no replies]
|
by noisycoder
delete operator
|
|
[4 replies] Last: I like RAII approach, i.e. some wrappers around naked pointers, I mean... (by BenCPlusPlus)
|
by djninjanz
I have looked around, problem with range
|
|
[4 replies] Last: Thanks a lot guys so I will try using a different data type such as in... (by djninjanz)
|
Coud any one give me a hand? |
|
[8 replies] Last: Like I said earlier you could either read in each row twice first time... (by giblit)
|
Differences between Cout and Printf |
|
[1 reply] : printf comes from C and doesn't handle C++ types. cout is C++ and ... (by Peter87)
|
by SteveOshnall
setscrollpos
|
|
[2 replies] Last: I saw that, but what is wi.hscrl in my case? Thanks (by SteveOshnall)
|
by lekha
how is it calculeting..??
|
|
[5 replies] Last: [quote=keskiverto]Peter87 wrote "Right-to-left", probably as typo, for... (by Peter87)
|
by klay2
need help with if statements
|
|
[4 replies] Last: You can use && instead of two if statements. Also, once you find ... (by dhayden)
|
Any one? |
|
[11 replies] Last: Thank you! sorted (by Dovydas Milius)
|