Anonymous
Chernykh
Holy shit
Chernykh
Why r u using gdb only?
Anonymous
GDB support for me about skill debug deep
Anonymous
Who is Rose?
Anonymous
Holy shit
What are you Debug project?
Chernykh
Chernykh
Im using llvm in normal IDE)
Anonymous
Because I using operation system Linux ^^
Anonymous
Have you read the rules?
yeah i read the rules..
Usama
Hey I am a noob i need to know should i go with books or online tutorials on DSA please advice.
Chernykh
Because I using operation system Linux ^^
And what? I too use, moreover I use arch)) but this's not reason to make ur life more difficulty
Chernykh
Hey I am a noob i need to know should i go with books or online tutorials on DSA please advice.
Read books like "Modern c++", try to search latest standards and don't use C functions
Chernykh
In this case books is better
Mat
Hey I am a noob i need to know should i go with books or online tutorials on DSA please advice.
All of them. The more resources you use, the better. Than you can focus on what works best for you
Usama
Thank you so much was confused with what should i start with thanks man!
Hubert
Thank you so much was confused with what should i start with thanks man!
and u should practice while you read, it make u understand more :D
Chernykh
And don't do like that
Chernykh
Hubert
And don't do like that
that's right 😂
Chernykh
And like that
Chernykh
Mhhhh what, why?
klimi
Because I using operation system Linux ^^
I'm using Linux kernel too!
Mat
Mhhhh what, why?
I worked with it a pair of years. It doesn't really seems good atm
Mat
At least the common, weak, AI people talks about
Chernykh
Of else ahaha
Chernykh
Is not AI (joke not about u)
Chernykh
I touched it once, but it was python and it's really simple to the import numpy, scikitlearn and so on
Chernykh
Does anyone know about JetBrains mono font?
Chernykh
it's awful
Anonymous
vector<type_name>: is variable
Anonymous
{} is ???
András
{} is ???
List of element
András
Collection initializer
Spirit
...
Spirit
I think the point was that the '{}' didn't line up
Spirit
@Deumaudit
András
vector<type_name>: is variable
It's a type globalSalt is variable
Tanin
x=y=-1; ++x&&++y; cout<<x<<y<<endl; Output 0,-1
Tanin
x=y=1; ++x&&++y; cout<<x<<y<<endl; Output 2,2
Tanin
Why???
crt
Why???
because it's horribly coded
Tanin
because it's horribly coded
This question came in exam plzz tell why??
Tanin
I have searched google but not found
Tanin
what is y
Integer
crt
value?
crt
ah i see, again, horribly formatted
Anonymous
++variable_name? -> it inscrease value up 1
Anonymous
int y = 0; ++y; cout « y « endl ; —> output 1
Tanin
In 1 there is -1 and in 1 there is 1
Tanin
So why the out is different
Gregory
it's awful
It's obvious that init_list Ctor is chosen in this case, but why is this case awful?
Chernykh
It's obvious that init_list Ctor is chosen in this case, but why is this case awful?
awful is different level of "{" and "}"
Chernykh
These 2 pixels makes me crazy
Anonymous
int y = 0; ++y; cout « y « endl ; —> output 0
Gregory
awful is different level of "{" and "}"
ah, ok) But am I right about chosen c-tor iaint I?
Anonymous
sorry answer wrong
Anonymous
Chernykh
ah, ok) But am I right about chosen c-tor iaint I?
Oh how often u're in JetBrains office?
Dero
awful is different level of "{" and "}"
i think is more readable 'cause you can easley recignize that characters are separated in that point
Dero
btw you can change font ( is that visual studio? )
Chernykh
Tanin
x=y=-1; ++x&&++y; cout<<x<<y<<endl; Output 0,-1 Explain plzz
Gregory
Oh how often u're in JetBrains office?
almost never. Just an old snap )
dmitry
x=y=-1; ++x&&++y; cout<<x<<y<<endl; Output 0,-1 Explain plzz
if the first argument in the expression is not true, then the second makes no sense to calculate
Tanin
0 is not true
Tanin
Thnx man
dmitry
True
if you write with an operator or (||) the result would be 0,0
András
Why???
Becouse of logical operator