|
-
Sep 29th, 2002, 06:04 AM
#1
Thread Starter
Fanatic Member
Newbie string addition
I know this will be easy, just that i am new to the string side of C++ (i can understand the maths parts as it's similar to VB, which i am better at)
I just am wondering the most efficient way to do the equivalent of this:
Dim a$, b$
a$ = "he"
b$ = "llo"
a$ = a$ + b$
Print a$
sql_lall 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|