by admin
Welcome -- read before posting!
|
|
[2 replies] Last: How To Answer Questions in a Helpful Way Be gentle. Problem-relat... (by admin)
|
by Zolaboony
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 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
Should the subscript "opt" be dropped in the definition of "array of N T" in the standard?
|
|
[2 replies] Last: Thank you! (by zzzhhh)
|
by Jonathan100
stack and heap
|
|
[8 replies] Last: I guess that you are talking about "program stack" Yes. But not only... (by kigar64551)
|
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)
|
by Dazzer
How to start with audio plugin GUI design?
|
|
[1 reply] : we used to call it RAD (rapid application development) and I am not su... (by jonnin)
|
How to get program to distribute input by alternating between two, multi-line string inputs |
|
[5 replies] Last: You can do it with just 1 loop to read the data. Consider: #include... (by seeplus)
|
by CodeChaser
zero dynamic memory allocation
|
|
[4 replies] Last: Well it was written by a teacher. I need say no more..... (by seeplus)
|
by Hasa2019
Why its showing wrong ?
|
|
[6 replies] Last: Just because you can doesn't mean you should. :) do-while without... (by seeplus)
|
by ElusiveTau
Lambda Expression: Specifying "this" in the capture clause
|
|
[6 replies] Last: @Peter87, I am cognizant of the how and why of the differences in lamb... (by deleted account xyzzy)
|
by Cyclone
Specifying a file address?
|
|
[8 replies] Last: seeplus already mentioned about the <format> library in C++20, a maj... (by deleted account xyzzy)
|
by zzzhhh
Why const literal class is not a constexpr even if initialized from a constexpr?
|
|
[4 replies] Last: Good point. I suppose you could remove x. I'm not sure what the point ... (by DizzyDon)
|
by Cyclone
Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is... (1,2)
|
|
[26 replies] Last: you can choose to hunt down some of the offending memory hogs and mov... (by seeplus)
|
by Cyclone
Bit set function not working correctly?
|
|
[12 replies] Last: [quote=Cyclone]My code is messy and had left over variables from testi... (by TheIdeasMan)
|