Ludovic 'Archivist'
they take the volume of their information
Ariana
huh
Ariana
That is GR alr
Ariana
its kinda like
Ariana
Opposite of QM and really hates it
Ariana
ok should go ot
Ariana
#ot
Stefan
since classical computers are based on electrons, and that intel are fucked by physics, its valid
Mat
Ludovic 'Archivist'
Stefan
Stefan
Stefan
again, risc = "relegate interesting stuff to compilers"
Stefan
therefore those so called "benchmarks" are completely bulls because their instruction set/pipeline is designed differently
Dima
lol
Stefan
the optimization is done differently already, e.g. prebranching in arm
Stefan
so it can already favor some cpus
Stefan
well, kinda off
Ludovic 'Archivist'
Ludovic 'Archivist'
Of course benchmarks are shit
Stefan
its better to go battle royale mode😂
Stefan
#off
Dima
Anonymous
Can anyone explain me typedef?
Stefan
Stefan
alias a type with a name
Stefan
typedef <type> <name>
Stefan
but the rule is different for arrays and (function) pointers
Stefan
and some atrocities like typedef void (*myfunc)(int a, int b) do exist
Stefan
therefore, if you can use at least c++11
Stefan
learn using instead
Dima
I am moving my code from typedefs to usings lol
Dima
looks a lot more sexier
Stefan
Stefan
template <class T>
using UnaryPredicate = bool (*)(const T &x);
Anonymous
Anonymous
Isnt c with classes just C++? I read somewhere that it used to be called C with classes but bjarne changed the bame
Nameful
Anonymous
Why newbyte?
Nameful
I'm not the best person to answer this, but C++ has other differences from C than the classes
Mat
Anonymous
But is it true that C++ used to be called C with classes?
Mat
Nameful
I've heard "C with classes" before, that's for sure
Francisco
Well, C++ also has templates, which are quite important
Nameful
Nameful
And namespaces
Francisco
And lambdas (why not?)
Nameful
Oh yeah, that too
Francisco
And almost arbitrary compile-time execution
Nameful
Francisco
You can execute a lot of stuff at compile time
Nameful
Francisco
At the beginning, constexpr functions could only be recursive. Now you can define functions as constexpr with any code inside
Francisco
In the future we may have allocations at compile time
Dima
LEC
TERRY
Can someone start with me
Am new in de group
Mat
TERRY
C++
Pavel
C++
Ask your questions and someone probably will answer (not guaranteed, but you can try anyway)
Dima
klimi
MᏫᎻᎯᎷᎷᎬᎠ
klimi
Dima
klimi
Dima
np Kurimi
klimi
Welcome
Anonymous
What is so dangerous about C functions such as fgets or fflush?
Francisco
How
Well, I saw in google that it is possible to implement constexpr allocators
klimi
Anonymous
What I have gathered is a bit vague. That it can cause stack overflows I believe, and that fflush acts unexpectedly
Anonymous
Be my question is why?
MᏫᎻᎯᎷᎷᎬᎠ
Anonymous
But what does it mean exactly to not have protection?
BinaryByter
Dima