wchar_t to char[]

M

Manoj Jangid

hi how do i convert wchar_t* to char[128] or char[128] to wchar_t*

Kind Regards
 
A

Alf P. Steinbach

* Manoj Jangid:
hi how do i convert wchar_t* to char[128] or char[128] to wchar_t*

That depends on what the data is.

You might check out "widen" and "narrow" in the C++ standard library, as
well as the conversion functions in the C library, and see if they help.

Cheers, & hth.,

- Alf
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,053
Latest member
BrodieSola

Latest Threads

Top