Thanks for the response. That's what I am seeing in my initial test, as I am getting undefined reference errors to std::cout during linking.
On Wed, Mar 4, 2020 at 10:16 AM Tom Hughes <t...@compton.nu> wrote: > > 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/ -- Derrick McKee Phone: (703) 957-9362 Email: derrick.mc...@gmail.com _______________________________________________ Valgrind-users mailing list Valgrind-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/valgrind-users