ក្រុម រូបភាព ការបន្ទាន់សម័យ នានា វ៉ែប ថតឯកសារ
Recently Visited Groups | Help | Sign in
Google Groups Home
comp . lang . c++
This is a Usenet group - learn more
Find or start a Google Group about c++.
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Related Groups
Technical discussion of the C++ language. (Moderated)
Low activity, Usenet
Discussion about C.
Low activity, Usenet
Discussion about C++ language, library, standards. (Moderated)
Low activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 236245  Older »
Description: The object-oriented C++ language.
 

Are additional constructors for standard containers allowed? 
  With MSVC 10.0 std::bitset<32>( 666u ) does not compile. Apparently due to an extra constructor taking 'int' argument. Is that allowed by the standard? Cheers, - Alf
By Alf P. Steinbach /Usenet  - 6:37pm - 4 new of 4 messages    

UB while dealing with invalid raw pointers, the std::uninitialized_fill case 
  Hi there, as far as I've been able to understand, if a raw pointer contains an invalid value (that is, it does not point to any valid object of the type it is a pointer to) then some of the actions performed on these pointers will lead to UB. As it seems, two actions in particular should be safe and well defined:... more »
By Francesco S. Carta  - 5:52pm - 9 new of 9 messages    

Wholesale IWC Watches,Patek Philippe Watches,Boss Watches,Chanel Watches www.toptradea.com 
  Wholesale IWC Watches,Patek Philippe Watches,Boss Watches,Chanel Watches [link] Www.toptradea.com wholesale Armani-Watch ,BellRoss-Watch ,Breguet- Watches-Man ,Breitling-Watch ,Burberry-Watch ,Bvlcari-Watches- Man ,Boss-Watches-Lady ,Boss-Watches-Man ,Bvlcari-Watches- Lady ,Cartier-Watches-Lady ,CA-Watch ,Chanel-Watches-Lady ,Corum-... more »
By selina peng  - 4:10pm - 1 new of 1 message    

wholesale Nike shox,Max,Gucci shoes,LV shoes,MBT M.Walk Shoes www.toptradea.com 
  wholesale Nike shox,Max,Gucci shoes,LV shoes,MBT M.Walk Shoes [link] 2010 winter and Autumn Newest sneaker, sports shoes styles Online. Toptradea.com is a professional shoes supplier, [link] wholesale UGG Shoes,Brand High Heels,Nike Blazer,Nike Dunk,Nike Classic,Nike Shox,Nike Air Max,Nike Air Jordan,Adidas Shoes,Air Jordan... more »
By selina peng  - 4:04pm - 1 new of 1 message    

Oakley Sunglasses,Police Sunglasses,Rayban Sunglasses wholesale www.toptradea.com 
  Oakley Sunglasses,Police Sunglasses,Rayban Sunglasses wholesale [link] Man and Lady Fashion, Brand Sunglasses. Toptradea.com is a professional Sunglasses supplier, the quality is very goods and have one year warranty. Www.toptradea.com wholesale Adidas- Sunglasses ,Armani-Sunglasses ,Burberry-Sunglasses ,Chanel-... more »
By selina peng  - 3:49pm - 1 new of 1 message    

"partial" iterator? 
  Hello, I have a std::map<std::string, boost::shared_ptr<my_type_t>>. I often lookup based on the key (std::string) I have a use case where I want to iterate over all the map except for keys that begin with "RF". I could iterate and check if iterator->first.find("RF")==0, then ignore it. typedef std::map<std::string, boost::shared_ptr<my_type_t>> my_container_t;... more »
By Hicham Mouline  - 9:39am - 3 new of 3 messages    

simple boost::test, undefined reference to main 
  Hi, the following code does not compile and being a newbie, i am unable to figure it out. could you please help? ...int add( int i, int j ) { return i+j; } BOOST_AUTO_TEST_CASE( my_test ){ BOOST_CHECK( add( 2,2 ) == 4 ); ...compiled with the command, g++ test.cpp -lboost_unit_test_framework Error: undefined reference to `main'... more »
By suresh  - 4:32am - 14 new of 14 messages    

Use Cases for Concurrent Data Structures 
  Libraries of data structures designed to support concurrent operations and to scale well with the number of threads are common, e.g., ConcurrentHashMap and ConcurrentLinkedQueue in Java, ConcurrentQueue and ConcurrentBag in .NET, concurrent_queue and concurrent_vector in TBB and PPL. If the comments in a... more »
By Scott Meyers  - 2:37am - 3 new of 3 messages    

can I use stl vector iterator to delete a vector of pointers? 
  hi, there, Assume I have a vector of points vector<obj*> v and I need to free the memory. More over, some of the element in v are already deleted (null pointer). Is it ok if I do like this: for (vector<Obj*>::iterator it(v.begin()), ite(v.end()); it!= ite; + +it{ if (*it != 0){ delete *it;... more »
By zl2k  - 1:48am - 18 new of 18 messages    

Using "setlocate()" to get the language 
  Hello, I'm writing some cross-platform software in C++, within it I have a list of strings for various languages - My problem now is, how do I determine the language setting of the person running the code so I can present them information in the correct language? I'd rather not have to resort to an entire framework just for this small function.... more »
By CodHubIV  - Sep 2 - 10 new of 10 messages    

1 - 10 of 236245   « Newer | Older »

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