TOPIC | 426.0 | Temporary lifetimes differ under DEC C++ and Cfront |
| 426.12 | Thu Feb 16 1995 03:40 | | 11 lines |
TOPIC | 450.0 | Undefined symbols at link time for static data members |
| 450.36 | Thu Mar 30 1995 11:02 | Initialised, but no storage reserved | 25 lines |
| 450.39 | Fri Mar 31 1995 07:13 | Defined outside any functions ... | 35 lines |
TOPIC | 653.0 | Can I delete "this"? |
| 653.13 | Fri Jul 29 1994 13:18 | MS style :-) | 11 lines |
TOPIC | 759.0 | Bug check during code binding with templates under /DEBUG |
| 759.47 | Tue Mar 14 1995 09:52 | Compiler bugcheck: VAX/VMS, CXX V1.2 | 108 lines |
TOPIC | 780.0 | What does "DECINTRFT, ... the initialization of a non-const reference requires a temporary ..." mean? |
| 780.27 | Thu Nov 10 1994 11:43 | | 56 lines |
| 780.29 | Mon Nov 14 1994 05:01 | | 25 lines |
| 780.31 | Wed Nov 16 1994 07:21 | | 18 lines |
TOPIC | 869.0 | BORLAND versus Microsoft C++ |
| 869.16 | Thu May 26 1994 03:52 | Maybe you should take another look... | 38 lines |
| 869.20 | Mon May 30 1994 03:51 | MSC 9.00 will have templates | 25 lines |
TOPIC | 889.0 | Template static data members require explicit definitions |
| 889.33 | Thu Nov 10 1994 06:00 | | 14 lines |
TOPIC | 1048.0 | Where can I get a yacc grammar for C++? |
| 1048.7 | Thu Mar 23 1995 11:17 | | 16 lines |
TOPIC | 1054.0 | %LINK-W-MULDEF, symbols decc$__nw__xui, decc$__dl__xpv multiply defined when linking |
| 1054.10 | Thu Nov 10 1994 11:51 | | 11 lines |
| 1054.12 | Mon Nov 14 1994 04:43 | | 10 lines |
| 1054.15 | Wed Feb 22 1995 02:14 | | 21 lines |
TOPIC | 1061.0 | Platform / compiler class library portability |
| 1061.5 | Tue May 24 1994 12:36 | Portability VMS-OSF/1? | 13 lines |
| 1061.7 | Wed May 25 1994 05:59 | Portability yo! | 5 lines |
TOPIC | 1691.0 | User-defined operator new and delete are not called by DEC C++ Class Library on VMS |
| 1691.3 | Tue May 31 1994 10:30 | overloaded global delete() not being called for Strings? | 99 lines |
TOPIC | 1759.0 | DESCRIPTOR -> What, why and how |
| 1759.6 | Thu Nov 10 1994 05:11 | String Descriptor class | 92 lines |
TOPIC | 1961.0 | Why can DEC C++/VMS perform an extra copy of initializer data? |
| 1961.14 | Fri Feb 03 1995 04:36 | | 4 lines |
| 1961.16 | Mon Feb 06 1995 05:20 | Handle classes | 77 lines |
TOPIC | 1988.0 | How can I pass a const char * by reference that can't be modified? |
| 1988.1 | Mon May 30 1994 04:08 | Const reference to what, exactly? | 9 lines |
| 1988.4 | Mon May 30 1994 14:15 | Two consts, yes; but why reference? | 9 lines |
TOPIC | 2002.0 | Why aren't character constants of type int? |
| 2002.1 | Tue Jun 07 1994 03:31 | CXX is correct (sizeof(char)) | 4 lines |
TOPIC | 2041.0 | Fri Jul 08 1994 11:56 | Why can't I define nested classes out-of-line? | 217 lines |
| 2041.1 | Fri Jul 08 1994 12:00 | Amendment | 4 lines |
| 2041.4 | Mon Jul 11 1994 06:00 | Thanks | 6 lines |
TOPIC | 2078.0 | Mon Jul 25 1994 13:55 | pure virtual function call | 6 lines |
| 2078.2 | Thu Jul 28 1994 09:58 | program accvios, not compiler | 34 lines |
| 2078.6 | Fri Jul 29 1994 13:24 | It just don't work... | 51 lines |
| 2078.8 | Mon Aug 01 1994 08:50 | Same results on V1.2, V1.3 of compiler | 4 lines |
| 2078.10 | Mon Aug 01 1994 11:48 | | 4 lines |
TOPIC | 2079.0 | What is the new/delete equivalent of realloc() ? |
| 2079.1 | Tue Jul 26 1994 02:58 | There is no equivalent for realloc() | 61 lines |
TOPIC | 2080.0 | Differences in argument matching of overloaded functions in DEC C++ and Visual C++ |
| 2080.1 | Tue Jul 26 1994 03:09 | Unspecified behaviour in the language | 35 lines |
| 2080.3 | Tue Jul 26 1994 07:22 | type of "foo" is "array of char" | 7 lines |
TOPIC | 2102.0 | Tue Aug 09 1994 10:15 | Undeserved DECMULTTYPQ for function template with const argument | 50 lines |
| 2102.2 | Tue Aug 09 1994 13:05 | | 14 lines |
TOPIC | 2118.0 | Wed Aug 17 1994 14:05 | Static object constructors not being called | 30 lines |
| 2118.3 | Mon Aug 22 1994 09:56 | Declaration order overrides call order? | 7 lines |
| 2118.5 | Wed Aug 24 1994 08:24 | | 3 lines |
| 2118.7 | Thu Nov 10 1994 05:40 | It should, but it doesn't | 15 lines |
| 2118.9 | Thu Nov 10 1994 11:15 | | 29 lines |
| 2118.11 | Thu Nov 17 1994 08:27 | Initialization dependencies were my problem... | 13 lines |
TOPIC | 2144.0 | Problem with type conversions... |
| 2144.4 | Mon Sep 12 1994 08:57 | User inheritance | 14 lines |
TOPIC | 2161.0 | Thu Sep 22 1994 09:51 | H-P's Standard Template Library (STL) | 4 lines |
| 2161.2 | Tue Oct 04 1994 10:08 | STL code anywhere | 4 lines |
| 2161.4 | Wed Dec 07 1994 06:24 | H-P's Standard Template Library (STL) | 5 lines |
TOPIC | 2227.0 | Unhelpful error messages... |
| 2227.10 | Wed Oct 26 1994 12:06 | Parsing techniques | 8 lines |
TOPIC | 2317.0 | Compiler giving erroroneous ambiguous error (I think). |
| 2317.4 | Fri Dec 09 1994 09:58 | It's ambiguous because... | 30 lines |
TOPIC | 2375.0 | DEC C++/Alpha/OSF 5.0 |
| 2375.12 | Wed Mar 15 1995 03:12 | | 6 lines |
| 2375.14 | Thu Mar 23 1995 11:11 | Upgrading to T5.0 | 41 lines |
| 2375.16 | Mon Mar 27 1995 08:12 | FT3? | 6 lines |
| 2375.18 | Thu Mar 30 1995 03:54 | Thank you | 10 lines |
TOPIC | 2437.0 | SMP/Posix and ANSI standards questions |
| 2437.4 | Mon Feb 27 1995 06:07 | Not thread safe? | 17 lines |
| 2437.8 | Tue Feb 28 1995 02:40 | | 15 lines |
| 2437.10 | Tue Feb 28 1995 12:08 | | 11 lines |
TOPIC | 2467.0 | Advice on writing an efficient operator+? |
| 2467.1 | Mon Mar 13 1995 12:20 | efficient operator + | 15 lines |
| 2467.4 | Tue Mar 14 1995 06:35 | reference counts it is, then... | 12 lines |
| 2467.6 | Wed Mar 15 1995 03:08 | TIMA String class | 14 lines |
| 2467.10 | Thu Mar 23 1995 11:24 | | 22 lines |
| 2467.12 | Mon Mar 27 1995 06:10 | MS CString | 31 lines |
TOPIC | 2502.0 | Why can't I allocate an object of an abstract class? |
| 2502.3 | Fri Mar 31 1995 07:43 | Abstract vs concrete | 95 lines |
| 2502.4 | Fri Mar 31 1995 07:52 | Typo? | 9 lines |
TOPIC | 2503.0 | Thu Mar 30 1995 05:13 | cxx -shared doesn't work in DEC C++/Alpha/OSF T5.0-3 | 21 lines |
TOPIC | 2504.0 | Thu Mar 30 1995 06:32 | C++ /Alpha/OSF T5.0-3 overload resolution regression | 26 lines |
| 2504.2 | Thu Mar 30 1995 11:06 | Umm, in this case... | 18 lines |
| 2504.4 | Fri Mar 31 1995 07:18 | | 3 lines |
| 2504.6 | Mon Apr 03 1995 06:22 | | 7 lines |
TOPIC | 2513.0 | Private operator delete is accessible |
| 2513.1 | Mon Apr 03 1995 06:34 | Workaround | 30 lines |
| 2513.4 | Tue Apr 04 1995 04:37 | | 13 lines |
TOPIC | 2514.0 | Why can't I declare a function template with "C" linkage? |
| 2514.9 | Mon Apr 10 1995 05:22 | | 6 lines |
TOPIC | 2520.0 | setiosflags(ios::hex) does not work |
| 2520.11 | Wed Apr 26 1995 05:09 | | 18 lines |
TOPIC | 2528.0 | Thu Apr 13 1995 08:25 | Why doesn't pthread_exc.h define prototypes for malloc, etc? | 28 lines |