by admin
Welcome to this board!
|
|
Jan 14, 2008 at 1:17pm
[no replies]
|
by bistelA0005
Use C++ 20 with Embarcadero
|
|
Mar 18, 2025 at 3:36am
[4 replies] Last: The last recourse is the "other compiler options" where you can just l... (by salem c)
|
Call of Templated Function w/ Explicit Template Argument Fails to Compile |
|
Mar 15, 2025 at 10:20pm
[1 reply] : The meaning of the name _T.aaa depends on the template parameter T ... (by mbozzi)
|
by PhysicsIsFun
scientific computing - optimize speed
|
|
Mar 7, 2025 at 8:53am
[16 replies] Last: Just leaving this here. https://en.wikipedia.org/wiki/Barnes%E2%80%93... (by salem c)
|
by stonedviper
why can't I use cout with without iostream
|
|
Mar 6, 2025 at 3:48pm
[5 replies] Last: And then there is <iosfwd> (by keskiverto)
|
by PhysicsIsFun
Pybind11 slows my C++ code substantially
|
|
Feb 6, 2025 at 11:02am
[4 replies] Last: of course it can. you may need to hand wave at byte ordering if you g... (by jonnin)
|
by leo2008
anagram using vector
|
|
Dec 5, 2024 at 1:32pm
[2 replies] Last: If you go big (a large dictionary of words) you may want to move out t... (by jonnin)
|
by JUANDENT
Making a shared_ptr out of a stack object corrupts the heap!!
|
|
Nov 20, 2024 at 1:05pm
[2 replies] Last: Note: std::make_shared<T>() creates a new heap-allocated instance of... (by kigar64551)
|
by JamieAl
Testing restart functionality in C/C++
|
|
Nov 16, 2024 at 9:28pm
[1 reply] : you will get more help if you put it in a repo where we can see the co... (by jonnin)
|
by JUANDENT
Need a data structure where I can map a string to a type
|
|
Nov 12, 2024 at 9:03am
[10 replies] Last: It's not necessary to use an enum. It was just a suggestion. (by Peter87)
|
by Coubarrie
Save to file with vector (dynamically)
|
|
Nov 9, 2024 at 6:28pm
[11 replies] Last: i outside the loop is not a c++ error. It is a questionable programmi... (by jonnin)
|
by JUANDENT
what does T = 0 mean in a template parameter?
|
|
Oct 31, 2024 at 11:08am
[4 replies] Last: Indeed: "initialized with value 0" limit what type the T can be? (by JUANDENT)
|
by LsDefect
When does early binding happen?
|
|
Oct 18, 2024 at 7:21am
[1 reply] : I guess this is what's called "devirtualization" which GCC has optimiz... (by Peter87)
|
by Cyclone
Would like some testers please
|
|
Oct 17, 2024 at 4:29pm
[10 replies] Last: There's a special GitHub repo set up to make it easy to learn how to f... (by deleted account xyzzy)
|
by JUANDENT
_Safe_add checks for overflow but does not do anything to report the problem!
|
|
Oct 9, 2024 at 2:04pm
[5 replies] Last: Neat example, thanks. (by Ganado)
|
by TheIdeasMan
templates class friends strong types
|
|
Oct 3, 2024 at 10:02pm
[8 replies] Last: I read Jonathon Boccara's blog That article is from 2016, C++20's co... (by deleted account xyzzy)
|
by JUANDENT
unresolved external symbol "int const value"
|
|
Sep 22, 2024 at 4:52pm
[1 reply] : Your other.cpp file also needs to say extern, otherwise it's taken to ... (by salem c)
|
by jsheley
How to improve my C/C++ posts to CplusPlus forum
|
|
Sep 21, 2024 at 4:31pm
[3 replies] Last: This isn't like a certain well known site where they delete your ques... (by deleted account xyzzy)
|
by stav
A class that supports taking ownership and not
|
|
Sep 21, 2024 at 3:28pm
[2 replies] Last: doing it both ways will make the code that uses the tool a bit harder ... (by jonnin)
|
by JuliusCaesar
How can a export an existing concept from a c++20 module
|
|
Sep 19, 2024 at 4:09pm
[1 reply] : If'n I understand what you are trying to do it would require a very de... (by deleted account xyzzy)
|