No announcements
Found 2893065 threads
-
4 Votes
How to convert char * to String ^?
How can i convert char * to Platform::String ^? I am geting char * from unmanaged dll and ...Answered | 4 Replies | 15961 Views | Created by ELRaymod - Saturday, April 14, 2012 9:53 AM | Last reply by hicooo - Tuesday, August 13, 2013 9:06 AM -
1 Votes
How to convert "char *" to "String^" in VC++?
Thanks! and How can I convert a String^ to a char array? I have: String^ str; char ...Answered | 3 Replies | 6584 Views | Created by RedHat_Doom - Wednesday, July 22, 2009 10:54 PM | Last reply by WayneAKing - Saturday, July 25, 2009 10:34 PM -
0 Votes
How to Convert char[1024] to String^
I am a fresh Visual C++ .NET Developer. Can you kindly guide me for How to Convert char[1024] to System::String I am ...Answered | 2 Replies | 5337 Views | Created by AnotherDayAnotherSegFault - Wednesday, February 21, 2007 12:44 AM | Last reply by AnotherDayAnotherSegFault - Monday, April 9, 2007 1:07 AM -
0 Votes
How to convert char string to Unicode?
Hi -- I'm looking for a simple way to convert an ASCII string to Unicode. More specifically, I've got a function that starts ...Answered | 7 Replies | 27236 Views | Created by Mark Minasi - Friday, August 25, 2006 4:02 PM | Last reply by Mark Minasi - Friday, August 25, 2006 4:52 PM -
4 Votes
who knows how to convert char variable to string
You are doing three mistakes: assigning a string to a char attempting to use a char as substitute for a ...Answered | 3 Replies | 3151 Views | Created by andrr - Monday, June 15, 2009 1:09 PM | Last reply by Marius Bancila - Monday, June 15, 2009 7:55 PM -
0 Votes
how to convert String^ to char*
: Cannot convert a managed type to an unmanaged type Does anyone know how I can do the conversion? Thanks a lot!Answered | 2 Replies | 4349 Views | Created by yj2000 - Thursday, September 13, 2007 8:13 PM | Last reply by yj2000 - Friday, September 14, 2007 3:26 PM -
2 Votes
How to Convert " const char* " to a "System::String^"
Hi, I have to convert a const char* in a System::String^. How can I do this?Answered | 2 Replies | 5233 Views | Created by marco.suma - Friday, June 12, 2009 4:56 PM | Last reply by marco.suma - Friday, June 12, 2009 5:50 PM -
0 Votes
How can I convert String^ to char* ?
How can I convert String^ to char* ? Here is somethingAnswered | 2 Replies | 4064 Views | Created by Kirill Ivlev - Friday, November 23, 2007 6:47 PM | Last reply by Simple Samples - Saturday, November 24, 2007 1:18 AM -
0 Votes
how to convert a string to "const char*" ?
On 8/22/2011 8:32 PM, FugersonHall wrote: how to convert a string , not a CString, to "const char*" ...Answered | 2 Replies | 3677 Views | Created by FugersonHall - Tuesday, August 23, 2011 12:32 AM | Last reply by bvrwoo_3376 - Tuesday, August 23, 2011 5:27 AM -
2 Votes
How to easily convert string to char
;=x.size();yy++){temp_name[yy]=x[yy];}//Convert String to Char for "fopen" infile = fopen(temp_name, ...Answered | 12 Replies | 2096 Views | Created by Jeffs_Programs - Wednesday, October 24, 2012 12:09 PM | Last reply by davewilk - Friday, October 26, 2012 10:32 AM -
0 Votes
How to convert 'System::String ^' to 'char *' (not const char*) in .NET 4.0
I found a number of articles on this conversion Did that include ...Answered | 2 Replies | 1212 Views | Created by can_thing_beat_hulk - Tuesday, October 28, 2014 1:48 PM | Last reply by WayneAKing - Tuesday, October 28, 2014 4:02 PM -
1 Votes
how to convert string to char array
And, to do the opposite, i.e. convert a char[] array to a String, I finally found this simple way: String str = ...Answered | 5 Replies | 86240 Views | Created by omp4u - Saturday, March 3, 2007 7:49 AM | Last reply by MosheYonatan - Wednesday, August 25, 2010 7:45 PM -
0 Votes
How to convert String^ to unsigned char[8] ?
Hello, How do I convert a String ^ to an unsigned char[8] ? The user enters a mac address in a file among other ...Answered | 3 Replies | 3517 Views | Created by bmerlover - Tuesday, November 10, 2009 6:08 PM | Last reply by bmerlover - Thursday, November 12, 2009 4:11 AM -
1 Votes
How can I convert char* to string?
Hellow I want to convert char pointer to string. This is sample code:Answered | 6 Replies | 7972 Views | Created by Faylol - Sunday, November 7, 2010 1:19 PM | Last reply by Jesse Jiang - Thursday, November 11, 2010 3:49 AM -
0 Votes
How do I convert char to string
convert "myWaferID" to String. The next step is to insert this to 2005 SQL ...Answered | 2 Replies | 3803 Views | Created by eclipz - Monday, February 18, 2008 1:02 PM | Last reply by eclipz - Monday, February 18, 2008 2:02 PM -
0 Votes
Convert NULL terminated char[] to string - How ?
terminated string, how can I convert it to a managed string that goes only up to the terminator. There must be a way of doing this since interop ...Answered | 1 Replies | 8360 Views | Created by dalterio - Monday, May 21, 2007 12:42 PM | Last reply by Parker Hillius - Axvius - Monday, May 21, 2007 9:58 PM -
0 Votes
(C++) How to convert std::string to char* [] (array of pointers to characters)?
tring format. The question is how to convert it to char* []. I've tried something like this, but it doesn't ...Answered | 1 Replies | 13206 Views | Created by lou_1 - Friday, August 10, 2007 1:48 PM | Last reply by einaros - Friday, August 10, 2007 3:44 PM -
4 Votes
how to convert string to char or vice versa
you can use this to convert string to a char: char[] myChar = theString.ToCharArray();Answered | 4 Replies | 340539 Views | Created by yeos_lee - Tuesday, December 5, 2006 1:21 PM | Last reply by coenturkey - Thursday, December 13, 2012 7:51 PM -
0 Votes
How to convert String^ to const char* in C++/CX
Hi all, Please can anyone help me to convert String^ to const char*. I have to pass image stream to my service from my ...Unanswered | 2 Replies | 2350 Views | Created by Pallam Madhukar - Wednesday, March 5, 2014 2:54 PM | Last reply by Pallam Madhukar - Friday, March 7, 2014 8:20 AM -
0 Votes
How to convert System::String^ to array<unsigned char>^ ???
char)sC->ToCharArray(1,1); } checksum += c; } This is the loop that wants to ...Answered | 1 Replies | 4684 Views | Created by Jeff® - Monday, November 5, 2007 5:18 PM | Last reply by Viorel_ - Tuesday, November 6, 2007 7:41 AM - Items 1 to 20 of 2893065 Next ›
No announcements