ويب صور الأخبار مجموعات ترجمة إجابات Gmail المزيد »
المجموعات التي قمت بزيارتها مؤخرا | مساعدة | تسجيل الدخول
الصفحة الرئيسية لمجموعات Google
comp . lang . c++ . moderated
هذه المجموعة مجموعة Usenet - اعرف المزيد
بحث أو اضافة Google مجموعة عنc++.
معلومات المجموعة
اللغة:‏ الإنجليزية
فئات المجموعة:
الكمبيوتر > البرمجة
معلومات أكثر عن المجموعة »
المجموعات ذات الصلة
Discussion about C++ language, library, standards. (Moderated)
قليلة النشاط, Usenet
The object-oriented C++ language.
عالية النشاط, Usenet
The C programming language. (Moderated)
قليلة النشاط, Usenet
المناقشات
عرض:  قائمة المواضيع, ملخص الموضوع موضوع/موضوعات 1‏ - 10 من 25715  أقدم »
الوصف: Technical discussion of the C++ language. (Moderated)
 

Question on goto with try/catch 
  A project I am working on has large amounts of code written in this style: void MyClass::MyFunction() { try { // code here if(something bad happened) goto label; } catch(...) { // exception handling here. } label: // Run cleanup code - deallocate memory, etc.... المزيد »
بواسطة TVisitor  - 20 نوفمبر - ‏ 7 جديدة من 7 رسالة/رسائل    

Copy C'tor - doubt 
  I have a situation where I'm required to generate a copy of an object. I have simplified the class into a tiny one, but in reality its a huge class with multiple struct types as data member. Here is my simplified class: class AB { private: int a; public: AB(int ar): a(ar){}... المزيد »
بواسطة AY  - 20 نوفمبر - ‏ 12 جديدة من 12 رسالة/رسائل    

Boost release 1.41.0 available 
  Release 1.41.0 of the Boost C++ Libraries is now available. These open-source libraries work well with the C++ Standard Library, and are usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use. This release contains one new library and numerous bug fixes for... المزيد »
بواسطة Beman Dawes  - 19 نوفمبر - ‏1 جديد من 1 رسالة    

type erasure problem, correctly up casting from void* 
  Hi, I have a system which handles arbitrary types, and to be able to invoke the correct functions I use type erasure with a void* argument. This works dandy most of the time, save for when the type inherits from multiple types, in which case it naturally fails spectacularly. So, somehow I must either change the interface to not use void*, in... المزيد »
بواسطة Sebastian Karlsson  - 18 نوفمبر - ‏ 2 جديدة من 2 رسالة/رسائل    

stack corruption in release 
  Hi all, i'm working on a big program, wich is an awful mix of C and C++. I'm on windows XP, with Visual Studio 2008 SP1. This program works fine in debug mode. But in release mode, there is a crash without any message, and the catch() block don't catch nothing. I located the function where the crash occurs. In this function, if i... المزيد »
بواسطة r0d  - 18 نوفمبر - ‏ 8 جديدة من 8 رسالة/رسائل    

Better way to call member function using function pointer? 
  Hi, Following is isolated code reproducing the issue I encountered while using function pointers: ////////////////////////////// //////////////// ...using namespace std; class Sample { public: Sample() { funPtrs["fun1"] = &Sample::fun1; funPtrs["fun2"] = &Sample::fun2; funPtrs["fun3"] = &Sample::fun3;... المزيد »
بواسطة Ganesh Pagade  - 17 نوفمبر - ‏ 6 جديدة من 6 رسالة/رسائل    

problem with default argument with template args 
  I cannot see what is wrong with the code below: template<class A, class B> class Arg { public: Arg() {}; ...template<class A, class B> class User { public: User(const char* username, Arg<A,B> arg = Arg<A,B>(), bool flag = false) { }; ...gcc fails to compile it. The error output is:... المزيد »
بواسطة Andrew  - 17 نوفمبر - ‏ 9 جديدة من 9 رسالة/رسائل    

if(T p = a()) + else = Bah! 
  Sometimes the C++ syntax really leaves me baffled: ///////////////////////// typedef int T; T a() { return 0; ...int main() { if(T p = a()) { p; // in scope, not null - compiles OK } else { p; // in scope - compiles OK } p; // out of scope - error: undeclared identifier // Note that an inverse condition, where p would... المزيد »
بواسطة Martin B.  - 17 نوفمبر - ‏ 14 جديدة من 14 رسالة/رسائل    

templates vs inheritance. 
  Hi Guys, I see that inheritance allows the paradigm of "programming to interface" with ease.A client can store a pointer to abstract base class and invoke operaitons on it without caring about the concrete derived class that pointer points to. Inheritance seems to allow programming to interface naturally because of dynamic binding.... المزيد »
بواسطة srp113  - 17 نوفمبر - ‏ 9 جديدة من 9 رسالة/رسائل    

C++ Tutorial Audio / Video 
  Hi folks, I'm wondering if there are any audio / video C++ Programming tutorial. Something that I can listen to while I travel may be in my ipod / in my CD drive of my Car. I would appreciate if any one could point me to a link where I can buy / download free. I prefer the lecture in English language.... المزيد »
بواسطة AY  - 15 نوفمبر - ‏ 2 جديدة من 2 رسالة/رسائل    

1‏ - 10 الخاص بـ 25715   « أحدث | أقدم »

XML      
إنشاء مجموعة - مجموعات Google - صفحة Google الرئيسية - شروط الخدمة - سياسة الخصوصية
©2009 Google