Mykyta
BinaryByter
😆I know
BinaryByter
I already told it to you
Mykyta
😂
klimi
:)
Muhammed
/
Abdulaziz
👍
Jabir
How to create software
Lish
😕
Jabir
Any have website???
Abdulaziz
klimi
cool
Jabir
Hlo????
YASH
Dude you have chosen manual installation plz choose auto installation
klimi
well
klimi
sure
BinaryByter
no
BinaryByter
C++ can't do sloppy pointer type conversions
BinaryByter
which is why you cannot use malloc as trivially as in C
BinaryByter
(which is a good thing)
Anonymous
Any one can gaive the link for sql group.....
BinaryByter
but else, yea, it can, mostly
BinaryByter
oh wait no
BinaryByter
the headers
BinaryByter
<stdio.h>
BinaryByter
in C++ its <cstdio>
BinaryByter
but most compilers have <stdio.h> anyway
BinaryByter
(just know that they are NOT guaranteed to be there)
BinaryByter
you CAN use C dependencies in C++
BinaryByter
(in most cases)
BinaryByter
if you want them to be linked like C, just do
extern "C" {
}
BinaryByter
wait no
BinaryByter
that just does name mangling like in C
Anonymous
BinaryByter
you should consider using a C++ wrapper to sockets
BinaryByter
PoCo, for example
BinaryByter
no
BinaryByter
you are not going to do that
BinaryByter
python and nodejs are just disgusting
BinaryByter
okay
Ariana
Anonymous
reads from the socket at most 1024 bytes
BinaryByter
;-;
pointer type safety is super important
Anonymous
with C++ nothing changes, you still have to link against ws2_32 to use Winsock2
Zeus
Is oop dying?
Zeus
no, why would it?
Don't know either.. just heard some rumours 'bout people preferring functional based programming over oop
Mihail
there definately are cases where you'd prefer functional, but no oop isn't dying
Zeus
Zeus
It helps to classify ur code n much more
Mihail
That's not a question
Mihail
That's a request to do your homework
Mihail
And no one will do that for you
Mat
/warn no "do it for me" or homework requests allowed
Mat
If you have a question about something, make one as
Mat
#howtoask
klimi
Mat
klimi
Yo
Anonymous
Hi everyone. How I can to stop the execution of the thread? I can detach the thread but it will continue to use resources. Correct me if I'm wrong.
klimi
Pkill?
S.
Or better, return from the thread
Anonymous
/Hello! What better for beginner - java or c/c++?
S.
Anonymous
Yes it’s safer
Thank you for the answer. Can you advise me a source where I can learn more about multithreading?
Anonymous
S.
S.
So ... what’s the scenario?
Anonymous
So ... what’s the scenario?
I can use a vector of threads and vector of control variables. If control variable is set to false appropriate thread should to terminate itself? But how to organize the termination?
S.
Anonymous
/rules
Vishal
I have problem with one program
Vishal
Anyone that can help
S.
Vishal
Input=5
Output=543212345
Using single looking
Vishal
Loop
Dima
lol