c++ Programming Glossary: thecppfile.cpp
Using 3rd party header files with Rcpp http://stackoverflow.com/questions/13995266/using-3rd-party-header-files-with-rcpp file. Directory Structure RworkingDirectory sourceCpp theCppFile.cpp cppHeaders coolStuff.h The Code #include Rcpp.h #include cppHeaders.. awesomeSauce someInput return someOutput I get the error theCppFile.cpp 2 31 error cppHeaders coolStuff.h No such file or directory.. structure so the function it contains can be used by theCppFile.cpp 2 How do I call coolStuff.h in the cpp files Thanks again for..
|