Quote:
Originally Posted by Deflect
I'm somewhat rusty in C++, and want to test the flow of logic in some parts of my code. Is it possible to use Windriver to create a normal c++ program that I can test without a robot?
|
No. You should use something like DJGPP on Windows or gcc if you have a Linux machine.
-Joe