473,805 Members | 2,010 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Does std::string do a shallow copy in copy construtor and assign operator ?

Hi Experts,
In the following code (sorry for using C printf in the code !) :
----------------------------------------------
#include <string>
#include<cstdio >

using namespace std;

int main ()
{
string a1 = "abcd";
string a2;

a2 = a1;

printf("Address of a1.c_str() is = %u\n", a1.c_str());
printf("Address of a2.c_str() is = %u\n", a2.c_str());
}
---------------------------------------------
The output I am getting is :
Address of a1.c_str() is = 159920148
Address of a2.c_str() is = 159920148
----------------------------------------------
I seems that the copy happening here is a shallow one.
I have also tried with copy constructor.
This seems to be counter intuitive. Is this expected ?

Thanks,
Suman.

May 26 '07 #1
2 9230
su**********@gm ail.com wrote:
Hi Experts,
In the following code (sorry for using C printf in the code !) :
----------------------------------------------
#include <string>
#include<cstdio >

using namespace std;

int main ()
{
string a1 = "abcd";
string a2;

a2 = a1;

printf("Address of a1.c_str() is = %u\n", a1.c_str());
printf("Address of a2.c_str() is = %u\n", a2.c_str());
}
---------------------------------------------
The output I am getting is :
Address of a1.c_str() is = 159920148
Address of a2.c_str() is = 159920148
----------------------------------------------
I seems that the copy happening here is a shallow one.
I have also tried with copy constructor.
This seems to be counter intuitive. Is this expected ?
Yes, the there is no need to copy the string data unless either object
is modified, so your std::string probably uses a reference counter for
the raw data. Try modifying either string and see what you get.

--
Ian Collins.
May 26 '07 #2
su**********@gm ail.com wrote:
Hi Experts,
In the following code (sorry for using C printf in the code !) :
----------------------------------------------
#include <string>
#include<cstdio >

using namespace std;

int main ()
{
string a1 = "abcd";
string a2;

a2 = a1;

printf("Address of a1.c_str() is = %u\n", a1.c_str());
printf("Address of a2.c_str() is = %u\n", a2.c_str());
}
---------------------------------------------
The output I am getting is :
Address of a1.c_str() is = 159920148
Address of a2.c_str() is = 159920148
----------------------------------------------
I seems that the copy happening here is a shallow one.
I have also tried with copy constructor.
This seems to be counter intuitive. Is this expected ?

Thanks,
Suman.
Probably string is delaying the copy until you modify one of the
strings. String does *not* do shallow copies, but when the copy happens
is another matter.

Try googling for 'copy on write'

john
May 26 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
42796
by: Thomas J. Clancy | last post by:
I was wondering if anyone knew of a way to use std::copy() and istream_iterator<>/ostream_iterator<> write a file copy function that is quick and efficient. Doing this messes up the file because it seems to ignore '\n' ifstream in("somefile"); ofstream out("someOtherFile"); std::copy(std::istream_iterator<unsigned char>(in),
10
8199
by: Angus Leeming | last post by:
Hello, Could someone explain to me why the Standard conveners chose to typedef std::string rather than derive it from std::basic_string<char, ...>? The result of course is that it is effectively impossible to forward declare std::string. (Yes I am aware that some libraries have a string_fwd.h header, but this is not portable.) That said, is there any real reason why I can't derive an otherwise empty
22
13337
by: Jason Heyes | last post by:
Does this function need to call eof after the while-loop to be correct? bool read_file(std::string name, std::string &s) { std::ifstream in(name.c_str()); if (!in.is_open()) return false; char c; std::string str;
16
16435
by: Khuong Dinh Pham | last post by:
I have the contents of an image of type std::string. How can I make a CxImage object with this type. The parameters to CxImage is: CxImage(byte* data, DWORD size) Thx in advance
6
5673
by: Erik | last post by:
Hello, For many years ago I implemented my own string buffer class, which works fine except assignments - it copies the char* buffer instead of the pointer. Therefore in function calls I pass "const char*" and get the result in a parameter by reference "MyString& result". I'd like to move to nicer strings. In order to keep platform/compiler independence I consider std:string as the replacement. While googling I managed to read some...
12
3158
by: Vincent RICHOMME | last post by:
Hi, I am currently implementing some basic classes from .NET into modern C++. And I would like to know if someone would know a non mutable string class.
84
15927
by: Peter Olcott | last post by:
Is there anyway of doing this besides making my own string from scratch? union AnyType { std::string String; double Number; };
4
11232
by: daroman | last post by:
Hi Guys, i've problem with my small C++ programm. I've just small template class which represetns a array, everything works fine up to combination with std::string. I did tried it with M$ VC++ and with GCC (Cygwin and Linux) and my problem is when i try do this int main(int argc, char **argv) { array<std::stringa(10); a = "Huhuhu"; <--- with gcc i got a crash !
29
23230
by: aarthi28 | last post by:
Hi, I have written this code, and at the end, I am trying to write a vector of strings into a text file. However, my program is nor compiling, and it gives me the following error when I try to write to the file: error C2679: binary '<<' : no operator found which takes a right-hand operand of type 'std::string' (or there is no acceptable conversion) I don't know what I am doing wrong. I have posted my entire program
0
9596
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10609
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10360
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10366
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6876
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5542
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5677
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4323
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3845
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.