Call C++ function from Node.js
Reference: Node.js Documentation C++ Addons
npm install -g node-gyp
node-gyp configure build
// node-gyp configure
// node-gyp build
Just return a string "Hello World!" from C++.
A function to calculate Fibonacci sequence with:
- Passing arguments
- Throwing exceptions
- Callbacks
Add
some students to a class (Clazz)
, and finally show who are in the class.