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

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

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -