Daniele°
ucontext is deprecated by posix standarts
isn't deprecate, but not reccomended
Daniele°
And I use Linux and not interessing of posix
Aquib
Here is a heavily annotated book of code used in Linux kernel (Mostly C)
Aquib
http://www.oldlinux.org/download/ECLK-5.0-WithCover.pdf
Errol
Is there anyone who is using Termux on Android to program in C/C++? I'm having problem running my codes, terminal always output "Hello world" the program i have written for test purposes long ago. It does nót want to output current program I'm working with at thát time...
Kat
Pls don't code on a phone
Aquib
Yes
Aquib
Very detailed infact
Aquib
Also free
Liam
The author.
Anonymous
Wow
Aquib
Do you know him?
Liam
Not in the real world, but I've communicated with him serval times for the book, by email.
klimi
That's so nice wow
Aquib
👍
klimi
Welcome
Anonymous
hi
klimi
Welcome
Anonymous
?
Anonymous
Welcome
Thank you
Anonymous
Pleasure is all mine.
itsmanjeet
Will it cause any issue if my library contain lot of functions (around 100 to 200 ) And in a particular program i need only one or two Like size or speed in program
Liam
no
itsmanjeet
The program only link with the fuction used not to the complete library ??
Liam
Hmmm
itsmanjeet
Ok thanks
Liam
Your linker will linik all object files together, and only resolve those symbols that are related to the functions called by your program. Those symbols related to no-called functions will also be linked into your program, but will never be used.
german oak
Liam
The only issue is that they might make the .text section larger than needed and thus occupy more memory than needed.
Liam
No any other run time issue.
Niko
Can someone help me figure of How we can relate blockchain and c++
Liam
@sainishaab
Niko
Can we build blockchain with c++
Michael
How did you write this code
Niko
You can
Can you elaborate?? Thanks in advance
Nameful
Can you elaborate?? Thanks in advance
What do you want to know exactly?
Liam
Can you elaborate?? Thanks in advance
Blockchain is just an algorithm, you can use any programming language to implement it.
Liam
So... strange question.
Niko
Yes but it is easier to implement in some than others so I wanted to know if c++ was a viable option
itsmanjeet
The only issue is that they might make the .text section larger than needed and thus occupy more memory than needed.
Oh fk But the size symbols is comparable to program ?? like smallest program is of 300KB
Mat
Can you elaborate?? Thanks in advance
We'll not give you the code :)
Niko
We'll not give you the code :)
The point is I wanted to write it myself haha no need thank you :)
Mat
The point is I wanted to write it myself haha no need thank you :)
Just to make sure you're one of the good guys. Seems so
Michael
Which?
What does RE and BH stand for?
Mat
How did you write this code
That's a sticker🤔
Liam
Oh fk But the size symbols is comparable to program ?? like smallest program is of 300KB
I cannot understand you clearly. Symbols are just plain strings, and thus they will not cost too much memory space. On the other hand, contents in .text section will. Contents in .text are function bodies.
itsmanjeet
The only issue is that they might make the .text section larger than needed and thus occupy more memory than needed.
This also happens if i make multiple libraries but one header file of all these libraries ??
german oak
What does RE and BH stand for?
Re - reverse. Bh - bug hunting, ofc
Nameful
Does anyone have any resources about sockets to suggest?
Talula
https://www.geeksforgeeks.org/socket-programming-cc/ Go ahead kill yourself
Nameful
I've been struggling to find this
Talula
Programming sockets in C++ is like killing yourself
Nameful
(The client)
Talula
For sockets use C#
Liam
no discomfortable figures, thx.
Nameful
For sockets use C#
It's for a project where the rest of the code is in C++, is this a reasonable choice still?
Talula
Why?
Monks have already killed themselves... what's left in their life not to do C++ programming for sockets.
Talula
It's for a project where the rest of the code is in C++, is this a reasonable choice still?
I wouldn't suggest calling C# managed code from C++ unmanaged.
Michael
Re - reverse. Bh - bug hunting, ofc
How did you become one? What should I be good in to master RE
german oak
How did you become one? What should I be good in to master RE
to read book "binary hacks'. Available only on japanes
Michael
Can you share the english
german oak
Can you share the english
No english, sorry
Michael
What linux distro is good for doing re