| | |
LPTSTR
Thread Solved |
•
•
Join Date: Apr 2008
Posts: 2
Reputation:
Solved Threads: 0
does anyone knows how to conver from LPTSTR to std::string or std::wstring ?
example : i want to convert f_path to abc ang def...
thanks in advance
example : i want to convert f_path to abc ang def...
C++ Syntax (Toggle Plain Text)
LPTSTR f_path; std::string abc; std::wstring def;
thanks in advance
•
•
Join Date: Apr 2008
Posts: 2
Reputation:
Solved Threads: 0
yes.. but since i set my project setting to process UNICODE, it cannot work...
but it works when i tried hehe..
thanks for replying
but it works when i tried
C++ Syntax (Toggle Plain Text)
def = f_path
thanks for replying
![]() |
Similar Threads
- How to access LPTSTR data in VB (Visual Basic 4 / 5 / 6)
- Help me understand this code (C)
- Windows API functions to read and write files in C (C)
- Problems with changing values returned by RegQueryValueEx (C)
- I want the code of a certain function (C)
- Is this possible? Is there a better approach? (C++)
- From chester Heres all the code. Sorry but I just encluded the code in here (Database Design)
- Error Linking KeyLogger.exe (C++)
- GDI (C)
Other Threads in the C++ Forum
- Previous Thread: use of function
- Next Thread: Directed graph
Views: 2106 | Replies: 2
| Thread Tools | Search this Thread |
Tag cloud for C++
6 algorithm array arrays assignment beginner binary c++ c++borland c/c++ calculator char class classes code compile compiler constructor conversion convert count delete dll dynamic encryption error file files filestream form forms fstream function functions game givemetehcodez graph graphics gui homework iamthwee input int lazy link linker list loop loops math matrix member memory newbie news number object objects opengl operator output parameter pointer pointers problem program programming project qt random read reading recursion recursive reference return server sort spoonfeeding string strings struct student studio template templates text time tree variable vc++ vector video visual win32 window windows winsock wordfrequency wxwidgets






