klimi
And it says "please share"
MᏫᎻᎯᎷᎷᎬᎠ
Logical
klimi
+the person he ia
klimi
Is
MᏫᎻᎯᎷᎷᎬᎠ
Is what
klimi
^ he sent some APK and other file
klimi
Without reason or anything
MᏫᎻᎯᎷᎷᎬᎠ
MᏫᎻᎯᎷᎷᎬᎠ
Yeah it's probably a spam
klimi
^^
Anonymous
At the moment I need to work on Windows at work, with VS. And I mostly use WinAPI. This is so painfull...
Anonymous
I wonder if anyone uses WinAPI by one's own choice
S.
Notepad++ is built by WinAPI
S.
brave man
Anonymous
ouch
Khiati
hello everyone , i have an exercice about using signals in C and fork , so that the father can write pair numbers and the son impair ones , and they have to be in order
Khiati
i tried to use sigcont & sigstop using kill , but still itsn't working
Khiati
i tried wait either but i didn't really know how to work with it
SJ
Hello friends
MᏫᎻᎯᎷᎷᎬᎠ
Hey sir
Dima
Welcome
klimi
Hey madam
Sid Sun
I wonder if anyone uses WinAPI by one's own choice
I doubt anyone who knows how to work with linux and Mac chooses to use anything Windows
Mihail
So like {1, 2, 2, -1} should be found in {8, 4, 5, 5, 2, 4, 4, -1, 7}
Mihail
Firstly from pos 1 to pos 4 and secondly from pos 4 to pos 7
Mihail
Which would be {... 4, 5, 5, 2, ...} and {... 2, 4, 4, -1, ...}.
BinaryByter
But he needs to find a relation not the exact same values.
however, by rephrasing the problem, you CAN still have it be that question
BinaryByter
by encoding the arrays as an array of "stays same" "increases" "decreases"
Anonymous
I doubt anyone who knows how to work with linux and Mac chooses to use anything Windows
I know some "Windows devs" who dislike *nix and prefer Windows as a development env
Anonymous
Hardcore masochists
Anonymous
Yep
Badugar
Is it so bad ?
Badugar
Maybe they like it because nearly everything in Windows is flashy-coloury-blinky-bouncy
Anonymous
I can't speak for others, but yeah, it is
Anonymous
If you want to use something like C / C++ -> The pain beginns If you want to use something diffrent like MSVC for compiling -> The pain grows If you want to use many libraries and try to integrate them into your env -> Oh my god
Khiati
why you guys care only about the easy questions :)
Anonymous
And WinAPI is the ultimate pain
Dima
And WinAPI is the ultimate pain
Dirty and uncomfortable pain
Anonymous
Hello and happy new year!
Anonymous
Got a question, why does pow(5,2) return 25 and int(pow(5,2)) return 24? Very confusing.
Ariana
Float error thingy?
Ariana
Maybe cuz pow does like e^(log5 • 2)
Anonymous
Cause pow returns a floating pointer number and you truncate it to int
Anonymous
😳 ohh
Anonymous
Thank you
Muhd
Dafuq
What
Anonymous
nothing
Sid Sun
lol, there was a silly error in my code causing a segfault, i had an array which wasn't even being used
Sid Sun
https://github.com/Sid-Sun/codeMKII/commit/2209e1d394d766b0a259d1542f09fe337f9beaa0
Anonymous
Nice^^
Anonymous
/report
Anonymous
/ban horny and dumb
Badugar
😆
MᏫᎻᎯᎷᎷᎬᎠ
Anonymous
C++ isn't painful, IF you program with modern paradygms
C / C++ was allways painfull on windows, it doesn't depends om the paradigm you use^^ its the env
BinaryByter
Well okay
BinaryByter
yea
Talula
C++ isn't painful, IF you program with modern paradygms
I.e. if you plan to make a program for 2 week and then write the code in next 10 minutes.
BinaryByter
on windows, programming is painful
Anonymous
Yeag
Talula
on windows, programming is painful
Nope... use C# on Windows it's easy... because you're allowed to fall
BinaryByter
C# is cool
BinaryByter
but slow
Talula
C++ is hard on Windows because MFC and microshaft shit classes are garbage.
Mat
It's nearly the only thing that go kinda right there