DEV Community

Pedio Troni
Pedio Troni

Posted on

C++ Coding problem, unanswered!

Dear Friends Hello
I have an unanswered question at the link below:
https://stackoverflow.com/q/62509086/5155895
Hope if someone can help me to solve my problem.
Thanks in advanced.

Top comments (2)

Collapse
 
phlash profile image
Phil Ashby

I had a look at your SO question - it's a bit confused, and appears to use types and functions that are not part of any standard library, which is probably why no-one feels able to help as you are outside their experience.

I assume you have gone looking for reference implementations of this popular technology? There appear to be many examples of open source clients that work, and a busy forum dedicated to the C++ reference implementation amongst other. I would expect you to find sample code and advice easier to come by there :) forum.ethereum.org/categories/code...

Collapse
 
pediotroni profile image
Pedio Troni

I am using Embarcadero C++Builder 10.2
TAnsiString is using by them and compiler can understand it.
I wrote my own Library for sha256() and keccak() from other open source projects which can handle AnsiString, instead std::strings and char *
Thank you for your considerations.
:-)