I have been rambling through different threads on the cprogramming.com borad, and have noticed the function that follows.Now I don't know the proper name for this type of function, but from what I read from the thread was that this finction takes the "123" and adds it at position 3 to string s1. Now I would like to make a function similar to the one above, but my c++ book does not cover this type/style of function so I have no idea of how to make this type of function. I would look it up on the internet, but I don't know what to call this type of function. If someone would either give me a referance, or at least told me what to look under I would much apriciate it.Code:Mid(s1, 3, 0) = "123";
-JLBShecky



LinkBack URL
About LinkBacks


