Ибраги́м
https://blog.jetbrains.com/rscpp/cpp-quiz-cpp-russia-2019/
Anonymous
do { input = getSingleNumOp(); } while (!isValid(input)); so do always execute once, then cond is checked?
Anonymous
Reason fortnite ?
Anonymous
Wtf
Anonymous
Yep
Thats weird reason
klimi
How did that went through tho
Dima
When I have nothing to say I write ‘fortnite'
Mimi
I think it SOO offtopic
BinaryByter
cool
Sky
It was posted in the other chat
Sky
Ot
BinaryByter
LOL in the armeabi-v7a version of it, theres something VERY strange
BinaryByter
they extended all the way to the bottom of the program
BinaryByter
however they change
BinaryByter
see the two colons of "M"s?
BinaryByter
and they change progressively into the alphabet
BinaryByter
like
BinaryByter
M N O P Q R S
BinaryByter
until Z
BinaryByter
and then it continues with [
BinaryByter
WTF?
BinaryByter
you can't tell me that they are encoding something in there
BinaryByter
something I noticed when hexdumping libflutter.so
BinaryByter
any thoughts on what that could be?
psy4
that's racist AF, why would you post something like that here ? 😲
psy4
you know what else's funny
Anonymous
Hello
Anonymous
Anyone there?
Anonymous
I have a problem
Anonymous
I searched a lot did all things but my compiler that is Visual Studio Code is not running
Anonymous
Can anyone there help me with this
Anonymous
c++20 feature: is_constant_evaluted()
Anonymous
Mam I am beginner so i can not understand what you said
olli
Mam I am beginner so i can not understand what you said
to just ask your question and not to ask "anyone there?"
Anonymous
Which Compiler is best for C++?
Anonymous
How to manually edit includepath in Visual Studio?
olli
Which Compiler is best for C++?
there is not best. MSVC is a good compiler
olli
How to manually edit includepath in Visual Studio?
https://docs.microsoft.com/en-us/cpp/build/reference/vcpp-directories-property-page?view=vs-2019
Anonymous
#include <stdio.h> Int main () { Char abdi is fucked; Printf("enter how abdi is fucked"); Scanf("%char",&realy fucked by the exams ); Printf("fucked already=%char"&fucked); return 0; } 😭🤣🤣
Anonymous
So what is it?
Anonymous
and tell me how to configure it
Anonymous
for c++
Anonymous
even if it is not a compiler
olli
and tell me how to configure it
what do you want to configure?
Anonymous
i want to configure it for writing c++ programs
Anonymous
from hello world to Developing a Software
klimi
But visual studio code is only editor not idea as visual studio
olli
i want to configure it for writing c++ programs
https://docs.microsoft.com/en-us/cpp/overview/visual-cpp-in-visual-studio?view=vs-2019 will tell you everything you need to know to configure Visual Studio - happy reading
Anonymous
ok thanks
Anonymous
i will read it
Anonymous
and tell you if it can solve my problem
Dima
What the... new vector<> lol.
olli
I would consider both (really) bad.. What are you trying to do?
Mat
But emplace back calls new T(args) where args are vector.emplace_back(args) 🤔
olli
But emplace back calls new T(args) where args are vector.emplace_back(args) 🤔
emplace_back rather uses placement new since the storage is contiguous (or move assignment/ctor)
olli
i basically have no fucking idea what im tryna do. » That's likely to be the issue Since you allocate dynamic memory the difference is basically pushing back or emplacing a pointer. Since a pointer is relativly small this shouldn't really matter.
Pavel
Not sure if it's somehow true for adding pointers
Mat
Shouldn't push_back be faster than emplace_back? With the first one you should avoid placement-new, am i right?
olli
This case
I don't see the reason to use emplace_back in the first example... But it should be basically the same, either move ctor or move assignment
ፌስ ፏዋ
ok
kartik
It’s related to production
Anonymous
Any c programming resources for placement purpose
Anonymous
I m a python programmer...I want to shift to c programming because of the job interview ..they just ask c programming for non Cs background
Anonymous
Yeah
BinaryByter
klimi
Yeah
Have your read rules mate?