Is there a better way to remove the perceding 0's in a STL string?
for example 00000343203 = 343203
I have tried std::find but that took out all zeros which isnt what I want. Whats the best code for this?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 6 of 6
Thread: Best way to do thisThreaded View
|
Click Here to Expand Forum to Full Width |