Ибраги́м
The GitHub Dp
Ибраги́м
Contributors Scarecrow
Ибраги́м
Ибраги́м
Either way the message is passed accross
Ибраги́м
Meh... Discord is damn great
Ибраги́м
Except for their shitty Desktop App
Ибраги́м
that eats RAM
klimi
Hi fffffffffff long time no see
Ибраги́м
Ибраги́м
klimi
Wow
Dork
Welcome
Rohit
@jussih you online??
Rohit
Jussi
Rohit
rather it should print this-
helmalo\0
howampraeyomu
@jussih
Anonymous
Hi guys
Jussi
Printing always terminates to NUL.
Rohit
is there any way to do this
Jussi
You are doing stupid things, it is not intended to be printed
Jussi
But ofc you can walk through the string char by char
Jussi
And print them
Jussi
If you know the length of the allocated string
Rohit
but my question, it there any way that i can write function to solve this ques,
or can we use unsigned char to solve this?? @jussih
Jussi
Ascii char is 7-bit, you should know that. Signedness doesnt mean anything
Jussi
And yes you can
元
元
There are 256 ascii characters
Rohit
And yes you can
Just try to edit in that ide.
and let suppose we know the length also, then how to do?
Jussi
Jussi
You are talking about some extended set
元
Jussi
Nou
https://www.asciitable.com/
元
Rohit
😂
Jussi
The standard table consists of 0-127 —> 7 bits of information
元
Rohit
Jussi
Sorry, I don't have time now
Jussi
Maybe you can figure it out yourself :)
Rohit
Alexzander
Anyone have an "understanding to linux kernel 5th edition" ebook?
Please pm me if anyone have this. Thanks
Dima
Anonymous
Can anyone have proxy firewall coding
Marko
Thanx will do
Anonymous
Is any software can convert hex code to c language..
Ariana
You cant
Ariana
You could use like ida pro pseudocode generator but it can fail horribly
Ariana
(by hex code i assume you mean shellcode)
Anonymous
Hex code generated by compiler.
Ariana
So you compile into executable?
Dima
Is noexcept keyword used just to tell that requested method will not throw any exceptions?
Hi guys
After compilation, I found in the .Data section duplicate method names with the prefix "AV".
How to delete this names from binary file
Compiler Visual Studio 2017
Prof
hi
Anonymous
Internet issue
Anonymous
Mostly
Anonymous
23994 not the right group
Anonymous
hello
Onur
what is the behaviour of the copy constructor if we defined like this?
someClass(const someClass& other) = default;
Igor🇺🇦
Onur
Dima
Not the right group
Dima
Max
of course we can fix your google search, browser or an internet connection. or call ISP. even more, we can fix a washer machine, reinstall windows, feed a dog, bring back your FB account.
that's what we do every day, right? because we are C++ programmers, and programmers means fixing your TV, right?. indeed, that's our job, who can even think differently?!
Max
"- What is your job?"
"- I'm a C++ programmer?"
"- Really?! So cool! By the way, my phone is glitching, can you take a look?"
"-PFFF!!! Of COURSE I CAN! WOULD YOU LIKE TO CONVERT YOUR NOKIA 3110 TO IPHONE?! I CAN I'M A PROGRAMMER, MOTHERFUCKER! HOW ABOUT SOLVING YOUR MATH EXAMS?! I CAN DO IT, I'M A FU-CK-ING *P*R*O*G*R*A*M*M*E*R*!!1111111"
Max
Sorry, I'm just boiling over
Max
Now I'm telling people that I'm an L1 supporter at some unknown e-commerce site. At least they will not force me to asnwer to their freaking tech questions.
Dima
lol bamboozled
Dima
yes this is a tech support (bobs head)
Igor🇺🇦
Even with the pointers?
Yes, it copies values of pointers. This may be undesired or not. That's why you have an option. To implement it yourself
Igor🇺🇦
They will point to the same address