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
here is the ISO C++ standard
Ибраги́м
here is the ISO C++ standard
2017 or the 2020 working draft ?
Anonymous
no
Anonymous
2017 working draft
Anonymous
so this is the older one
Ибраги́м
Those things are usually meant compiler implementors
Ибраги́м
Not everyone
Anonymous
Those things are usually meant compiler implementors
it is the correct thing to read in order to really know the standard
Anonymous
if you do not read this to learn the standard i question your sanity
Ибраги́м
it is the correct thing to read in order to really know the standard
And know the inconsistiences between std and compilers
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
Ибраги́м
they typically teach you poorly
Nope, not if u have the good ones
Anonymous
And using at least two compilers is good
no clang thank you i will stick with my gnu disease
Ибраги́м
"If you do not use at least two different compilers I question your sanity"
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
I only use Clang to ensure code quality checks, plus clang has some other tools like clang-tidy
i would love to implement better quality checking but my jobs are too slow at even adopting gitea or even github
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
Ибраги́м
C master race people
My condolences
Ибраги́м
And Sympathy
Ибраги́м
Accept them plssss
Anonymous
honestly i am more C master race
Anonymous
so i like it
Ибраги́м
just because most of the developers are very very very old school
Those C guyz don't even use use C11 let alone learn C++. They still think we're in the 80s and 90s.
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
Ибраги́м
i personally prefer C for embedded enviroments
I've made smaller executable with C++
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
Ибраги́м
And faster
Anonymous
but i am talking more about speed optimizations
Anonymous
And faster
oh that is weird
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
Ибраги́м
C++ is a pain though with all their name mangling
Well, it turned out C++98 was pretty fine.
Anonymous
Well, it turned out C++98 was pretty fine.
maybe but i had to make some code to give stack traces
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