Hello, I recently posted a question about the Linux DD command and got great responses to my question. (i.e. How does the DD Program in Linux work internally (programatically)?
I have a followup question to the same topic.
Is there a version of DD written in C++? The example I was provided in my aforementioned question was written in C and I don't "computer speak" C very well.
*** Point of clarification. I do understand C, but haven't coded in C for decades. I would much rather use C++ that contains Classes as I explained to Andy in his post below. ****
It would be great to see a version written in C++ or in C# (if that is even available, which I doubt, because C++ runs more at the hardware level than C#, but I don't know if there is).
So, my question here is -- Is there a version of DD written in C++ or C#? and if so, does anyone have a link to an example of the code?