by KaiTang
About function pointer as map's value
|
|
[6 replies] Last: > Doing an explicit cast seems to work but not sure if it's guaranteed... (by JLBorges)
|
by seeplus
std::format_args
|
|
[4 replies] Last: Thanks. That's what I thought. This topic came up in conversations ove... (by seeplus)
|
by JUANDENT
why use std::decay?
|
|
[1 reply] : Roughly, std::decay a. removes cv-qualifiers, b. removes references,... (by mbozzi)
|
by johnstro12
Debug build but with STL optimized like release build
|
|
[4 replies] Last: @Peter87: _GLIBCXX_DEBUG was a really useful tip. Thanks (by kbw)
|
by JamieAl
Optimization: why is my Eigen code slow?
|
|
[18 replies] Last: In addition EcalcPotSourcek_inertia doesn't do anything as far as I c... (by JamieAl)
|
by Cplusc
variable can't be defined in namespace
|
|
[2 replies] Last: Thanks for the answer. I appreciate it. (by Cplusc)
|
by denver2020
string issue
|
|
[10 replies] Last: Note that the sort order for treating the ids as strings or as numbers... (by seeplus)
|
by t im
Assign unsigned int to char
|
|
[1 reply] : A prvalue of an integer type or of an unscoped (since C++11) enumer... (by JLBorges)
|
by Geckoo
Sound by algorithm
|
|
[11 replies] Last: I didn't realize some orchestras tune their instruments to even higher... (by Ganado)
|
by Cambalinho
how convert position class to 'const POINT*'?
|
|
[3 replies] Last: The operation you're specifying is on the collection, not the contents... (by kbw)
|
by raijin011321
C++ LinkedList explanation
|
|
[3 replies] Last: This code originally came from this post https://cplusplus.com/forum/g... (by seeplus)
|
by JamieAl
How to create 3D matrix in Eigen
|
|
[10 replies] Last: @jonnin Thanks again. (by JamieAl)
|
by denver2020
c++ special characters
|
|
[16 replies] Last: Thanks everyone for your inputs,this thread can be closed. (by denver2020)
|
by denver2020
Buggy code
|
|
[4 replies] Last: Thanks to clarify this. This thread can be closed. (by denver2020)
|
by raijin011321
C++, Popped off
|
|
[4 replies] Last: Oh thanks i got it. (by raijin011321)
|
by Tima11
I get an error when trying to get value from the class in another class.
|
|
[3 replies] Last: Thanks keskiverto! I experimented with your solution to this problem a... (by Tima11)
|
Strange error in string::substr |
|
[16 replies] Last: I was thinking of Barbara Gaskin's version from 1981. (by seeplus)
|
by jetm0t0
Quick question on for loops header
|
|
[2 replies] Last: Oh that's awesome, and powerful! It really is count controlled secretl... (by jetm0t0)
|
by raijin011321
Linkedlist in a Class
|
|
[8 replies] Last: Oh i see, its now working. Thanks a lot to those who help :D (by raijin011321)
|
by dorito200
For loop not iterating through array
|
|
[16 replies] Last: yes, another great alternative. And, if you noticed, all the alternat... (by jonnin)
|