c++ Programming Glossary: coolstuff.h
Using 3rd party header files with Rcpp http://stackoverflow.com/questions/13995266/using-3rd-party-header-files-with-rcpp party header files with Rcpp I have a header file called coolStuff.h that contains a function awesomeSauce arg1 that I would like.. RworkingDirectory sourceCpp theCppFile.cpp cppHeaders coolStuff.h The Code #include Rcpp.h #include cppHeaders coolStuff.h using.. coolStuff.h The Code #include Rcpp.h #include cppHeaders coolStuff.h using namespace Rcpp Rcpp export double someFunctionCpp double..
|