I have been working with VB for some time. Now I give C ++ a shot, I came across strings, I cannot find a way to declare a string.
For example, in VB:
Dim Something As String = "Some text"
or
Dim Something As String = ListBox1.SelectedItem
What is equivalent to the above code in C ++?
Any help is appreciated.
Netinfo
source share