by AphexBravia
Returning Strings?
|
|
[6 replies] Last: Cheers, glad I could help. :) (by Thumper)
|
by Blank
Conditional expressions
|
|
[3 replies] Last: @Chervil Should be parentheses around the condition There is no ... (by vlad from moscow)
|
by Blank
conditional statement
|
|
[1 reply] : if ( num % 2 == 0 ) cout << "Even\n"; else cout << "Odd\n"; (by vlad from moscow)
|
by sakonpure6
Is using too much srand(time(0)); bad?
|
|
[4 replies] Last: alright thank you all for this helpful information! (by sakonpure6)
|
by Blank
conditional expressions
|
|
[2 replies] Last: thank you :) (by Blank)
|
by edg13186
expected primary-expression before ‘unsigned’
|
|
[6 replies] Last: you declare lista like lista lst; lst.something(); You were trying... (by giblit)
|
by Mizter M
being forced to use only one variable in function which needs two variables
|
|
[2 replies] Last: There are a few problems here. For example, line 68, this is a functio... (by Chervil)
|
by maksins
*= Operator
|
|
[3 replies] Last: It's a compact way of modifying the variable on the left of the operat... (by Chervil)
|
by loai27
-1 IND
|
|
[4 replies] Last: I'm saying you're not using the parameters fed to the function. And ... (by cire)
|
by olibiakos
Assertion Error
|
|
[2 replies] Last: That solved the issue. I'm just starting to learn C++ so I don't reall... (by olibiakos)
|
by otisphat80
Deleteing dynamic arrays
|
|
[3 replies] Last: You're welcome :) (by MikeyBoy)
|
Pointer data types |
|
[2 replies] Last: Also, without a type how would it know how much data to read when dere... (by dreyan)
|
by dhilchie
When to use dynamic array or a vector??
|
|
[10 replies] Last: http://www.cplusplus.com/forum/beginner/103937/ (by BToven)
|
by dhilchie
Segmentation fault
|
|
[1 reply] : By default vector is empty and hold 0 values. Either do .resize() or .... (by MiiNiPaa)
|
by bintezohra
Equal Numbers
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/operators/ Have you written any... (by Pebble)
|
by piczim
Need to understand
|
|
[12 replies] Last: I would like to really thank you for your help. Best wishes Rodney (by piczim)
|
by IWishIKnew
beginner-level problem... I think...
|
|
[5 replies] Last: Yes, but the the rest take it's place. No, they don't. You need to... (by firedraco)
|
by supercow
Developing a basic game but I can't generate "traps" properly
|
|
[7 replies] Last: Just a curious question, how did you learn all that? :o That must have... (by GoranGaming)
|
by tina123
generate 20 distinguish random numbers
|
|
[5 replies] Last: use can use shuffle algorithm to randomly rearrange the numbers 1 to 2... (by abhishekm71)
|
by a967Bytes
C++ Draw Diamond
|
|
[4 replies] Last: Wow, I kept tracking this topic from the second I posted this problem ... (by a967Bytes)
|