File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ ### node.native vm
2+
3+ this is an experimental C++ module system based on roadmap & milestone discussions
4+
5+ * < https://github.com/d5/node.native/issues/26 >
6+
7+
8+ ### DL & Compiler References
9+
10+ * [ Dynamic Loading Wiki] ( https://en.wikipedia.org/wiki/Dynamic_loading )
11+ * [ Dynamic Library Programming Topics] ( https://developer.apple.com/library/mac/DOCUMENTATION/DeveloperTools/Conceptual/DynamicLibraries/000-Introduction/Introduction.html )
12+ * [ Clang compiler front end] ( http://clang.llvm.org/docs/index.html )
13+
14+ ### C++11 References
15+
16+ * [ C++11 TR Draft & Complete Reference, 2011] ( http://www.open-std.org/jtc1/sc22/wg21/ )
17+ * [ C++11 Wiki] ( https://en.wikipedia.org/wiki/C%2B%2B11 )
18+ * [ C++11 FAQ from Stroustrup] ( http://www.stroustrup.com/C++11FAQ.html )
You can’t perform that action at this time.
0 commit comments