by ZackTheBlack
Illegal else without matching if?
|
|
[3 replies] Last: Remove the semicolon at the end of your else if statements on lines 30... (by brownflower)
|
by yamel
game: string or array for keeping track of number choices
|
|
[3 replies] Last: First of all I want to compliment you on thinking about which data str... (by dhayden)
|
by cojeap
while loop not showing expected result
|
|
[16 replies] Last: so i fixed it, with push_back instead of emplace_back, and there was s... (by cojeap)
|
by ralfitul
Max between 2 numbers
|
|
[5 replies] Last: Thanks. Now it's just perfect ! (by ralfitul)
|
Initializing a pointer variable |
|
[3 replies] Last: But you're not dealing with an array of char you're dealing with a poi... (by jlb)
|
by robgeek
Question about arguments of methods in C++.
|
|
[14 replies] Last: But in the follwoing code i'm passing the reference to "increment", d... (by Moschops)
|
by maligesto
Limiting keyboard input
|
|
[3 replies] Last: For a clean and cross-platform solution I came up with this code: #... (by Tom56785)
|
by bjl311
invalid output help
|
|
[3 replies] Last: I second his comment^ (by WakeofMisery)
|
by david810376
Function templates help!!
|
|
[1 reply] : I'm not sure I understand your problem. "yile" is considered the bigge... (by Peter87)
|
by Outlaw782
Expected a list to output?
|
|
[1 reply] : solved: problem with my ouput operator overload. (by Outlaw782)
|
by glitter
Initializing entire 2D array with one value
|
|
[6 replies] Last: yes , thank you . I should define function for initialization. however... (by glitter)
|
by victorort95
Inserting decision into code
|
|
[1 reply] : You don't have to use a do-while. However, you'd have to modify a few ... (by YFGHNG)
|
by Ellkoy
Nested If errors
|
|
[2 replies] Last: Pay attention to those error messages. If they're all saying the same ... (by YFGHNG)
|
by djash
help
|
|
[1 reply] : For one, it'd be better from a visual point of view if you were to use... (by YFGHNG)
|
by jibicax
Calling functions in main.
|
|
[4 replies] Last: Ah! Thank you. (by jibicax)
|
by plsalinas
for loop not storing a value for position 0
|
|
[2 replies] Last: @Chervil Thank you so much! With that little change I was able to pri... (by plsalinas)
|
by pinkfreud
Combining nested ifs with multiway ifs?
|
|
[1 reply] : Btw, you're doing it wrong. It should be: if(letter == 'C') You n... (by DeathLeap)
|
by Billyin4C
function call issue?
|
|
[5 replies] Last: Thanks DeathLeap but it would still have premium shipping 0.00 I had ... (by Billyin4C)
|
by KTlady
Creating a 6 digit password
|
|
[1 reply] : At least try to code something, don't just ask someone to do it for yo... (by DeathLeap)
|
by TheCoolest2
Hello. Need help inserting at the end of a linked list
|
|
[1 reply] : So I'm home now, it compiles but I get segmentation fault. Any ideas w... (by TheCoolest2)
|