Hi,
Yes the VC++ version also has peak finding. Its called PeakDetector:
CNiPeakDetector m_PeakDetector;
m_PeakDetector.DetectPeaks(m_yData,CNiPeakDetector::Peaks,m_fThreshold,m_nWidth);
However sometimes it doesnt find ALL the peaks, maybe due to the two params width and threshold.
Hope this helps a bit.
Miklos