View Full Version : C++
- where does /return value/ go?
- Interface classes
- Problem with sorting a vector
- don't understand the STL source code!
- searching for global extrema
- Different Variables Use Same Memory
- OT: Stern Environmental Review, a British Government Report published Online
- STL map
- bit operators
- problem on saving object relations.
- Unix: advanced c++ debugging techniques
- type safety and reinterpret_cast<>
- virtual function
- STL and local structs: Is this valid ?
- header files revisited: extern vs. static
- inline class functions in separate file
- A n00b.
- copy constructor
- pointer past end of buffer
- useless design pattern
- Stroustrup ch2 section 2.3.2 example
- pointer to member function as a template parameter
- Specialization of a method from an imbricated template class
- basic_stringstream with unsigned short
- basic_string with unsigned short
- basic_stringstream with unsigned short
- operator+
- reading files in VC++ 6.0
- C vs. C++ and C compiler optimization question
- Resource question
- smart_ptr question
- Threading in C++
- copy string[] to vector<string>
- new/malloc & free store/heap
- Simple Iterator question
- Break ifstream input into words?
- file processing problem
- what's wrong with this strtok_r()
- Online Source, Book for Reference purposes
- help with function template and using size of
- cin.ignore... better way wanted...
- Using Lists to do a selectionSort function
- Unexpected result messing around with own binary search
- how can I create a system process
- service and process question
- Difference between operator and function
- C++ Best practices, OOD, Linked List
- how to dinamically allocate memory for two dimensional array?
- Confused with passing values through classes ?
- returning value from constructors
- partial specialization on std::vector
- ===Welcome to comp.lang.c++! Read this first.
- Explicitly calling constructor
- dynamic_cast for down casting from base to concrete type
- Re: More memory space needed for an Enum
- More memory space needed for an Enum
- how to add a ".0" to ostream floats
- How to find dependent dlls for am exe?
- Large Object within Pointer to Function & Switch
- modulus etc
- What's wrong with this program using template?
- Student assistance requested.
- Help with delete operator and destructors (code attached)
- std::istream::readsome
- Templates and structures
- What's the best way to create c++ objects from string names on the fly?
- formatting with int
- User inputted length of an array without an extra variable.
- ctype.h & using namespace std
- Opening a File
- hash table memory question
- doubt on traits with memchr and memcmp
- Garbage Collector examples ?
- Mixing C and C++ - for the first time - newbie question...
- fstream doesn't write
- What is Mutex?
- accessing data with different views
- Metadata information for image and audio files
- Memory access violation (only with -O2).
- when is sizeof evaluated
- Deriving from a templated base class
- iterator based plot
- Question about size of class
- Passing dereferenced new pointer to reference paramter
- basic_string with unsigned short - initialization and usage
- basic_string with unsigned short
- basic_string with unsigned short
- Two objects created in a Single class
- cycling through a vector?
- cycling through a vector?
- cycling through a vector?
- nice printing 0 not -4.44e-14
- pointer to a Class initialization question
- allowing header files to call each other?
- Yet another template question :o(
- Formatting output of floating point numbers
- #define together with #pragma
- Link error for a static member
- Copy constructor for a class that contains a pointer to a base class type (newbie)
- #define together with #pragma
- #define together with #pragma
- Copy constructor for a class that contains a pointer to a base classtype (newbie)
- Memory-hogging variables - swap to disk?
- New to embeded C++
- Overridden method doesn't get invoked
- Static members
- Pointer to Function
- Pointer to Function
- NEWBIE QUESTION
- memory allocation deallocation ...
- Extract 5 bits at a time from a stl string
- Inheritance in C++
- error LNK2019: unresolved external symbol - cl compiler
- i lik to be one among u
- How to call C++ dll in C
- c++ exception with a non-ascii message
- C++ cross referencer
- custom ostream for debugPrint purposes
- Read file of multiple data types.
- what is visual c++? (stupid question)
- std::maps
- Application logging
- Strange problem...
- use of namespace
- for vs. while
- Bool expression
- max_element with binary predicate
- Why is stream fail() bit set?
- error: ambiguous overload for 'operator <<' in...
- Templates and Interfaces
- auto_ptr correct usage
- Incrementing using ....
- Code Hangs with CTabCtrl in _AfxRemoveDefaultButton
- Inserting into std::set
- Using an Initialized member in a function
- warning C4267 and warning C4996
- private bool function
- How to get the bit after shifted?
- Extend an enumeration
- how to understand the syntax int i(val)?
- Binary Tree - Depth First Search
- How to effectively represent and Increase MAC address
- wstring usage
- icc vs g++
- Which STL templates to use?
- boost regex format string
- conditional compilation
- NTGraph problem
- MMU and vtable
- MMU and vtable
- Which to learn first: C or C++?
- macro vs. template???
- I can't get STL pair to work
- Interface constraints using templates
- Read only access to members
- CFileException::generic
- shared_ptr efficiency problem
- Which to learn first: C or C++?
- Rationale behind copy semantics in STL containers.
- learning Modern C++
- Opaque pointers, templates and ABCs
- brakets aloud in a file name or path?
- ===Welcome to comp.lang.c++! Read this first.
- // comments following a #define; issue or not.
- for_each and function adapter help!!!
- Accessing member variables post template inheritance
- Come si implementa in c++ il prodotto di Kronecker
- enum used in multiple compilation units
- IDE seems to be confused about classes
- Re: Big Bertha Thing blogs
- setting file access rights
- Hi
- c++ graphics on windows xp
- Virtual Inheritance Ambiguity
- Include implementation file in in the header file for template class
- Time analysis
- compiling templates
- if Constructor can be used to initialize ...
- Error: __thiscall CNode::~CNode(void)" (??1CNode@@QAE@XZ)
- Member, Class, Inline: Initialization question
- parsing large text file and pairwise comparison
- Which to learn first C or C++?
- Which to learn first C or C++?
- getfiletime
- Experimental only: Pointer copy consturctor does not work
- Template template parameters
- Which if faster?
- Strange problem when using C++ Class
- Accessing physical memory using C++
- how to clear buffer TRACE uses
- A program of the using directives for the nested namespace.
- What does this mean? Any help appreciated!
- ifstream in Solaris acting strangely
- a snippet of c++ code, i can't find the error?
- Magic about auto_ptr !!
- i++ and ++i when the ++ operator is overriden
- COM typedefs
- Valgrind: problem opening proc/self/maps
- Remove suffix from string
- Binary operator
- what does this line mean?
- sizeof struct
- please give me an advice
- a easy question about read and print
- vector iterators
- Initializing an array of a structure to default value, does compiler do a loop to initialize?
- READ THIS AND THINK ABOUT YOURSELF
- a basic question about Object, Object&
- return value by reference
- STL List iterator
- HELP ! with C++
- Error compiling template based class
- calling a function contained in a dll
- Mirroring template instantiations
- Newbee question : confused about Typedef
- Query about const member function
- Question regarding a container of objects
- hello
- About Standard Template Library
- Split class over 2 files
- Return C-style string from function?
- c++ standard
- Parameter evaluation order on operator invocations
- C++ Templates
- error: invalid use of nonstatic data member
- which STL container do I need for storing a 2D-array?
- Problem with functor in g++
- help me to test how can more simple for this C++ answer
- C++ program for solving any 9x9 sudoku.?
- 2D Array
- VARIANT type
- how to declare a friend function that can access two class
- Runtime error - _CrtIsValidHeapPointer(pUserData)
- overloading operator
- floor or ceil for integer division
- Where does everyone BUY/SELL PC's/MAC's at????
- having trouble with reading in file word by word with link list
- Lots of string compares
- Deep and shallow copies
- n-ary tree
- compile-time reflection on enum types?
- [STL] [Maps] operator[]
- data file input
- Pointer to Pointer
- question related to stl vector and boost::shared_ptr
- College degree or not
- How to simulate the mouse control?
- '$' character (and others) within identifiers
- How to install Borland Compiler?
- A very nice free browser to try...
vBulletin v3.5.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.