Ибраги́м
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?
Dima
Anonymous
Reason fortnite ?
Anonymous
Wtf
klimi
Anonymous
klimi
How did that went through tho
Dima
When I have nothing to say I write ‘fortnite'
Anonymous
Mimi
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 ? 😲
Sky
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
Anonymous
Which Compiler is best for C++?
Anonymous
How to manually edit includepath in Visual Studio?
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;
}
😭🤣🤣
Kumar Vipin
Anonymous
So what is it?
Anonymous
and tell me how to configure it
Anonymous
for c++
Anonymous
even if it is not a compiler
Anonymous
i want to configure it for writing c++ programs
Anonymous
from hello world to Developing a Software
klimi
klimi
But visual studio code is only editor not idea as visual studio
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
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
Mat
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
Mat
ፌስ ፏዋ
ok
kartik
It’s related to production
Mat
Dima
Anonymous
Any c programming resources for placement purpose
klimi
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
klimi
Anonymous
Yeah
BinaryByter
klimi
Yeah
Have your read rules mate?