Re: [R] pass a vector to C++

2009-06-25 Thread Dirk Eddelbuettel
On 25 June 2009 at 17:39, Ivo Shterev wrote: | Does anyone know how to pass a vector of strings, for example "c("1", "2", | "3") to a C++ function? Should the input argument to the C++ function be | vector*? For the basic mechanics of making R and C/C++ talk, see the 'R Extensions' manual that c

[R] pass a vector to C++

2009-06-25 Thread Ivo Shterev
Hi, Does anyone know how to pass a vector of strings, for example "c("1", "2", "3") to a C++ function? Should the input argument to the C++ function be vector*? Thanks a lot! Ivo __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/list