Displaying 1 result from an estimated 1 matches for "myout_filec".
Did you mean:
myout_filecpp
2007 Feb 04
2
Problem using ofstream in C++ class in package for MacOS X
...eC.R
and writeFileCpp.R.
While I can compile and execute my package w/o problems on Fedora Core 4,
I can only execute writeFileC.R on my Intel-MacBook Pro, but not
writeFileCpp.R.
Executing my functions I get the following output:
> library(MyClass)
Welcome to MyClass
> writeFileC("myout_fileC.txt")
[1] "outfile = myout_fileC.txt"
Writing file myout_fileC.txt using C style.
---MyClassA::MyClassA()---------
---MyClassA::WriteFileC---------
<20> records exported.
---MyClassA::~MyClassA()---------
[1] "writeFileC finished"
NULL
> writeFileCpp("myout_...