by admin Welcome -- read before posting! |
|
[2 replies] Last: How To Answer Questions in a Helpful Way Be gentle. Problem-relat... (by admin) |
Console Closing Down (1,2,3,4,5,6,7) |
|
[120 replies] Last: It displayed "Hello world" after you pressed Enter. int c is a ... (by Duthomhas) |
by Mif C programming. "Using #include inside array initialization" |
|
[16 replies] Last: Yup.. it is. Okay this being said.. I'll pass over and mark this as so... (by Mif) |
by ElusiveTau Logging Wrong Line Number |
|
[5 replies] Last: [quote=kigar64551]#ifdef CUSTOM_LOGGER #ifdef CUSTOM_LOGGER # define ... (by ElusiveTau) |
by Ch1156 Is my understanding of pointers correct? |
|
[19 replies] Last: I have just discovered that [ ] can be applied to type constructors ... (by TheIdeasMan) |
by ElusiveTau Getter for enum member returns a copy of enum? |
|
[11 replies] Last: My view with regard to interface and not needing setters and maybe nee... (by TheIdeasMan) |
by Jonathan100 Using of voltile qualifier |
|
[3 replies] Last: [quote=ElusiveTau]In multi-threaded applications, volatile can be used... (by Peter87) |
by Ch1156 Using std::variant to reduce getter and setter clutter |
|
[18 replies] Last: Just on the C++ language, IMO it does seem a pain that things take so ... (by TheIdeasMan) |
by Coubarrie C++ and the Government |
|
[4 replies] Last: you use what the government tells you to if you work for them, directl... (by jonnin) |
by Ch1156 Is this how you do object chaining? |
|
[9 replies] Last: Thank you for all the replies! That seems like a straight forward conc... (by Ch1156) |
by nowy20180820 Programming math - polynomial class |
|
[8 replies] Last: A wouldn't make this a template, unless you need it to work with float... (by dhayden) |
by Jonathan100 stack and heap |
|
[9 replies] Last: What question, exactly? Weren't here plenty of explanations ("solution... (by keskiverto) |
by zzzhhh Should the subscript "opt" be dropped in the definition of "array of N T" in the standard? |
|
[3 replies] Last: Hi Is it because the array bound may be omitted when there are initia... (by TheIdeasMan) |
by zzzhhh Where is const mandated in the Standard when binding an lvalue reference to an rvalue? |
|
[1 reply] : I don't think I've ever actually read the standard in over 30 years of... (by seeplus) |
by zzzhhh Which item stipulates that A() is a prvalue? |
|
[2 replies] Last: I believe that A() is a function-style cast expression and is covered ... (by mbozzi) |
by ElusiveTau How to compare int class template value? |
|
[2 replies] Last: 2. That's a good point. Only up to MAX_CSTR_SIZE-1 bytes will be copie... (by ElusiveTau) |
by ElusiveTau Template errors creating a map<int,std::thread> using map::emplace |
|
[2 replies] Last: Thanks Peter. That was it. 1. std::ref(coutMutex) was necessary, for ... (by ElusiveTau) |
by ElusiveTau How to initialize base class member with subclass member? |
|
[2 replies] Last: baseClassBuff is unnecessary. I can just reuse MyThreadClass.Name .... (by ElusiveTau) |
by Cyclone Removing double quotes from Cstring |
|
[8 replies] Last: You only get double quotes if some component of the filename path has ... (by Duthomhas) |
by Shervan360 Are these ternary operators the same? |
|
[8 replies] Last: I think some chips have a way to test a single bit but in general, I d... (by jonnin) |