by BrowserUk
Data member, assigned once at runtime, const thereafter.
|
|
[2 replies] Last: Unfortunately not. The object is populated with data from a file; n v... (by BrowserUk)
|
by jimo
alias templates
|
|
[no replies]
|
by olsarets7
Look for numbers after text and replace
|
|
[3 replies] Last: JSON is the file format. There are various different JSON parsing lib... (by MikeyBoy)
|
Get Problem With Map! |
|
[1 reply] : The map doesn't store duplicate keys. Your comparison function fncomp... (by Peter87)
|
by aliyesami
passing parameter issue
|
|
[3 replies] Last: Same as above, without the const modifier. (by helios)
|
by MultiMedia
Anyway I can simplify these if statements?
|
|
[2 replies] Last: @helios, thank you very much man, you're a life saver :) (by MultiMedia)
|
by JUAN DENT
Why is this not constexpr?
|
|
[6 replies] Last: Yes it compiles fine with latest patch!! Thanks Juan (by JUAN DENT)
|
by gedamial
I should have a segmentation fault here... but I have not
|
|
[3 replies] Last: > Writing a single byte over the end of your array will only be a prob... (by ne555)
|
by rojan1918
Where to start when learning to code?
|
|
[4 replies] Last: https://code.google.com/codejam/contests.html (by Ericool)
|
by nhat123
Sound in c++
|
|
[3 replies] Last: I recommend FMOD API for developer , fairly simple (by Ericool)
|
by Jobronk
Decimal to Fraction Calculator
|
|
[2 replies] Last: Thanks! (by Jobronk)
|
by eulmer
Issue with opening EXE in C++
|
|
[2 replies] Last: Seems this is a semi common problem. I've found a few topics on it aft... (by eulmer)
|
by Liger
Quick question about c++ versions
|
|
[9 replies] Last: Yep, that sounds about right. (by LB)
|
Pointer strlen |
|
[2 replies] Last: strlen() He needs a char* instead of char** Here's a possibility... (by MeteorCat)
|
by Reiv63
Wheel of fortune
|
|
[6 replies] Last: thank you good sir! (by Reiv63)
|
by thomasb
which c++ compiler or ide should i start with for windows programming?
|
|
[12 replies] Last: Thanx, setup is now working! (by thomasb)
|
by lfilipiuk
Modyfing a char table within a loop to display "x = i"
|
|
[2 replies] Last: The array is too small, "x=0.0" requires six characters, "x=50.0" woul... (by Chervil)
|
by Shadowwolf
Waiting for a variable
|
|
[6 replies] Last: Then it looks like that will be the final solution. Thank you all for ... (by Shadowwolf)
|
by AcarX
Locking a code block with an object
|
|
[1 reply] : Yes, that's a very common usage of RAII, and is in fact the preferred ... (by helios)
|
Self-Coding Program |
|
[1 reply] : Yes, you need an interpreter. Or a more sophisticated approach: the c... (by closed account 48bpfSEw)
|