net
net
Anonymous
Some useful information: when u shift bits of int to right new bits are 1, when it's uint new bits are 0
according to ISO 9899 right shift on negative integers is implementation-defined and left shift of negative integers is undefined. So it is better to limit your left shift and right shift operations to non-negative integers
Anonymous
I told about right shift
and I said right shift on negative integers is implementation-defined. so your argument is wrong in general (there might be other valid implementation by different behaivior)
MATEI𝕏⚡️
Hi there. how can i find some information about the newest c++ standard ?
Chernykh
and I said right shift on negative integers is implementation-defined. so your argument is wrong in general (there might be other valid implementation by different behaivior)
Never met with necessary of bits shifting actually, only in discrete math where all shift definitions ain't implicitly. Okey, one more clarification: this behavior implemented in gcc9
MATEI𝕏⚡️
thx
MengShu
I don't know. I don't use MS...
It's ok. I just want to say if somebody is afraid of being bound with a corporate. He/she can still use VS with 3rd party compiler. This is still an option I think.
klimi
Uwu... OS?
Currently debian
NXiss7
Why not Ubuntu family?
klimi
I dont like ubuntu
NXiss7
Me too
klimi
Also they are too much user friendly
NXiss7
I use KDE Neon
NXiss7
Also they are too much user friendly
Have you ever reverse engineered something?
NXiss7
Hell, it's damn funny.... I do it for years, and it just gets better...
klimi
I have played ctfs
NXiss7
Bored? Just crush sone crackmes!
NXiss7
I have played ctfs
Owww, they're funny... 😄😄😎😄
klimi
They are fine
NXiss7
I also suggest using smali to modify apks to your likings...
klimi
Hm havent heard about that
NXiss7
Sometimes, I want to send modded apk to dev and say "this is how app should have been!" 😄😄😄😄
klimi
I see, good for you
NXiss7
Hm havent heard about that
It's like simple, basic asm of Android.
klimi
This chat is turning little bit into the offtopic section btw
NXiss7
すまん
NXiss7
Sorry.... 🤐
Nameful
Hm havent heard about that
It's Java bytecode
klimi
Sorry.... 🤐
Nah its fine just ... Warning you so you dont get into trouble
NXiss7
Thanks 😁😁
klimi
You can hop into the offtopic chat
NXiss7
#ot
NXiss7
You can hop into the offtopic chat
Thanks for sharing. I always get to offtopic 😄😄😄
Anonymous
hi
Artöm
Not possible with static typing
Anonymous
Lol, for Windows vs is the best. For Linux - what did you say.
Except that, like all microshit, it's bloated, slow and buggy
Anonymous
Anonymous
After that I guess it's smooth sailing
NXiss7
NXiss7
I also love having sources. I modify and change things as necessary and able to learn lot from it.
Anonymous
Getting error: String reference not set to an instance of a String. Parameter name: s
Anonymous
This error mean what
Artöm
Show the code
Anonymous
Artöm
This is C++ chat
András
This error mean what
This error means you should go to google.com
Anonymous
I will try but not give solution
Anonymous
Marshall
Could anyone explain me how to use fseek? I have seen and understood that is fseek(file_name, long int offset, SEEK_SET) (because i wanna go to the beginning) but i dont understand the long int offset part
Artöm
Do you know what offset is? In programming
Artöm
Difference between 2 values
Marshall
Well i have read what i got in google but i didnt rly understand it
Asdew
I think now could be a great time to teach what manuals are.
Marshall
Difference between 2 values
So i should put the difference between where im from the file and the beginning?
Marshall
Where you want to be
So if, as i said, i wanna go to the beginning of the file i should put pos-1 ?
Asdew
$ man fseek
Munashe
Hello people... Any one with IoT or C++ resources.. Please PM
Munashe
You using VB?
Anonymous
Munashe
Yes dude
So what is you working on... A database?
Dima
lol
Marshall
0, SEEK_SET
Ok thx :)
Anonymous
Using sql sever
View crystal report with sql report
MᏫᎻᎯᎷᎷᎬᎠ
10000+ members✨👏
Anonymous
Thanks
Guile
Hi everyone