![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Expert Programmer
|
char to string in C++
How do you initialize a string as a character in C++?
In Java you would use: char c = 'c'; String str = Character.toString(c); Also, how do you convert a character to a string in general? |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|