mayway
How is abdul bari sir c++ course??
Ludovic 'Archivist'
Ludovic 'Archivist'
Ludovic 'Archivist'
Anonymous
Ludovic 'Archivist'
So they cannot both exist
Ludovic 'Archivist'
Aka concept no_freestanding = same_as<void, int>
Ludovic 'Archivist'
Bottom line is, give me static reflection, i want to see is std::swap is something that exists
Ludovic 'Archivist'
😭
Anonymous
Blackout here. Damn it!!! Just when I was typing a long message on reflexpr on my system.
Ludovic 'Archivist'
I don't
hi. mb u know about uintptr_t?
Anonymous
When you have already posted the Stack Overflow link, there is no reason to copy/paste the answer from there again. It just floods the group.
Ludovic 'Archivist'
Also, anything said on Moron Overflow requires further scrutiny
Ludovic 'Archivist'
Particularly given that only a third of the community may actually be able to read
Ludovic 'Archivist'
I think that was the narrowest question i had ever seen on SO
Ludovic 'Archivist'
Ludovic 'Archivist'
Ludovic 'Archivist'
Like Total's geology team and other chemical engineers
Ludovic 'Archivist'
I also don't publish anything in French online so i am not really known as a part of the local community
Ludovic 'Archivist'
Ludovic 'Archivist'
Ludovic 'Archivist'
And on what the runtime/kernel implements them
Ludovic 'Archivist'
Still working on part 3 which may involve an actual kernel (no guarantees) and real multithreading from ∅
Ludovic 'Archivist'
It will be that or lock free datastructures which is still on the table
Ludovic 'Archivist'
Ludovic 'Archivist'
And also you can make near waitfree lockfree datastructures with clever multiplexing
Ludovic 'Archivist'
(abandonning linearization though)
Anonymous
\Device\NUL
Ammar
Lookie here, this is my newest question on x86-64 topic. Got very nice response and resolution.
https://stackoverflow.com/questions/69515893/when-does-linux-x86-64-syscall-clobber-r8-r9-and-r10
Ammar
> SO is a nasty place when you need guidance
This is not true, each SE branch has its own tour and specific topic. For SO we have this https://stackoverflow.com/tour
Bad response from the community mostly happens because the poster doesn't follow the SO guidelines.
olli
Ammar
Ammar
Ludovic 'Archivist'
Ludovic 'Archivist'
x86_64 has r12 through r15, rbx, rbp and rsp
olli
Ludovic 'Archivist'
Ludovic 'Archivist'
Implying it is a necessity to save them for the desired result, not advisory
Ludovic 'Archivist'
When i wrote that question i meant every single word of it, not 95% of the words i used
olli
Ludovic 'Archivist'
I had to fish that list in the x86 standard btw, as it is entirely unrelated to calling conventions
Anonymous
could imgui install by apt-get
Anonymous
Check if your repo has it
Anonymous
when using cmakelist
Anonymous
I need to add all .cpp file to add_execuable
Anonymous
could I do something to add it automotically
Anonymous
scan a file and set name for every file named with .cpp and .c
Anonymous
Anonymous
Like this:
file(GLOB SOURCE_FILES src/*.cpp)
Anonymous
And then use the SOURCE_FILES variable or whatever u called it
Anonymous
I remember a expressiong aux
Anonymous
what can that do ?