c++ - Windows String Formats -


this absolutely newbie's question.

i writing first c++ console application. retrieve command line arguments using commandlinetoargvw. second argument supposed integer, convert string integer. problem: atoi gets const char * commandlinetoargvw returns pwstr *. need start using conversion functions, or (hopefully) missing something.

thank you.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -