-
Vc++
Hi Pals,
Sorry about posting this on a wrong forum but I thought that I could get help fast here...
I have a VC++ program and there is a string.
For example,
Name = "Nanduri Yagna Narayana Jagan Mohan";
I need to get 4 characters from left.
I know that I need to use left function but not sure how to use it...
Can some one help me....
-
There is no intrinsic Left function in C++, but here are a bunch of string functions from jim mcnamara.
http://www.vbforums.com/showthread.p...=left+function
:)