Hi,
Im new to c++ and semi experienced at vb.
I need to know how to convert a integer type variable for example to a string type (char?) variable Is there some keyword or easy way to do this that im missing?
My question is, how do I do this in c++?:
dim newVar as integer = cint(stringVariable)
or
dim newVar as String = cStr(numberVariable)
I need to set a integer variable to a string see? Let me know, thanks.
-JBD
