by kmce
Pointers
|
|
[11 replies] Last: Alright, I've never encountered situations where an array wasn't decay... (by Uk Marine)
|
by steventan
if statement working in windows but not in ubuntu
|
|
[13 replies] Last: If he outputs something after it could overwrite the previous output w... (by Peter87)
|
by rapanomalous
getline() glitch
|
|
[5 replies] Last: yeah that really helped; thank you Dutch thank you Andy i am much grat... (by rapanomalous)
|
multiset, iterator and insertion |
|
[4 replies] Last: set and multiset are normally implemented as binary search trees ( h... (by Peter87)
|
by Bopaki
error: 'conversation' was not declared in this scope
|
|
[2 replies] Last: Thanks very much!!! TheIdeasMan (by Bopaki)
|
by CasBlue
Randomly selecting a number from an array based on probability
|
|
[4 replies] Last: Initializing at declaration is perfectly legal and should work with co... (by Grime)
|
by deello
How to pass vector into 2d array?
|
|
[1 reply] : You can simply use push_back as you did for the string: void displayC... (by coder777)
|
For Loop / getline() Problem |
|
[4 replies] Last: @dutch Ahhh okay. I understand what you mean now. Thanks! (by PiggiesGoSqueal)
|
by ianlee521985
Help with showing decimal points
|
|
[2 replies] Last: Ok it works now, thanks (by ianlee521985)
|
by redfury
Problem in swapping of array indexes
|
|
[5 replies] Last: Hello redfury, The following code is not pretty, but it does show som... (by Handy Andy)
|
Array as function parameter, the pointer increment does not count for callee |
|
[2 replies] Last: > What does it mean to increment array+1 in the calling program? I me... (by CakeByTheOcean)
|
bit programming -> take out the bit at odd/even index |
|
[3 replies] Last: or think about it for a bit ;) you want to grab every other bit into a... (by jonnin)
|
Quick sort pivot is middle element |
|
[3 replies] Last: I can do from left or right most pivot (by closed account 1vf9z8AR)
|
by Steve02
Set char 1 = char 2. What is syntax?
|
|
[4 replies] Last: Recreate strcpy() or other C-string handling functions from Standard ... (by H00G0)
|
by structJason
Is there a string conversion function to char type?
|
|
[6 replies] Last: Thank you Grime and jonnin for the detailed explaination regarding thi... (by structJason)
|
by colton96
I'm having trouble with "if else" statements
|
|
[7 replies] Last: > cin>> nInput, Ucap, Lcap; I would suggest you print out those 3 vari... (by salem c)
|
by usmannazir
Loop
|
|
[10 replies] Last: It worked well in my full code. I think the code will only break when ... (by usmannazir)
|
exception handling |
|
[3 replies] Last: Note that this way of using the throw() syntax on functions has been d... (by Peter87)
|
Compare two unsigned 8 bit int |
|
[7 replies] Last: This was the OP's justification: I could use the SIMD signed compari... (by lastchance)
|
by toradora
Swap max and the first element of the linked list (end of input 999)
|
|
[1 reply] : if the data is small (like, an integer or something) you can swap the ... (by jonnin)
|