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

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -