by MadDan2016
User can bypass if/else by spamming letter
|
|
[2 replies] Last: Thank you for the reply and critique! While I don't fully understand w... (by MadDan2016)
|
by therpgking
Balanced Parentheses Problem
|
|
[2 replies] Last: I feel really dumb for not catching that but thank you so much! (by therpgking)
|
by idknuttin
how to transfer string to character array?
|
|
[3 replies] Last: @kemort Thank you, I ended up making a program that works but it ended... (by idknuttin)
|
by prince7673
[Error] expected unqualified-id before '{' token tell me how to solve "{" error
|
|
[16 replies] Last: now i understand (by prince7673)
|
by mikecraig
Prime Number Code
|
|
[1 reply] : int i=0; counter=0; for(int i=2;i<(number/2);i++){ if(number%i==0) ... (by evy)
|
by bharat06
Print number of matching sequence in the user given input for the constant input.
|
|
[no replies]
|
by vincischool
what learn for a kid who is studying in 10th standard
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/ You might be able to start her... (by closed account 48T7M4Gy)
|
by rascachu
vector mayor y menor
|
|
[1 reply] : Hola amigo , yo no entiendo exactamente lo que su código está trat... (by shadder)
|
by mfawad
Converting Integers to Bitmap Color
|
|
[2 replies] Last: It strikes me that the OP is confused about color systems. Each color ... (by closed account 48T7M4Gy)
|
by LoneNF
Passing a 2D array to a function prototype
|
|
[2 replies] Last: Yeah post all of it - well at least the relevant but runnable part.... (by closed account 48T7M4Gy)
|
by Kbott
function call with arrays.
|
|
[11 replies] Last: I made the line 8 change just for 'visual compatibility'. It doesn't h... (by closed account 48T7M4Gy)
|
by elohssa
constaint pointer to non const member
|
|
[1 reply] : int MyClass::* const whatever = &MyClass::some_nonstatic_member_of_ty... (by JLBorges)
|
t-shirt discount |
|
[16 replies] Last: Just going back to the excellent advice PrivateRyan gave you much ea... (by TheIdeasMan)
|
by cplusguy123
Return a string on function...
|
|
[2 replies] Last: Well, thanks mate! Appreiciated! (by cplusguy123)
|
by lie601
Ramanujan's Series
|
|
[8 replies] Last: From my point of view there were no restrictions on how many and what ... (by closed account 48T7M4Gy)
|
by frantheman27
Removing a specific element in an array?
|
|
[15 replies] Last: I see i was thinking about finding the position for the median (by frantheman27)
|
by adam2016
goto statement
|
|
[4 replies] Last: Even if goto will be prohibited, it can be anyway available by this ... (by skaa)
|
by BryanTriana
Integer bits
|
|
[1 reply] : That depends on your platform. The <climits> file contains declaratio... (by AbstractionAnon)
|
Program outputting 'nan'? |
|
[1 reply] : for is similar to while. In this case: for ( ; user >= 0; total = tot... (by keskiverto)
|
by nbro
Understanding deeply how makefiles are interpreted
|
|
[1 reply] : https://www.gnu.org/software/make/manual/html_node/Automatic-Variables... (by keskiverto)
|