Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / September 2004

Tip: Looking for answers? Try searching our database.

Concatenate char to String

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Poewood - 08 Sep 2004 23:07 GMT
Okay I know this is basic C++ but can someone tell me how to concatenate
char[] to string.
Ex:
char hexChar[]={'A','B','C','D','E','F'};
String *str ="A";

how can I do this:
str = hexChar[1] + hexChar[3]; or  str = str + hexChar[3];

thanx,
Poe
Tomas Restrepo \(MVP\) - 09 Sep 2004 02:35 GMT
> Okay I know this is basic C++ but can someone tell me how to concatenate
> char[] to string.
[quoted text clipped - 4 lines]
> how can I do this:
> str = hexChar[1] + hexChar[3]; or  str = str + hexChar[3];

If you're refering to System::String here, then the appropriate way would be
to use String::Concat(). You might want to make hexChar an array of
System::Char or wchar_t, instead, though...

Signature

Tomas Restrepo
tomasr@mvps.org

Poewood - 09 Sep 2004 03:15 GMT
Thank you will do.

"Tomas Restrepo (MVP)" wrote:

> > Okay I know this is basic C++ but can someone tell me how to concatenate
> > char[] to string.
[quoted text clipped - 8 lines]
> to use String::Concat(). You might want to make hexChar an array of
> System::Char or wchar_t, instead, though...

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.