Connecting Tech Pros Worldwide Help | Site Map

simple string question...

 
LinkBack Thread Tools Search this Thread
  #1  
Old March 20th, 2008, 01:55 AM
Alexander Dong Back Kim
Guest
 
Posts: n/a
Default simple string question...

Hi all,

I wrote a function which has a parameter of "string". When I send the
string, can I do like the below?

void Show::caller(void)
{
string str = "This object's address is " << this;
}

void Show::show_message(string str)
{
cout << str;
}

I got errors (obviously).

What would be the solution for this? Any suggestions?

Best regards,
Alex

 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,840 network members.