I've read a lot of the posts here giving profiling advice but I need to ask this.
From what I can tell, visual c++ express doesn't generate a debugging file that is used by profiler
programs. I tried AMD Codeanalyst and it seemed to work fine except none of the routines in my
program were identified. -just a lot of "unidentified modules".
I'm new to c++. I'm used to the simple profiler used by python. Simple, I assume, because the
language is interpreted.
I appreciate any insights.
ps. is the rotation of the steering wheel the derivative of the rotation of the car?