cost 65 ms
How to match C++ LPSTR to C#

I'm actually learning C#/WPF and I wrote a library in C++. And I have a function that have an output parameter in LPSTR type, the test work well in C+ ...

Split LPSTR and add up values as a long

I am trying to take an LPSTR in C++ such as "12,30,57" and split it and then add up all of the numbers (they are all non-decimal) that are returned fr ...

2011-11-02 08:38:59   4   1011    c++ / lpstr  

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM