On 04/03/2020 14:46, Derrick McKee wrote:

Is it possible to write a tool using C++ instead of just C?

In theory, maybe, but the problem you're going to have is that
you have no run time library support - no libstdc+++ and not even
any libc. So there are probably various things that need run time
support that just aren't going to work and you're not going to have
any of the normal library data structures and things.

Tom

--
Tom Hughes (t...@compton.nu)
http://compton.nu/


_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to