by Cyclone
Removing double quotes from Cstring [Beginners]
|
|
[7 replies] Last: Thanks for your advice.
I myself don't get the double quotes even pre... (by Cyclone)
|
by Duthomhas
Short films worth watching [Lounge]
|
|
[4 replies] Last: The Brightest Star https://www.youtube.com/watch?v=SwOYQLfuEcI
(by Duthomhas)
|
by leo2008
anagram using vector [General C++ Programming]
|
|
[2 replies] Last: If you go big (a large dictionary of words) you may want to move out t... (by jonnin)
|
by seeplus
New Safe C++ Proposal (1,2,3,4,5,6) [Lounge]
|
|
[104 replies] Last: https://news.ycombinator.com/item?id=42231489
I've been reading quite... (by helios)
|
by Shervan360
Are these ternary operators the same? [Beginners]
|
|
[8 replies] Last: I think some chips have a way to test a single bit but in general, I d... (by jonnin)
|
by JUANDENT
Making a shared_ptr out of a stack object corrupts the heap!! [General C++ Programming]
|
|
[2 replies] Last: Note: std::make_shared<T>()[/code] creates a new heap-allocated insta... (by kigar64551)
|
by seeplus
C++23 [Lounge]
|
|
[3 replies] Last: Note that something like
for (auto& elem : getVector())[/code]has al... (by Peter87)
|
by JamieAl
Testing restart functionality in C/C++ [General C++ Programming]
|
|
[1 reply] : you will get more help if you put it in a repo where we can see the co... (by jonnin)
|
by helios
Unpopular opinions (1,2) [Lounge]
|
|
[25 replies] Last: Oh, interesting. I should have at least looked up the Wiktionary defin... (by Ganado)
|
by Dazzer
How to start with audio plugin GUI design? [Beginners]
|
|
[1 reply] : we used to call it RAD (rapid application development) and I am not su... (by jonnin)
|