View Full Version : C++
- strange overload error (bug?)
- References static in header files
- template member function of template class
- Generic notify function foo or bar object
- Best practices? Free functions vs function objects
- C++0x: New function syntax; opportunity to fix arrays?
- Some C/C++ tips for experienced programmers
- the Design of classes referencing each other in the large c++ project
- Copy-assignment and C++0x move-assignment operator ambiguous?
- Int value in a double variable
- Matrix Multiplication
- find uninitialized class members?
- Can declarations cause an exception? Or function calls?
- What type of smart pointer should a factory method return?
- Template typedefs
- Compile-time dispatch via partial specialization using template-dependent types
- How to devise function pointer type from function name?
- general purpose RAII with closures
- plot an array
- float is not ArithmeticLike ???
- C++0x: returning rvalue references, recycling temporaries
- Re: Enum bitfield (Visual Studio Bug or not?)
- Re: Enum bitfield (Visual Studio Bug or not?)
- Re: compiler converting char* to char*&
- Re: Test for NaNs?
- Re: Test for NaNs?
- Re: Enum bitfield (Visual Studio Bug or not?)
- Re: Test for NaNs?
- Re: rules for iteration invalidation in std::map and tr1::unordered_map
- Re: Test for NaNs?
- fflush followed by freopen
- Re: Is self assignment test valid?
- The difference between G++ and VC 2008 in allocate memory
- Test for NaNs?
- compiler converting char* to char*&
- Linkage and Enums
- Is this ADL?
- What is the life-time of a char* obtained from a temporary string object?
- Enum bitfield (Visual Studio Bug or not?)
- Help: reverse a linked list
- overload resolution and namespaces
- arrays and cv qualification conversions
- RFC: C++0x memory model and parallel shift
- Another temporary life-time question... :-)
- abstraction level of error handling
- Please suggest use-cases for introspective code generation
- How to get string length in compile-time?
- Real address of virtual function
- ofstream, locales and freestore
- Non-inline templates?
- Is there a solution to that?
- Improper use of std::map?
- rules for iteration invalidation in std::map and tr1::unordered_map
- Can't template operator << be private?
- Re: Problems storing objects in a vector and incrementing a static counter in C++
- Deleting Pointer Problem (I think)
- warning C4503: decorated name length exceeded, name was truncated
- Problems storing objects in a vector and incrementing a static counter in C++
- Destrying and object without calling a destructor
- interpreting float data as ints
- Dodgy overload resolution in GCC?
- how do I split a string?
- base function not accessible ?
- Functions without side-effects. Proposal
- Is self assignment test valid?
- min max
- Available C++ Libraries FAQ
- operator > Against Addresses Of Member Functions
- Duplication between type_traits and concepts
- Staticness in overload resolution
- std::map<> or std::set<> as interval search tree
- "Hi. I'm A Set, Implemented As {BST | AVL | Splay | Red-Black}."
- Specs for shared_ptr; compatibility between classic pointers and shared_ptr
- Loki vs EDG on legal template definition
- The Function Order in vtable
- remove_copy
- Is decltype(vector<int>())::iterator valid? If not, should it?
- Any way in current standard to implement this policy traits?
- Is there anything in the works(standards committee) to give C++ dynamic linking?
- hash_map vs unordered_map
- template function can't be instantilized (use keyword export?)
- protected vs static members
- Detecting memfun staticness
- ostream_iterator compile error
- std::max(unsigned, size_t), amd64 and C++0x
- Class Scope Not Being Honored?
- Overhead diffences between structs and classes
- Defect Report: Garbled Description of the "continue" Statement
- Template specialization with template parameter
- Which design in better? (Also posted in comp.lang.c++)
- Re: function overload resolution by polymorphic types
- derived class members being used in base class
- C++0x Variadic Templates
- observer / mediator perhaps ... design woes
- Emulating concept based overloading
- Template syntax help
- Initialize one vector using elements in second vector...
- Why union cannot have member having user defined constructor ?
- How to maintain a c++ abi
- Strange questions about : int atoi(const char *nptr);
- adapter function for for_each
- Question regarding a Singleton template
- Nonlinear root finder/solver in (proper) C++?
- Problem with Singleton template (2)
- default option at the beginning of switch
- How to use namespace in a class definition?
- When to use a customized allocator instead of the default one when using STL container classes?
- [allocator.concept] smart pointer clarifications
- char and wchar_t
- Templates: Two methods with same name
- Who discovered the type erasure technique in C++?
- Force 'char' to be implemented as 'unsigned char'?
- non-const reference to temporary
- Constructing a string using istream_iterators
- Singleton overview
- virtual inheritance for class template
- basic_regex and allocators
- C++0x; string literals and initializers
- Wrapping widely accepted libraries
- C++ Union compilation errors
- comp.lang.c++.moderated parameter
- Destructor
- passing array to the constructor
- ODR vs compile-time metaprograms
- Const method returning a functor to non-const method
- Non static members
- C++0x: concept Convertible<T> issues
- Irks of C++0x
- Mastery of C++
- How to stl library efficiently?
- stl map key not found problem
- decltype in terms of non-static class members
- Return type
- Basic concept: undefined behavior, ill-formed program and diagnosable rules
- Does main function support unicode?
- Exceptions as smart pointers
- [templates] scope global variable
- Using declaration
- Segfault in .so file.
- question mark operator
- Graph representation
- [ANN] U++ 2008.1 released
- user defined negate operator
- Method call directed off null pointer - legal?
- Develop an Application that support database
- Stack Overflow
- Decorator design pattern ( C++ )
- Declaration changes meaning
- Difference between "unspecified behaviour" and "undefined behaviour"
- assertions: does it matter that they are disabled in production?
- Templates and greater than / less than ambiguity
- Access NULL / 0 pointer without program crash?
- stl and stateful allocators
- Future of C++
- navigating(resolution) inside double diamond
- Is this code safe? (std::exception constructor with local char*)
- Design question: best way for initializing many small objects
- What would be considered "unusual" C++ code?
- Available C++ Libraries FAQ
- why would i use '!!' ?
- error C2664
- does g++ treat 'and' as a keyword?
- Need timer with ability to time long intervals and sub-second precision
- CString changing an independant int
- Performance cost of RTTI vs programmed type system
- Static reflection - a base for runtime reflection?
- Type of enumerator
- Confusion on "extern"
- memory efficient STL allocator alternatives?
- Throw from terminate?
- common_type and references
- pointers and references to automatic variables :( how to do a good builder pattern implementation?
- printf vs streams (cout) - performance vs robustness?
- long long int type, does iso c++ hase this type?
- atomically thread-safe Meyers singleton impl...
- Help with extern "C"
- Move semantics and moved/empty objects
- Pass by const-reference, temporaries and copyability
- exceptions and resource deallocation
- Re: nested template question
- Instantiation of Base Class.
- cast to void*(compile time catching)
- Vectors and "Release Build"
- Confusion on Linkage
- Bools
- NaNs
- Google Group: architectgurus
- ACCU 2009 conference -- call for participation
- name lookup question ("gotw 30")
- Accelerated C++ exercise 4-2 -- converting int to string?
- boost mpl list
- Defect report: basic streambuf setg parameter
- basic operator lookup question
- Streaming a wstring to a wofstream
- Another Koenig lookup thread, yes, kill me now
- Detection of fatal errors
- a different way to get the stringifyed value of an enumeration
- LWG Issue #387 -- std::complex
- Exception safety -- once again
- overriding new and delete operators...and didn't work as I expected
- Array of unknown bound
- Singletons and destructors
- "Function Types"
- Address constant expression
- ios_base::app Standard behavior
- = delete - what does this do?
- Visual Studio 2005 complains about memory leaks
- Standard Conversions
- sscanf behaviour
- Static and virtual
- Finding the Median of 2 Vectors
- Order of destruct of local variables
- Finding the global maximum of a looong polynomial
- Array vs Vector performance
- RValue Arrays
- Hellp in handling 2^15 variables
- Suggestions on map template / Library
- Help with Compile Error :)
- Why is bitset defined in the associative containers section?
- Class member acces through pointer vs object
- Weird behavior with uninitialized data
- Vector et al default initialized
- nested template class instantiation from template function problems
- What kind of questions should be asked in this group rather than comp.lang.c++?
- changing streambuf to address a security hole
- static class
- Key strategies for hash_map
- "Inheritance break Encapsulation "
- std::set as search tree - manipulate elements?
- Available C++ Libraries FAQ
- Implementing call back functions effeciantly
- class member function binding
- Question copy semantics in structs containing arrays
- Static members
- Address of overloaded function
- hash_map insertion question
- N2673 question
- boost weak pointers and boost optional
- C/C++ from HTML+Javascipt
- How to ban a class copy?
- Exception-safety of erase
- Return type of a function
- Anonymous Class
- Binary search question
- stl, iostream and wchar_t
- Auto_ptr<> woes.
- SOCI 3.0.0 - The C++ Database Access Library
- String literals
- Struggling with optional funtionality in a derived class
- N2691 Inconsistencies in construct_element requirements
vBulletin v3.6.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.