ក្រុម រូបភាព ថតឯកសារ វ៉ែប
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 234794  Older »
Description: The object-oriented C++ language.
 

SIGKILL 
  Hi There, I had to add a certain portion of code to an application which had been considered to run stable (bewfore my addition). Now the QA guy came back to me saying that he's seeing a SIGKILL after a while (several hours) since my code addition. The code I added simply writes a string (PIDMessageBuf - declared private) and a at runtime generated... more »
By cerr  - 3:20am - 1 new of 1 message    

VS 2005 died on template (part II) 
  template <class T> void S(){ T t; } struct A{ A(){} }; // died //struct A{ ~A(){} }; // died //struct A{void a(){}}; // not died void kill(){ struct B{A a;}; S<B>(); ...void bill(){ struct B{A a;}; S<B>();
By Alex  - Mar 17 - 2 new of 2 messages    

VS 2005 compiler died on template (part I) 
  template <int i> struct Factorial { enum { N = i<=0? 1 : i*Factorial<i-1>::N }; ...template <> struct Factorial <-500> { enum { N = 1 }; }; const int factorial=Factorial<5>::N;
By Alex  - Mar 17 - 3 new of 3 messages    

Cheap Wholesale Chanel Handbags Purses LV GUCCI free shipping (www.vipchinatrade.com) 
  AAA true leather Handbags Cheap Wholesale Balenciaga Handbags <[link] paypal payment> Cheap Wholesale Balenciaga Purse Cheap Wholesale Bally Purse <free shipping paypal payment> Cheap Wholesale BOSS Purse <[link] paypal payment> Cheap Wholesale Burberry Handbags... more »
By tradeshoes  - Mar 17 - 1 new of 1 message    

☂☂☂ 2010 Cheap price wholesale LV handbag and purse at WEBSITE: http://www.rijing-trade.com 【paypal payment】 
  Cheap wholesale handbag Cheap wholesale purse Cheap wholesale LV handbag cheap wholesale LV purse Cheap wholesale AAA True Leather handbag and purse Cheap wholesale AAA True Leather LV handbag Cheap wholesale AAA True Leather LV purse [link]
By www.fjrjtrade.com  - Mar 17 - 1 new of 1 message    

Is dynamic_cast' ing a NULL pointer safe 
  Hi All, Is the following statement safe when ptr1 value is NULL Derived *ptr2 = dynamic_cast<Derived *>(ptr1) though it works properly in VC++ yet I wanted to know if it is considered safe as per the c++ standard (like delete NULL;) Thanks in advance Rahul
By Rahul  - Mar 17 - 2 new of 2 messages    

Cheap Wholesale Timberland Shoes Puma Paul Smith Converse Shoes etc Free shipping (www.vipchinatrade.com) 
  Cheap Wholesale UGG Shoes (paypal payment) Cheap Wholesale Ugg Shoes (paypal payment) Cheap Wholesale Ugg Shoes (paypal payment) Cheap Wholesale Gucci Shoes (paypal payment) ([link] ) Cheap Wholesale GUCCI Boots Cheap Wholesale Lacoste Shoes Cheap Wholesale LV Shoes (paypal payment)... more »
By yoyo  - Mar 16 - 1 new of 1 message    

Include header files in quotes or less-than greater-than signs? 
  What is the difference to including .h files in quotes and in less- than greater-than signs? Also sometimes I see the ".h" portion included and sometimes I don't (example: #include <vector>). What's the difference?
By Dwight Army of Champions  - Mar 16 - 6 new of 6 messages    

Is allocating large objects on the stack a good practice? 
  For example, if we allocate objects like this: void foo(void) { static const size_t size = 10000000; /* ten million */ int data[size]; /* data is a very large object */ /* do something with data */ ...In C99, perhaps this: ...int main(void) { size_t n; /* This program makes sense even n is very large */... more »
By Michael Tsang  - Mar 16 - 13 new of 13 messages    

Using own class as key in map causes segmentation fault 
  Hi, I'm trying to use my own class as a map key. However something strange seems to be happening to the map which causes my program to segfault. I'm at a loss as to what this might be. Can anyone help? The complete example below segfaults for me under g++ 4.1.2. Using a debugger it seems that one of the MultiDimKey objects the map is... more »
By nw  - Mar 16 - 5 new of 5 messages    

1 - 10 of 234794   « Newer | Older »

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