|
|
| using std::find() on std::string vectors |
| Hello All,
I have a question on the use of std::find() on a vector that contains
std::string objects.
When I need to do a search on a vector of strings, I currently use the
std::find() algorithm, e... on 16-Nov-09 |
| |
|
| Dll function with STL obj. as parameter call crach |
| Hello.
The application call function (with STL string object as parameter) from dll.
If dll compiled in different mode (release/debug) than application we see
this crash.
We use Visual Studio 2008 (... on 12-Oct-09 |
| |
|
| unique value for map |
| std::map allows to insert unique values(key), is there any other data tyep
which allows same.
can u use map in a link list, when allocate memory to link list i can insert
some values in map on 18-Sep-09 |
| |
|
| PERFORMANCE IN VISUAL STUDIO 2008 + STL. |
| Hi Group,
We recently migrated our project from VS 2003 to VS 2005 and found that our
runtime performance in release mode has degraded by a factor of 3. On
investigation we found that it was due to ... on 18-Sep-09 |
| |
|
| STL container performance |
| I am suffering performance problems with the STL implementation in
Microsoft Visual Studio 2005. There are indications that it is down to
either memory management or some locking contention.
As an e... on 26-Oct-09 |
| |
|
| wcout, VS2008 and UTF-16 |
| Greetings.
I am am currently trying to output wchar_t (== UTF-16) to the windows
console. (The console can display UTF_16 just fine if you change the
font to lucida console - easiest verified with a... on 09-Aug-09 |
| |
|
| MS09-035 breaks the std::vector template class |
| I was wondering if anyone else has the same problem after installing the
patch to Visual Studio 2008 SP1 that fixes the ATL security problem discussed
in KB971092. After installing this patch, we rec... on 30-Jul-09 |
| |
|
|
|