Real-Time applications

  • Thread starter Thread starter RealTimeC++
  • Start date Start date
R

RealTimeC++

I am thinking about tring to use Visual C++ .NET to
develop some real-time applications. I was wandering if
there are any issues with timing with the GC, and what is
the interaction between the use of Unmanaged C++ and
Managed C++? I am looking to get real-time resolution
down to under half a second, and the application is going
to be pretty large and most likly multi-threaded. Any
comments out there about doing this?
 
Back
Top