Introduction to C
Create your first C project
- Visual Sdutio on Windows OS
- codeblocks on Windows OS
- Xcode on Mac OS
The course of Computer Programming
- Computer Programming
- More details can be found in Rpubs
R packages
- All my
Rpackages calledC/C++to implement inner loops to speed up the computation. Details can be found in Softwares. - A tutorial for developing
Rpackages can be found in RPK. It also includes the tutorial for matlab callingC/C++. - R-package calling
Eigenwithout assistance ofRcpp, see example eigentest
Python package
-
All my
Pythonpackages calledC/C++to implement inner loops to speed up the computation. Details can be found in Softwares. -
A tutorial for developing
Pythonpackages can be found in PYPK. -
Develop Python package including
EigenofC/C++. This example shows you how to pack a python package including the third part library ofC/C++such asEigen.
