by zaizen
Logical AND operator help.
|
|
[10 replies] Last: Ah, I think I got it. I did if(color == 1 && donate == "Y") //With d... (by zaizen)
|
by axel609
function
|
|
[5 replies] Last: What do you have on line 21 before the word "roman" and why? Compare... (by keskiverto)
|
by Gohmer
Need help with loop program
|
|
[1 reply] : Your code works as it should, are you trying to sum only number in bet... (by codekiddy)
|
by seiyakun
Array loops. how to simplify this?
|
|
[2 replies] Last: Ah yes, this works. thanks. Is there a website that has many examples ... (by seiyakun)
|
by negru
C: Analysis of code
|
|
[1 reply] : >> It there some other tools for debugging in Code Block? You can cli... (by codekiddy)
|
by sivar
Delete the content of file?!
|
|
[4 replies] Last: Hi sivar, following example will show you how to delete an entry from... (by codekiddy)
|
by johnd55
Help with calendar program!!
|
|
[no replies]
|
by starhood
is there a way to read the number from his other side?!!
|
|
[1 reply] : Hi, you can use to_string() function, reverse the order of chars, an... (by codekiddy)
|
hey guys . |
|
[1 reply] : I did not understand your question completely. If you want to execute ... (by benbalach)
|
by kiri
wtf is a "halving algorithm" ?
|
|
[3 replies] Last: I used yahoo and nothing really came up lol. I should of used google. ... (by kiri)
|
by LATCH100
sort 2d array
|
|
[14 replies] Last: arr is illegal. You cannot actually access one-past-the-end elemen... (by MiiNiPaa)
|
Really confused to whats going on |
|
[10 replies] Last: Even if it was caused by invalid input it doesnt change the fact that ... (by TarikNeaj)
|
by ReputGlory1
new program
|
|
[1 reply] : In your latter program: Lines 4 and 5. Variable length arrays are not... (by keskiverto)
|
by YosofShihsbi
Return array from functions ?
|
|
[4 replies] Last: No. Line 5: arr is a local variable. It goes out of scope when f... (by AbstractionAnon)
|
by hemlock
what does the setprecision() function actually do?
|
|
[8 replies] Last: @kevinkjt2000 Thank you very much! (by hemlock)
|
by ReputGlory1
crash when i have big input (C++)
|
|
[7 replies] Last: Either turn on C++11 (which you should do as most people use it extens... (by MiiNiPaa)
|
by kong288
Rotation code isn't working
|
|
[3 replies] Last: No, that makes it violently rotate. I'm really confused on why this is... (by kong288)
|
by greenead26
Summing column and row values.
|
|
[7 replies] Last: You're welcome for the semi-competent help. For the 5th row a getColum... (by closed account D80DSL3A)
|
by Jxcorex29
How to setup Ternary statement.....
|
|
[1 reply] : Ternary expressions and if statements are two different things. A ... (by AbstractionAnon)
|
by Skanin
Calculator problem.
|
|
[2 replies] Last: Yes, thank you! That fixed it :) I'm making it possible to add 3 numb... (by Skanin)
|