Displaying 1 result from an estimated 1 matches for "mysubrutin".
Did you mean:
mysubrutine
2003 Sep 24
1
weird behaviour when calling c++
I am using 1.7.1 in a PC ( redhat 9, linux )
I created a subroutine in C++, mySubrutine, to be used in R. To debug this
subroutine I have a main routine in C++ that calls mySubrutine. The only thing main () does is to provide mySubrutine with its
arguments
(this is the easiest way for me to debug subroutines written in
C++ and intended to be used in R ).
I also have a version of th...