79725005

Date: 2025-08-04 14:02:43
Score: 1
Natty:
Report link

Make sure debugging symbols is loaded for libstdc++ . Can be verified using the info sharedlibrary command.

ptype a, prints the type of the variable a, in this case it is std::string

If you want to print the underlying structure, try inspecting the type of the object the address of a is pointing to.

ptype &a

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Muthuraj Ramalinga kumar