Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRccp and C++ Atomics - question #936
Open
Comments
|
a question - no issues |
|
You can use whatever your C++ compiler supports. But see Writing R Extensions about doing it portably. The interface to R that Rcpp and other use is constrained to being a C interface over the basic R types we cover --but once you are in C++ you can do whatever language elements you like. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi All, Can someone please let me know what C++ atomic types and objects are available / accepted / transformed in Rcpp? I thank you. I want to use Rcpp from now on; MS Visual C++ is dreadful.