VRPN server data storage in C++

About Brain Computer Interfaces, EEG, neurofeedback, related event announcements, jobs, etc.
Post Reply
cbr0wn
Posts: 9
Joined: Tue May 29, 2012 5:03 pm

VRPN server data storage in C++

Post by cbr0wn »

I have seen posts about http://www.thewired.be/blog/wp-content/ ... enViBE.zip and I gave it a try myself. I was able to print signals in command prompt using Visual C++. I was wondering if anyone knew how to save this data to a file in a C++ application. Thanks for the help!

ddvlamin
Posts: 160
Joined: Thu Aug 13, 2009 8:39 am
Location: Ghent University
Contact:

Re: VRPN server data storage in C++

Post by ddvlamin »

I guess by using one of the standard IO libraries

http://www.cplusplus.com/doc/tutorial/files/
http://www.cplusplus.com/reference/clib ... o/fprintf/

Hope this helps,
Dieter

Post Reply