Please tell me, how to include a javascript header file or javascript function in C++ code. The C++ code is written in Linux(UBUNTU)?
Although i nee
You might want to port your JS to C++; this should be a fairly simple task, as the two languages are moderately alike.
Simply porting the functionality is likely to be far simpler than actually trying to use a JS parsing library, and likely less error prone.