c++ Programming Glossary: sourcecpp
Using 3rd party header files with Rcpp http://stackoverflow.com/questions/13995266/using-3rd-party-header-files-with-rcpp my cpp source file. Directory Structure RworkingDirectory sourceCpp theCppFile.cpp cppHeaders coolStuff.h The Code #include Rcpp.h.. of this answer. 2 If you want to compile the file with sourceCpp you need to cut and paste coolStuff.h into theCppFile.cpp ... into theCppFile.cpp . I am told there are exceptions but sourceCpp is designed to compile one .cpp file so thats the best route..
|