particaney 🐸🍲
Thanks alot for the fedback
Anonymous
Yes definitely kernel developers should know of functions not even present in the kernel
Sourabh
Anonymous
Anonymous
Let's say it does execute in an infinite loop
Anonymous
In a matter of a few seconds your system has been fork bombed
Sourabh
I guess it must be set right?
particaney 🐸🍲
Ohhh i get it now, thanks
Sourabh
Oh, I see.
particaney 🐸🍲
Sorry, but thanks alot you solved my question.
Sourabh
Exactly!
Som
Anonymous
bo.setName() -> bo.getName()
Som
Help me out guys!
Anunay
Anunay
In cout
Som
Yes it worked
Thanks a lot guys for helping me again!
Som
@clannad @anunaym14 thankx guys ❤
Anunay
👍
Henry
please can someone write a program to calculate octal value of a decimal
Anunay
Please specify the issue that you are facing.
noop
God have mercy on your poor colleagues 😂
Dima
he’s so… harsh
Dima
😹😹
Mar!o
Dima
lmao
︎ ︎ ︎ ︎ ︎ ︎ ︎ ︎ ︎ ︎ ︎ ︎ ︎ ︎ ︎ ︎ ︎ ︎ ︎ ︎ ︎ ︎
Som
Hey @MissRose_bot i cant do anything in this matter
I dont have high end camera
Som
Oh sorry from next time i will try to paste it
Dima
lol bruh
Anonymous
Som
I guess i got no one to talk with so bot is my only friend
Anonymous
Lmao
a young philosopher in an existential crisis
Patrick
Why does GDB sometimes jump around when using "next"? I swear I once managed to fix it but now I can't remember. It's meant to go to the next source line but it seems to 'jump' backwards a lot.
Guy
Have you tried using nexti? I'm currently debugging with GDB, and nexti works pretty well. Not sure what the difference is so sorry I can't really help 😅
Patrick
Even nexti skips backwards in source sometimes
Patrick
so it's the way my program gets compiled, I suppose, but it doesn't make sense. It's skipping back to unrelated source lines after a return
Patrick
This is after using "next"
Guy
can you send the function's code? or atleast the relevant part
Patrick
I've had it happen in another C++ project too though. Even with -O0
Guy
https://stackoverflow.com/questions/24388942/why-is-gdb-jumping-back-when-debugging-with-c-source-codes, perhaps that's the issue?
Guy
try compiling without optimizations
Patrick
Patrick
Even with `-Og`it's happening. And it's only today I've noticed it will skip back to where the return value was used previously
Hermann
why is i use uint8, nettle cast my uint8 value?
Hermann
Patrick
Guy
Ulu
hi
Dima
Chirag
Can anyone suggest me best IDE for C programming
Henry
visual studio code
Chirag
I want simple and stable
Felipe
Chirag
It is like zip file inside this there are different package of more than 2 Gb
Chirag
Thanx for this I will try this
Anonymous
Hello, in C++ what is the difference between a function and an inline function
And what benefit is there in using an inline function over a normal function?
Đỗ
inline function increase the speed when it be called
Đỗ
because it's sort of prefetch in memory of program
Đỗ
and its alloc and initial implement in stack memory, instead heap
Đỗ
so when you decide to write a function, 1st rule make it's very necessary
Đỗ
and as short as possible
Som
Artöm