Name: harlp 2008-02-26 4:04
anyone willing to help with c++ code?
i need to extract multiple characters from a string (specifically the last three from a 4 character string), and then make those into a string. is there a way to do this? or do i have to extract each of them seperately using string[1], string [2], string [3]?
and if so, how do i convert them into a string? :O?
HARLP.
i need to extract multiple characters from a string (specifically the last three from a 4 character string), and then make those into a string. is there a way to do this? or do i have to extract each of them seperately using string[1], string [2], string [3]?
and if so, how do i convert them into a string? :O?
HARLP.