|
|
- Re: function arguments const or not const? Kelsey Bjarnason (01-Nov-04 03:40)
- Re: C++ Coding Standards : 101 Rules, Guidelines, and Best Practices Herb Sutter (01-Nov-04 03:42)
- Re: (L)GPL and C++ templates issue Markus Elfring (01-Nov-04 03:42)
- Re: Bounded type (was Re: Range type) Alberto Barbati (01-Nov-04 03:46)
- Re: Simple question on (std::)complex issue Mickey Moore (01-Nov-04 03:51)
- Re: returning object with private copy c-tor & private assignment op Antoun Kanawati (01-Nov-04 03:51)
- Re: returning object with private copy c-tor & private assignmen jakacki (01-Nov-04 03:48)
- Re: std:: string and UNICODE issues Antoun Kanawati (01-Nov-04 03:53)
- Re: What C++ projects are you working on? Chris Frey (01-Nov-04 03:54)
- Re: I have proven Mrs. Liskov to be wrong! (Liskov Substitution Principle) Thomas Hansen (01-Nov-04 03:54)
- Re: extract_second - removing the template argument... Maxim Yegorushkin (01-Nov-04 04:16)
- Trouble with pointer to vector Puckaroo (01-Nov-04 04:17)
- Re: What Value Does Const Correctness Offer David Abrahams (01-Nov-04 04:18)
- Re: CLI draft David Abrahams (01-Nov-04 04:21)
- Re: unanswered question about clause 8.5.3/5 Rani Sharoni (01-Nov-04 04:22)
- Re: Using std::string in exception classes David Abrahams (01-Nov-04 04:22)
- [ANN] depdot 0.1.0 released apm (01-Nov-04 04:23)
- Re: is_convertible question Motti Lanzkron (01-Nov-04 14:16)
- Re: Derived to Base conversions - what does the standard say? Daveed Vandevoorde (01-Nov-04 14:17)
- Re: complete c++ compiler Tabrez Iqbal (01-Nov-04 14:18)
- Re: new algorithm Markus Elfring (01-Nov-04 14:15)
- Re: layout of argv[] Ron Natalie (01-Nov-04 14:20)
- Loki visitor question Florian Preknya (01-Nov-04 14:21)
- C++ Function Pointers Ron Kreymborg (01-Nov-04 14:21)
- Re: Is f() lvalue? James Dennett (01-Nov-04 14:23)
- Re: strange interview question kanze_at_gabi-soft.fr (02-Nov-04 05:15)
- Re: Template class with no arguments kanze_at_gabi-soft.fr (02-Nov-04 05:17)
- extern "C" changes meaning of inner declarations Joerg Richter (02-Nov-04 05:17)
- Exceptional C++ Style Errata Joshua Lehrer (02-Nov-04 05:19)
- function objects/callbacks/templates/void pointers Michael Albert (02-Nov-04 05:22)
- c++ .net How to make a larger dialog box? Matt Lund (02-Nov-04 05:31)
- Re: Standard way to delete container of pointers Thorsten Ottosen (02-Nov-04 12:52)
- public const and private non-const access methods David Gal (02-Nov-04 12:52)
- Re: About Callbacks in C++ mark (02-Nov-04 12:55)
- initializing base class members Ralf Fassel (02-Nov-04 13:35)
- conversions - a double standard? Joe Bentley (02-Nov-04 13:38)
- Reading text files, std::atoi, Char Variables John Smith (02-Nov-04 13:39)
- Re: atomic operation Alexander Terekhov (02-Nov-04 13:40)
- copy constructor questions Kurt Krueckeberg (02-Nov-04 13:40)
- Errors using RogueWave template class Ramesh Rao (02-Nov-04 13:41)
- ANN: C++/Tk Maciej Sobczak (02-Nov-04 13:41)
- White space within integer literals Anand Hariharan (03-Nov-04 01:54)
- linkage and overloading (was Re: extern "C" changes meaning of inner declarations) Alberto Barbati (03-Nov-04 01:57)
- dubble delete wijhierbeneden (04-Nov-04 03:55)
- dereferencing the 'last+1' element of an array Sensorflo (04-Nov-04 03:57)
- maths David Sobey (04-Nov-04 04:04)
- Isn't prefix better than postfix? Prateek R Karandikar (04-Nov-04 04:09)
- Re: linkage and overloading (was Re: extern "C" changes meaning of inner declarations) Francis Glassborow (04-Nov-04 07:50)
- template member function of template class: definition inside class? Malte Clasen (04-Nov-04 18:51)
- Two class member function that differ only in constness Al (04-Nov-04 18:53)
- Covariant templated return types Jon L (04-Nov-04 18:54)
- Re: linkage and overloading (was Re: extern "C" changes meaning of inner declarations) kanze_at_gabi-soft.fr (04-Nov-04 18:58)
- Mailing list interface to comp.lang.c++.moderated newsgroup Maulik Vaidya (04-Nov-04 19:02)
- searching keys in std::map using map::upper_bound Erik Arner (04-Nov-04 19:24)
- c++ libray for http protocol B.C. (05-Nov-04 07:17)
- polymorphic utility function? Dread Quixadhal (05-Nov-04 09:15)
- How to combine Loki AbstractFactory and Singleton Frank (05-Nov-04 09:19)
- conversion in template instantiation lucian.brancovean_at_gmail.com (05-Nov-04 09:23)
- templated functions call C functions CupOfWater (05-Nov-04 09:26)
- Re: linkage and overloading (was Re: extern "C" changes meaning of inner declarations) Alberto Barbati (05-Nov-04 09:26)
- Namespace Collision Steven Amping (06-Nov-04 06:02)
- Building and Linking to a C++ Archive Steven Amping (06-Nov-04 06:03)
- Mutex implementation Gregory Natenzon (07-Nov-04 04:05)
- sizeof on char* p[] will not work Kobi Cohen-Arazi (07-Nov-04 04:03)
- overloaded * operator and *= operator David Fox (07-Nov-04 04:07)
- Question about over loading Udaya Bhaskar (07-Nov-04 04:09)
- getters and setters [Was: C++ Coding Standards] Phlip (07-Nov-04 04:11)
- Re: Threading: early days? dayton (07-Nov-04 16:12)
- initializing embedded anonymous struct static members? mark fine (07-Nov-04 16:13)
- C++ tests Gregory Natenzon (08-Nov-04 15:37)
- yaslu vector link error Florian Preknya (08-Nov-04 15:39)
- A problem about using loggic_error in STLport Bill David (09-Nov-04 04:23)
- Lint and boost Werner Salomon (09-Nov-04 04:29)
- continue in catch blocks: well defined? Stephan Br?nnimann (09-Nov-04 04:31)
- Diagnosis of I/O failures Paul J. Wallace (09-Nov-04 04:34)
- Smart pointers, RAII and custom deleters Adi (09-Nov-04 04:34)
- Covariant return types and virtual overrides..problem JarlOstensen (09-Nov-04 13:11)
- Placement new return value James Hopkin (09-Nov-04 13:20)
- how to construct a string with embedded NULLs elizabeth (09-Nov-04 13:47)
- local static allocation Srik (09-Nov-04 13:49)
- Is it legal to apply std::copy to array pointers (int**)? Frank Yeah (10-Nov-04 08:15)
- [GOOD THING]boost::array<int,4> a = { 1, 2, 3 }; Steven T. Hatton (10-Nov-04 08:22)
- templates for compile time switches Srik (10-Nov-04 08:25)
- Re: Allowing templated classes in STL containers (list/vector) Gordon Ellsworth (10-Nov-04 08:30)
- retrieve IEEE hex representation of floating point numbers Martin (11-Nov-04 02:58)
- Convert CString to HEX Mark (11-Nov-04 03:14)
- const vs. non-const w/ home grown iterator dan (11-Nov-04 14:12)
- tr1 iterator concepts James Hopkin (11-Nov-04 19:16)
- possible compiler bug? Eric (11-Nov-04 19:23)
- Formatting numbers nicely with DBL_EPSILON Jodawi (11-Nov-04 20:04)
- vtbl of the subobject to the complete object Marlene Miller (12-Nov-04 03:55)
- Template specialization error Mike Alexeev (12-Nov-04 04:05)
- true exception-by-value demo =) Alexander Kamotsky (12-Nov-04 04:03)
- smart pointer usage frequency christopher diggins (12-Nov-04 04:08)
- Recursive inheritance through a template parameter inkdust_at_hotmail.com (12-Nov-04 07:04)
- Accessing member in handler of function-try-block of constructor Kim, Seungtai (12-Nov-04 07:05)
- Why is the std::complex class so complex? Hanyou Chu (12-Nov-04 07:07)
- How to init a none static const array class member in cpp? viEcks (12-Nov-04 07:03)
- how is template implemented in C++ compilers? Andy (12-Nov-04 07:36)
- Non-inheritance of constructors work-around christopher diggins (12-Nov-04 07:42)
- [ANN] idep include dependencies tool apm (12-Nov-04 11:31)
- Need Container for Large Binary String floobles (12-Nov-04 18:41)
- Recursive Calls with Ellipses Erik Zawadzki (12-Nov-04 18:39)
- const reference optimization Andrey Shiryayev (12-Nov-04 19:24)
- Trying to write my first functor and not doing well... JohnD (12-Nov-04 19:24)
- Why do pointer values display as ASCII characters instead of HEX? KK (14-Nov-04 02:42)
- Invoking an overloaded constructor vwpine_at_computer.org (14-Nov-04 02:39)
- design/implementation problem Norbert (14-Nov-04 02:44)
- [OT] Re: Why is the std::complex class so complex? Peter Koch Larsen (14-Nov-04 08:55)
- for_each on cartesian product of 2 ranges Frank Astier (14-Nov-04 08:57)
- Deterministic destruction computationally expensive? Anand Hariharan (15-Nov-04 03:37)
- Need some pointers Heather (15-Nov-04 03:39)
- putback breaks the stream state? Alexander Kamotsky (15-Nov-04 03:42)
- Re: true exception-by-value demo =3D) kanze_at_gabi-soft.fr (15-Nov-04 08:33)
- How could 0x1 become 1.4013e-45 when it is treated as float? Bill David (15-Nov-04 13:37)
- [OT] Re: Why is the std::complex class so complex? chris (15-Nov-04 15:20)
- static class member variables Eric (17-Nov-04 03:12)
- ECS: Elements of C++ Style Automation Testing ECS Automation Administrator (17-Nov-04 03:12)
- C commands sent from server Bimo Remus (17-Nov-04 03:20)
- Smart Pointers: ownership should not imply automated deletion (was Re: smart pointer usage frequency) christopher diggins (17-Nov-04 03:22)
- Visual C++ in a medical device? James Wucher (17-Nov-04 03:23)
- const C g(); // const? Marlene Miller (17-Nov-04 15:57)
- C# charts & graphs Jakob B. Olsen (17-Nov-04 15:59)
- Template base class qualifier needed, why?? Erik Arner (17-Nov-04 16:06)
- Pointer To Member Functions, Is This Kind of Use SAFE? Neal Chen (17-Nov-04 16:08)
- Standard Library-Style Nested Typenames and UDTs Greg Hickman (17-Nov-04 16:26)
- Tools to generate operator<< and operator>> automatically? Frank Astier (17-Nov-04 16:40)
- What is the maximum memory available for allocation in a program KK (17-Nov-04 16:47)
- How to return pointers of specified positions of a vector KK (17-Nov-04 16:48)
- Question on memory allocation process of a 2D array KK (17-Nov-04 16:49)
- Destruction order (esp. singletons) Stephan Keil (18-Nov-04 04:16)
- Container allocator - why not 'template template' parameter? Falk Tannhäuser (18-Nov-04 04:25)
- erf() / erfc() function under Visual C++ 6 simone (19-Nov-04 06:53)
- Reference to a forward declared class as class member? Stephan Br?nnimann (19-Nov-04 07:07)
- char* as template parameter Alexander Kamotsky (19-Nov-04 07:31)
- oveloading "( )" such that A(B)=C where A,B,C are vectors KK (19-Nov-04 07:35)
- accessing virtulal function from constructor Kiran (19-Nov-04 07:36)
- alignment of class data.. vik (19-Nov-04 07:37)
- Question on static and dynamic memory allocation KK (19-Nov-04 07:37)
- C++ serialization libraries & related problems Florian Preknya (19-Nov-04 08:57)
- Template distribute LX (20-Nov-04 02:25)
- patenting 'is not' operator Francis Glassborow (20-Nov-04 08:14)
- Automatic C++ header generation? Matt (20-Nov-04 10:15)
- why not a STL matrix class in the standards? KK (20-Nov-04 10:18)
- template in partial specialization? steven11 (20-Nov-04 10:20)
- New to C++. Cannot Compile the Following Code? Why?? 殘燭映紅半 邊劍,愁૲ (20-Nov-04 19:16)
- "Toward Improved Optimization Opportunities in C++0X" proposal Terje Slettebø (21-Nov-04 08:04)
- inferred template function parameters Dave (21-Nov-04 15:11)
- automatic casting question Dave (21-Nov-04 15:12)
- Re: Smart Pointers: ownership should not imply automated deletion (was Peter Dimov (21-Nov-04 15:16)
- coding for debugging? Frank Birbacher (21-Nov-04 15:31)
- Overriding of member variables in inherited classes? konsta (22-Nov-04 03:13)
- Why is istrstream deprecated? Branimir Maksimovic (22-Nov-04 13:59)
- [ann] WIN32GUI, v1.6 released John Torjo (22-Nov-04 15:12)
- Function default parameter and name lookup in g++-3.4 Andreas Crauser (23-Nov-04 02:43)
- Re: Smart Pointers: ownership should not imply automated deletion Gerhard Menzl (23-Nov-04 02:44)
- "Whole container" algorithms in STL Frank Astier (23-Nov-04 02:51)
- Re: C99 designated initializers in C++ Gabriel Dos Reis (23-Nov-04 02:53)
- Function argument type deduction Ravi (23-Nov-04 02:56)
- Re: Compared valarray and blitz. Surprise. Gabriel Dos Reis (23-Nov-04 02:53)
- [ANN] Boost 1.32.0 released Aleksey Gurtovoy (23-Nov-04 02:57)
- ANN: C++/Tcl Maciej Sobczak (23-Nov-04 10:43)
- Real-time C++? Frank Astier (23-Nov-04 10:52)
- Directory sort by filename SteM_at_wic.co.at (23-Nov-04 10:53)
- C++ style constants UncleSeb (23-Nov-04 10:54)
- I want to think in C++ Eric Cotter (24-Nov-04 01:32)
- OOP Design Question Curtis Cooper (24-Nov-04 01:33)
- function pointers Radu Grigore (24-Nov-04 12:25)
- Error: "syntax error: got (, expecting Newline" Deepak (24-Nov-04 16:05)
- Looking for template design pattern bigfaceworm (24-Nov-04 18:05)
- STL implementation Guy Davidson (24-Nov-04 18:07)
- free standard library documentation Frank Birbacher (25-Nov-04 00:56)
- does vector::resize throw bad_alloc exception? Ian (25-Nov-04 00:57)
- memcpy for other language text comparision tikviva (26-Nov-04 04:59)
- STL range checking (was Re: Deterministic destruction...) Gerhard Wesp (26-Nov-04 05:03)
- Re: Articles on CLI/C++ Martin Fuchs (26-Nov-04 05:10)
- Which way are fastest to find a string, sorting+binary_search vs. hashing. Matte (26-Nov-04 05:13)
- does vector::resize throw bad_alloc exception? Ian (26-Nov-04 08:36)
- [STL] calculate number of occurrences of double in a (big) files Eric D. (26-Nov-04 08:37)
- [OT] Design of C#. was: I want to think in C++ Gerd Orfey (26-Nov-04 08:38)
- Need help exporting template static data from a dll Frank (26-Nov-04 15:50)
- Unexpected undefined behavior, was Re: Why is istrstream deprecated? kanze_at_gabi-soft.fr (26-Nov-04 15:55)
- downcasting pointer to derived class template without knowing template parameters martin eigel (26-Nov-04 15:56)
- Symbian and STL Ragnar (26-Nov-04 15:56)
- C++ strye guide? Chris Hills (26-Nov-04 15:57)
- Pointer-to-member confusion Peter Koch Larsen (26-Nov-04 18:11)
- std-compliance tests for compilers? Alexander Kamotsky (26-Nov-04 18:12)
- member intialization Radu Grigore (26-Nov-04 18:13)
- Announcing version 0.1 of the OOTL christopher diggins (26-Nov-04 18:15)
- Circular dependencies ernesto basc?n pantoja (26-Nov-04 20:00)
- standard operators gast128 (26-Nov-04 20:00)
- Help with compilation of very short program using boost::tuple Frank Astier (27-Nov-04 04:33)
- Fat exceptions James Talbut (27-Nov-04 13:28)
- Template function access quesiton David Curtis (27-Nov-04 18:08)
- Urgent : help needed on web server implemenation Santhosh Adiga (28-Nov-04 03:34)
- Strange overload resolution error Maxim Yegorushkin (28-Nov-04 10:09)
- How does C++ infer this in compilation? Andy (28-Nov-04 10:10)
- Calculating safe alignment for any type Tom (28-Nov-04 10:08)
- Confused about the "Meaning" of the Semicolon Sebastian (28-Nov-04 15:54)
- Lists of multiple types andy.canfield_at_gmail.com (29-Nov-04 03:01)
- Test-Based RPGs Programming Ao the Unstoppable (29-Nov-04 03:03)
- Need help understanding code Mohammed Riyaz (29-Nov-04 13:44)
- operator .() and property classes Dave (29-Nov-04 13:45)
- Chris Hills e-mail with respect to C++ Coding Style Guidelines tony coomber (29-Nov-04 13:45)
- Auto-generate C++ to UML "overall class hierarchy"? Matt (29-Nov-04 13:48)
- Problem with Sun CC. Class derived from template. Mike Uchitelev (29-Nov-04 13:49)
- What type is ' int * const& ' ? Rodrigo de Salvo Braz (30-Nov-04 02:53)
- An Article about a Cross-Platform Memory Leak Detector Wu Yongwei (30-Nov-04 02:56)
- ways to decouple interface and implementation Marlene Miller (30-Nov-04 03:05)
- int(), double(), char() and thier ilk. Anis Benyelloul (30-Nov-04 14:00)
- Why not "using class" syntax? John Torjo (30-Nov-04 14:00)
- Proposal about operator overloading Anis Benyelloul (30-Nov-04 14:05)
- Overload resolution Stephan Br?nnimann (30-Nov-04 14:02)
- explicit call of constructor on casted void *ptr Timo Qvist (30-Nov-04 15:51)
- About enums. Isaac Rodriguez (30-Nov-04 15:51)
- Last message date: Tue Nov 30 2004 - 15:53:37 PST
- Archived on: Fri Oct 24 2008 - 20:00:08 PDT
|