Code:#include <windows.h> #include <stdio.h> #include <tchar.h> int _tmain() { _tprintf(GetCommandLine()); return 0; }Code:D:\Temp\80>cl 80.cpp /D"UNICODE" /D"_UNICODE" Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.40219.01 for 80x86 Copyright (C) Microsoft Corporation. All rights reserved. 80.cpp Microsoft (R) Incremental Linker Version 10.00.40219.01 Copyright (C) Microsoft Corporation. All rights reserved. /out:80.exe 80.obj D:\Temp\80>80.exe iuhbiub oiono D:\Temp\80\80.exe iuhbiub oiono




Reply With Quote
