| | |
LPTSTR
Please support our C++ advertiser: Programming Forums - DaniWeb Sister Site
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: 1684 | Replies: 2
| Thread Tools | Search this Thread |
Tag cloud for C++
6 api application array arrays based beginner binary bmp c++ c/c++ calculator char char* class classes code compile compiler console conversion convert count data delete deploy dll download dynamiccharacterarray encryption error file format forms fstream function functions game givemetehcodez graph homeworkhelp iamthwee ifstream input int java lib lines list loop looping loops map math matrix memory newbie news number numbertoword output pointer problem program programming project python random read recursion recursive reference return rpg search simple sort sorting spoonfeeding string strings struct temperature template templates text text-file tree url variable vector video visual visualstudio void win32 windows winsock wordfrequency wxwidgets





