Re: Write new tool in C++?

Tom Hughes via Valgrind-users <[email protected]>
Newsgroups gmane.comp.debugging.valgrind
Message-ID <[email protected]>
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 ([email protected])
http://compton.nu/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.