Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
microsoft . public . vc . stl
This is a Usenet group - learn more
Find or start a Google Group about stl.
Group info
Language: English
Group categories: Not categorized
More group info »
Related Groups
Microsoft Visual C newsgroup.
Medium activity, Usenet
Microsoft Visual C newsgroup.
Low activity, Usenet
Microsoft Visual C newsgroup.
High activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 5696  Older »
Description: Microsoft Visual C newsgroup.
 

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.g. : std::vector<std::string>::iter ator theIterator; theIterator = std::find ( vecStrings.begin(),... more »
By Lim Bio Liong  - Nov 16 - 4 new of 4 messages    

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 (Windows Mobile 5.0 Pocket PC SDK (ARMV4I) The foolowing code of application: typedef int (*GETINIFILEIMPL)(const std::wstring& wstrIniFileName);... more »
By Iliya Miasnik  - Oct 12 - 7 new of 7 messages    

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
By ashish  - Sep 18 - 14 new of 14 messages    

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 stl in VS 2005. Building with STLPort confirmed this. As of now we are not in a position to migrate to... more »
By Deepak Kapila  - Sep 18 - 5 new of 5 messages    

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 example, the WordCount sample at [link] running on a 100Mb text file executes in 1 minute 39 seconds when... more »
By cdm.henderson@googlemail. com  - Aug 17 - 8 new of 8 messages    

wcout, VS2008 and UTF-16 
  Greetings. I'm 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 adding a filename with some greek or cyrillic characters in it and calling dir) Now, my problem is, that the default wcout stream on windows will... more »
By Martin T.  - Aug 9 - 3 new of 3 messages    

biocomputer of Japan.tv (online.a_z) 
  [link] doctor-lsd...@yandex.com tel.8_9195265461 patent Japan
By doctor-lsd-tv Google  - Aug 3 - 1 new of 1 message    

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 receive the following errors when trying to build a project that uses the std::vector template class:... more »
By Phil  - Jul 30 - 2 new of 2 messages    

Memory allocation of std::list 
  struct Item { int *pPtr; std::list<int*> intList; ...Item *pItem = new Item[1700000]; I expected the memory usage would be (sizeof(Item) * 1700000) + (the head pointer of list * 1700000), ie. (28+12)*1700000 = ~64MB, but the outcome is about 170MB. Would you tell me why is it so? I asked this question in the MSDN forums and someone answered me "You should... more »
By Victor  - Jul 26 - 6 new of 6 messages    

Make copy of input stream 
  Is it possible to make a copy of an input stream? I would like to make a copy of an input stream which uses the same buffer as the original but has its own position and state which are initialized to the original stream's position and state. I am not seeing this in Josuttis but wanted to ask in case I am missing something.... more »
By John Keenan  - Jul 24 - 7 new of 7 messages    

1 - 10 of 5696   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google