Re: [TSVN] CString vs std::string
From: Will Dean <svn_at_indcomp.co.uk>
Date: 2004-12-22 12:21:18 CET
At 11:54 22/12/2004 +0100, you wrote:
>Yes. I wanted to keep the shell extension part free of MFC/ATL. That
OK, I had a little test of this. I made two files, atltest and stdtest,
#include <string>
and this:
#include <atlstr.h>
I compiled them both like this:
cl /Os /MD /EHsc filename.cpp
Which is a release-build, space-optimised compile, dynamically linked
The two exes are like this:
9,216 ATLTest.exe
and as far as DLL dependancies go,
ATLTest depends on KERNEL32.DLL and MSVCR71.DLL
I would say that the .exe size difference is irrelevant, as it's probably a
I think the STL dependancy is also irrelevant, as we're probably going to
I conclude that there isn't much to chose between them in terms of
What do you reckon?
Cheers,
Will
---------------------------------------------------------------------
|
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.