klimi
I wasn't fastest
Jussi
Oh my god
Dima
I see a lot of that shet spam in different groups, add something to your bot
Dima
lol check for chinese symbols
Dima
(well thats racism?)
Anonymous
Anonymous
here is the ISO C++ standard
Anonymous
Anonymous
no
Anonymous
2017 working draft
Anonymous
so this is the older one
Ибраги́м
Those things are usually meant compiler implementors
Ибраги́м
Not everyone
Anonymous
if you do not read this to learn the standard i question your sanity
Ибраги́м
Anonymous
Ибраги́м
Anonymous
i dislike books for C/C++
Ибраги́м
And using at least two compilers is good
Anonymous
they typically teach you poorly
Anonymous
you need to do the coee
Anonymous
code
Ибраги́м
"If you do not use at least two different compilers I question your sanity"
Anonymous
Anonymous
and gcc for intel 32 bit
Ибраги́м
I only use Clang to ensure code quality checks, plus clang has some other tools like clang-tidy
Ahmed
Anonymous
only a quarter of the total code even gets pushed to a github variant in most of the companies i work with
Anonymous
just because most of the developers are very very very old school
Anonymous
C master race people
Ибраги́м
Ибраги́м
Ибраги́м
And Sympathy
Ибраги́м
Accept them plssss
Anonymous
honestly i am more C master race
Anonymous
so i like it
Anonymous
Anonymous
i love it on one hand
Anonymous
i learned how to use va_args list
Anonymous
which is something i would not have learned otherwise
Anonymous
but they make some mistakes that i have to fix
Anonymous
and sometimes that gets annoying
Ибраги́м
Ибраги́м
I had to move a C project to C++ so that I can have my templates and beatiful abstractions back
Ибраги́м
Anonymous
i am using Haskell for the server
Ибраги́м
I will only use C especially in an embedded enviroment only if there's NO C++ compiler
Ибраги́м
And lucky me if I can find a D compiler
Anonymous
and it was an INSANE argument i had to have in order to explain to them why we should not use C++ for the server
Anonymous
Ибраги́м
Anonymous
mainly because C++ is better on desktops but in the embedded world the compiler optimizations have just not caught up
Ибраги́м
From same compiler vendor
Anonymous
Ибраги́м
And faster
Anonymous
but i am talking more about speed optimizations
Anonymous
what chip?
Anonymous
C++ is a pain though with all their name mangling
Kevin
https://www.lansweeper.com/sysadmin-day-giveaway/?lucky=9784
Ибраги́м
oh that is weird
Oh and lesser lines of codes.
And access to well written libraries.
Arm-7 variant
Anonymous
EW arm 7
Anonymous
i dislike doing anything in ARM that is not using asm
Anonymous
like direct asm
Ибраги́м
That will used on the Lower lower lower level
Ибраги́м
I mean I can't be dying in ASM while I have a capable C++ compiler
Ибраги́м
Anonymous
hold on i have it
Anonymous
for c++
Ибраги́м
Writing a single templated function instead of 5 or 10
Ибраги́м
Anonymous
Anonymous
in C it is much easier