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
R
packages calledC/C++
to implement inner loops to speed up the computation. Details can be found in Softwares. - A tutorial for developing
R
packages can be found in RPK. It also includes the tutorial for matlab callingC/C++
. - R-package calling
Eigen
without assistance ofRcpp
, see example eigentest
Python package
-
All my
Python
packages calledC/C++
to implement inner loops to speed up the computation. Details can be found in Softwares. -
A tutorial for developing
Python
packages can be found in PYPK. -
Develop Python package including
Eigen
ofC/C++
. This example shows you how to pack a python package including the third part library ofC/C++
such asEigen
.