Anonymous
Go to #ot
Anonymous
Lmao
Have fun reading 5 nested anonymous functions in C++
Anonymous
Anonymous
Anonymous
And I'm not saying C++ is most readable language
Anonymous
Btw Google wrote their kernel in c++
Anonymous
It's called zircon
Anonymous
Btw Google wrote their kernel in c++
Also they've written C stdlib in C++ ))
Anonymous
They've been trying to for the last 10 years though
Prince Of Persia
It's quite bad
They use Java because it can run on most of OSs
Prince Of Persia
Prince Of Persia
Otherwise C/C++ are really better in just one OS
Anonymous
why?
It really isn't all that secure and can get quite complex pretty quickly
Anonymous
Java uses jit for execution which is almost always a W^X violation
Prince Of Persia
Java uses jit for execution which is almost always a W^X violation
But jit need more time to compile to machine code
Anonymous
You can make it a little decent by precompiling it ahead of time
Anonymous
why?
#ot
Prince Of Persia
You can make it a little decent by precompiling it ahead of time
Yeah but it will be like C/C++ compiled code (near , i mean without some properties)
Prince Of Persia
#ot
🆗
Prince Of Persia
After all C++ is still my favorite language😁
Anonymous
/warn Brice PMing
Prince Of Persia
/warn learn C++ carefully then create games
Prince Of Persia
😁
Codigo
😁
I don't uderstand, what was the warn for?
Prince Of Persia
I don't uderstand, what was the warn for?
A joke Anyone should learn C++ before using
Prince Of Persia
And I'm not an Admin So I can't get warn
Nameful
Have you published the code on e.g. GitLab or GitHub?
Gulnar
Hello to everyone, can anyone say me what is the meaning of a -= b?
Nameful
Hello to everyone, can anyone say me what is the meaning of a -= b?
take the value of a, subtract it by b, and then store the result in a
Gulnar
Thanks @nameful and @kyoko687
Ehsan
if you started with c++ you will be confused
Codigo
Good👍
Alex
Good👍
if you don`t need C, I would go for C++ without C
Codigo
I'm going for robotic. They recomended C. So I use C 💁‍♂. Also, C is the first programming language I tried to learn. So I'm good
MᏫᎻᎯᎷᎷᎬᎠ
I don't think so :) With the 21 TB repository
Lol what Is there even such thing?!😂
MᏫᎻᎯᎷᎷᎬᎠ
I hope that you're exaggerating
Anonymous
I hope that you're exaggerating
I'm not It was somewhere in theirs blog posts
MᏫᎻᎯᎷᎷᎬᎠ
I'm not It was somewhere in theirs blog posts
Here It says there are 3.5 M files which are 300 GB which definitely a something as well https://devblogs.microsoft.com/bharry/the-largest-git-repo-on-the-planet/
Anonymous
But probably I'm wrong
lukas
can anyone tell me what's the difference between static const and const?
Alex
can anyone tell me what's the difference between static const and const?
same as static vs non stasic, but both vars are const
lukas
same as static vs non stasic, but both vars are const
means if i remove the static from my code, my code does exactly the same?
lukas
no
Ok
Alex
static has different meaning due to place of usage
Ꭺlaa
Can i learn C++ just from solo learn apk ?
Diego
Can i learn C++ just from solo learn apk ?
https://www.quora.com/How-do-I-learn-C-in-one-night-I-know-it-s-possible?share=1 Only the first answer is relevant
Diego
It's not exactly what you're asking but it's relevant nonetheless -- You're gonna need a whole lot more than a single app to learn C++ or any language It just takes time and effort, from any resource
Diego
Programming requires love
Mandelbröt
Programming requires love
Yep sometimes its one sided But u have to never give up
Mandelbröt
Alexander
Arjun
Hii
Mj
Hello, can you help me?
Mj
Hello, can you help me?
To create a project
Alexander
what project
Prince Of Persia
Xudoyberdi
/get ide
Xudoyberdi
#cpp-vscode
Majd
Hi Is there anyone helping me in c?
Anonymous
Hello can you please help me how can I print the digits of a given number, seperated by commas I have tried it myself many times but couldn't do
Anonymous
are you able to break the numbers to individual digits first?
Yes. But it doesn't work when I want to seperate them by a comma
Otumian
It will..