cost 126 ms
C++ TEXT macro of TCHAR*

I am trying to create a TCHAR* variable by using but it wont even compile and says: A value of type const wchar_t* cannot be used to initialize an ...

Filling up a TCHAR array via for loop

I am trying to loop through a TCHAR array and for each loop iteration, convert the iteration number to a string and save it into the array. The code ...

2020-02-09 16:42:24   1   151    c++ / tchar  

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM