by hbcpp
Smart pointer confusion (std::unique_ptr in function argument) (1,2)
|
|
[29 replies] Last: "I saw the light, I saw the light No more darkness, no more night Now ... (by seeplus)
|
by awsdert
how to get locale based digit groups separator (ansi c)
|
|
[8 replies] Last: I may have had an ABI issue, I did a rebuild during my attempts to fin... (by awsdert)
|
by jphillips356
dynamic array allocation
|
|
[4 replies] Last: There is also a design decision about how to handle less consistent us... (by keskiverto)
|
by Cj230
Desperate for Explanation on I/O Assignment
|
|
[3 replies] Last: I have been working on all day So post your code so that we can see... (by seeplus)
|
by t im
About the upper_bound Function
|
|
[3 replies] Last: Thanks for your answers that benefit me. (by t im)
|
by jphillips356
assistance with class code
|
|
[15 replies] Last: sorry for not responding at all, was in the hospital for 3 days. Here... (by seeplus)
|
by t im
About the loop condition
|
|
[3 replies] Last: Thanks for your answers which solve my confusion. (by t im)
|
by Worldtreeboy
does all stream object have buffer except cerr?
|
|
[13 replies] Last: To determine if the standard C++ streams are synchronized with the sta... (by JLBorges)
|
by LukeProducts
Variadic Template not working expectetly
|
|
[6 replies] Last: C++20: #include <concepts> template < typename VTYPE > struct Conta... (by JLBorges)
|
by ruzip
Convert any value/type to string callable from C
|
|
[5 replies] Last: Thanks guys for the added info. Yes the C part requires it to be C99. ... (by ruzip)
|
by kamlmish1978
Remove unwanted character from String concat macro
|
|
[1 reply] : Pre-processor macros are very limited in what they can do. And, gener... (by kigar64551)
|
by Geckoo
Rosetta Site
|
|
[8 replies] Last: I used to work for a US technology chain store company* that had a sto... (by deleted account xyzzy)
|
by Guest434
Class as struct member
|
|
[3 replies] Last: If you want to define its members out-of-line (say, in a .cpp file): ... (by JLBorges)
|
by LukeProducts
Execute Code on task kill
|
|
[10 replies] Last: That is good to know, thanks JL. I have never needed to do that, and... (by jonnin)
|
Further pure virtual calling issues |
|
[11 replies] Last: Use a factory method: https://en.wikipedia.org/wiki/Factory_method_pat... (by JLBorges)
|
by Hawlong
error C2041 - C2415 - C2426
|
|
[6 replies] Last: thanks for replay yes i use vs 2010 , I made a lot of dell files wit... (by Hawlong)
|
by Worldtreeboy
why is istream::read cast to char*
|
|
[3 replies] Last: Unlike other languages (Java, C#, etc.), there is no explicit "byte"... (by kigar64551)
|
by JUANDENT
template metaprogrammingNewTupleType_ not compiling
|
|
[2 replies] Last: Looks like the usage of NewTupleType on line 42 can be replaced entire... (by mbozzi)
|
by JamieAl
Error when filling a matrix using Eigen
|
|
[5 replies] Last: I did find the issue and to fix it I used seq() instead of seqN... (by JamieAl)
|
by JUANDENT
Tag2ID is giving me trouble
|
|
[5 replies] Last: You're right, thank you. (by mbozzi)
|