Relative Content

Tag Archive for c++node.jsmemory-management

C++ and Node.js Binding Issue

I am working on a C++ application that integrates with Node.js using the N-API (via napi) / node_api.h, where I expose C++ classes and methods to JavaScript. Specifically, I have a TEAM class with a vector of CTF_player objects, and I want to fetch a player’s name using the GetPlayerName method.