| | |
LPTSTR
Please support our C++ advertiser: Intel Parallel Studio Home
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
| Thread Tools | Search this Thread |
api array based beginner binary bitmap c++ c/c++ calculator char char* class classes coding compile compiler console conversion count database delete deploy desktop developer directshow dll dynamic dynamiccharacterarray email encryption error file forms fstream function functions game givemetehcodez google graph homeworkhelp homeworkhelper iamthwee ifstream input int integer lib linkedlist linker linux list loop looping loops map math matrix memory multiple news node number numbertoword output parameter pointer problem program programming project proxy python random read recursion recursive reference return rpg sorting string strings struct template templates test text tree unix url vector video visualstudio win32 windows winsock word wordfrequency wxwidgets





