Anonymous
Awe what's up 😎
Anonymous
Anonymous
AA
Any one please send me the reverse a number using function
Dima
No.
AA
But why
Francisco
But why
Do it yourself
Francisco
It's not difficult
Francisco
If you find any problem in your code, ask
Francisco
We're not going to do that for you
Mihail
Any one please send me the reverse a number using function
Do you know how to split the digits of a number?
Pacman
hey
Pacman
what does malloc(0); do ?
miguemunoz
what does malloc(0); do ?
What do you think?
Pacman
should return NULL but it doesnt
miguemunoz
https://stackoverflow.com/questions/2022335/whats-the-point-in-malloc0
miguemunoz
"If the size of the space requested is zero, the behavior is implementation defined: either a null pointer is returned, or the behavior is as if the size were some nonzero value, except that the returned pointer shall not be used to access an object."
Pacman
i get it now
Pacman
thanks
Anonymous
is it possible to get a GLFWWindow by name
Anonymous
to like get the window pointer
Anonymous
Hey bro Sry by mistake
Mihail
@qlorg why are you deleting your messages?
Mihail
I'll have to warn you if you keep doing that
Anonymous
@qlorg why are you deleting your messages?
Because in the first one i found the solution so i won't spam
Mihail
That's not spam
Mihail
Just leave them
Anonymous
Just leave them
OK thank you !
Anonymous
Can anyone send me some good projects on c++
Anonymous
Github
Okay ....can u send some links if u don't mind
Anonymous
klimi
Good night
Dima
Good
Anonymous
Good night
Sleep well bruh!
Anonymous
Did anyone participated in gsoc 2019?
Anonymous
Nobody???
Nameful
No, it was completely empty
Anonymous
I didn't get you!bro
Anonymous
I guess no one is interested
Anonymous
Okay.. GN
Anonymous
For what?
Projects for......to learn new skills .....
Mihail
For what?
totally not for school lol
Mihail
True that
yeah well no one is going to link you to a project so you can give it to your teacher and say you made it just fyi
Anonymous
Lol
Francisco
You learn from projects when you're already experienced with the language, and even then you sometimes don't learn anything because there's many things wrong
Anonymous
Hi how can i reverse c compiled program ?
Nomid Íkorni-Sciurus
Nomid Íkorni-Sciurus
you could get a fair approximation though.
Anonymous
you could get a fair approximation though.
If i use strings tool i get much information
Nomid Íkorni-Sciurus
Anonymous
you could get a fair approximation though.
only need to orginaze that , somthing like that
Anonymous
i can see strings like strlen and more
Nomid Íkorni-Sciurus
only need to orginaze that , somthing like that
there are softwares like IDA Pro and Radare which can build an approximation of a working C code, but don't expect it to be like the original one.
Nomid Íkorni-Sciurus
i can see strings like strlen and more
Again, useless if not in context - you would still have to read some assembly to unscramble the logic.
thecoderbot
Thank you. Yes I did.
Anonymous
hey the program is getting terminated after throwing a exception, but I don't want to the program to terminate after catch statement, how to overcome this?
Anonymous
try{} catch() {} Then call .what() method from exception object
ok letme see first what .what() means 😅. Thanks
Jussi
after catch-statement...?
Anonymous
after catch-statement...?
shall i send the code?
Jussi
sure
Jussi
send that try-catch block
Anonymous
it is a problem at hackerrank
Jussi
could you use a paste site?
Jussi
and only paste the needed part of the program
Jussi
also why are you catching ints and char*s?
Anonymous
ok, I don't know much about catch and throw
Anonymous
ok i figured it out sorry & thanks 🤦🏻‍♂️😅
Anonymous
@gameraccoon i finally solved the problem. Based on your algorithm. Thanks a lot
Hakker
i want to read word from 2nd line in c, using file handling