View Full Version : C++
- Compile C++
- template recursion
- fstream with switch case
- Inheriting friends
- Threading singleton class?
- A question about pointer
- Very big arrays
- regarding templates
- regarding recursive function declared as inline
- surprising template size and speed
- inline functions
- can I safely ignore inline ?
- Expression evaluation: object read rules confusion
- C++
- Custom DataGrid Filters and Sorting
- how to declare structure pointer in within a class
- some functions
- database in C++
- Poker hand evaluation
- query regarding namespaces
- "expected constructor, destructor, or type conversion before '->' token" using a Singleton
- Issue with setting a protected member
- project1
- why static variables used in EXE and DLL are different?
- singleton problem
- singleton problem
- deducing function from template parameters
- int versus unsigned int - optimizing for speed
- typename D<T>::E e; // this->E would not be valid syntax
- Nondependent Base Classes
- Any better code for the following simple case?
- compilers
- bit-shift doesn't produce expected 0!
- ANN: v2007 Altova XML software is available
- Source Code for toUpper Function
- Porting Borland project to VS
- Operator overloading for a hierarchy
- Hi, how can I optimize the following code?
- colored buttons - Win32 API
- confused with the char*
- project in C++
- Excel Sheet
- moving from c++ to visual studio c++ (winpcap)
- memeory related
- Whats the difference between while loop in Windows message loop and while(1)
- Query regd. "Modern C++ Design" program.
- Sorting
- a question about memory error..
- how get instanace-class-name of a variable
- C++ and "flush" -- So very confused
- Question about the this pointer
- need of the following E-Book
- Help on reading the standard!
- sorted vector instead of set
- sleep(int) for c++
- Help wanted on operator overloading
- weird output for equations...
- for whom the header files are important?
- begging for a big help
- Saving data from a Vector Collection
- code completion
- negative integer literals
- using printf to redirect to web page
- ===Welcome to comp.lang.c++! Read this first.
- Help with map iterator
- Program for School
- Something about bits
- Traversing members of a class with a pointer
- ORM and c++
- Welcome to Atlantic City
- Function return string
- Binary constants
- The worst things about C++
- Help with C++
- Validating input
- HELP!! (kind of repetitive, yes.)
- What a pointer really points to
- problem with IOT/Abort Trap
- C++ Primer, 3rd or 4th ?
- HELP!
- CRC-CCITT
- Need Help with the functions program
- What does it mean to pass a function name?
- not using the return value
- funny template variable declaration
- STLport 5.1.0 released
- are the boost ptr containers exception safe?
- c languge problem
- Using pointer or reference?
- Prime class
- Re: Big Bertha Thing blogs
- Printing Containers
- static array initialization and private copy ctor
- text editor
- variable size of an arrary
- ADO Connection Pooling Using CPP.
- delete [] var_name; //sometimes does not work
- std::vector<bool> specialisation performance issue
- Returning a template argument
- Comment please: begin() method in container class
- Dev cpp
- negation operator !
- ask a small question!!
- template instantiation and typedefs.
- Two questions about const modifier
- reading binary file
- How to get the data type from the template argument?
- STL design "good" wrt producing code bloat?
- Multiple Inheritance
- Should running a program at the smallest call stack depth be pursued?
- Is this construction validate in C++?
- These template things are good...right?
- Installing boost
- const vs. static const inside class
- will std::deque not reallocate?
- JNI (C++ calls from Java)
- Deleting records
- Does C++ supports variable template parameters ?
- overloading
- MySql an C++
- returning strings
- Jak wykryc blad w makefile ?
- non-virtual overloading and performance issue
- Is this expression illegal?
- Whether the following program implement the factory Design
- Whether the following program implement the factory Design
- Incrementing the filename of a text file
- What is wrong in this code ?
- Why malloc get stucked?
- copying chars in TC++
- de-reference a pointer to object
- Class design decision
- documents related to factory design pattern and Abstract foctory pattern.
- convert wconv1 to c++
- What happens before main()?
- const and folding
- which constructor is used in the direct-initialization?
- Global variables in include file
- 2 libraries with different versions of same object
- How to initialize array which is a member of a class?
- how to find available memory in linux box
- Pure Abstract Classes
- difference between stdio.h and cstdio
- Using copy for output
- problems with my program again!
- Job Opportunity for Software Engineers with Strong C++
- ===Welcome to comp.lang.c++! Read this first.
- how to determin if a date is in between two other dates?
- code clean up for a static instance of a class
- serial data decoding
- using default exception in catch(...)
- scope resolution operator
- Simple compilation?
- A sample program to implement a factory design pattern
- A sample program to implement a factory design pattern
- A sample program to implement a factory design pattern
- Overloading operator fails ?
- Parent Getting Child's Menu Instead?
- 3.3.6 - Class scope: reordering member declarations
- Need help on this error
- problem with char,boolean and double
- About error MIDL2337 : unsatisfied forward declaration
- Still the confusion is there ....
- Hooking into Windows Event Viewer
- C++ Thread Class
- constructor
- cygwin gdb always fails creating process (error 193)
- "An expression can result in a value..."
- compile error
- How to represent interger powers in C++?
- Use of Static Variables from Outside of Defining Class
- Another "is this C++" question for the language lawyers
- Functor Parameters: Template vs. Members
- Using macros to build typelists incrementally
- use of odeset with matlab c++
- Parser to list function names in C++?
- Wild Cards?
- Enums and exceptions in C++
- Assistance with linked lists
- map elements being deleted
- Library compatibility using C with Visual C++ Express
- Versant to Sybase port
- tamplate class error: "undefined reference"
- SOCI 2.2.0 - The C++ Database Access Library
- problem with find on stirngs
- Coding standards without control?
- Need Help!
- Sequence algorithm usage help
- How to get all of enviroment variables ?
- Beginer's question about string::operator==
- STL customer iterator
- Design and implementation issues (templates, inheritance)
- Inheritance, templates, nothing solves my problem!?
- This is wrong, right?
- Convert Unicode Codepoint(dec) value to ASCII char in C++(Linux)?
- Init random numbers with time?
- how to call default ctor
- C++: IFSTREAM causes problem
- Problem with Global Variable Declarations (QT)
- Inline class members used in vc 2005
- Grammatical constituents of object type.
- Overloading preincrement causing abnormal exit.
- Coverage tool
- What happens when you perform arithmetic on an Array Variable?
- Static variable initalization
- Assigment operator and container of base type
- ways to return multiple vlaues?
- Cloning C++ objects
- MFC and JNI
- NULL pointer returned in calloc
- help in interpolation search
- interpolation search
- Explicit instantiation of templates: any experience?
- confusing errors
- Need to add a class
- My overlaoded assignment operator doesn't work
- How to use sys/socket.h functions in windows OS.
- What could normally causes the string to have no null terminated
- About cout
- private virtual functions and pure virtual functions with bodies
- -std::map.size() reported wrong?
- confused by virtual destructor example in "effective c++"
- set focus to the desktop window ??
- For inheriting, do the symbols automatically comes at scope?
- STL hash_map
- function ::f()
- where's the failure?
- Program.
- Memory protection
- how to change the value of an object ?
- partially initialized constructor
- need code for finding avenues
- boost::enable_if and constructors
- Programming Interview Books Store
- export: should I want it?
- ===Welcome to comp.lang.c++! Read this first.
- How can I fix this TEMPLATE class?
- strange errors in my coding
- Calculation of increment operator
- strange errors in my coding
- Interfaces and ABCs
- Design problem related to A-Bag-Of-Fruit is not the same as A-Bag-Of-Apple
- changing individual elements of a char variable
- operator<< polymorphism and internationalisation
- level order traversal and a que issues
- Is it safe to assume default value from dynamic memory allocation?
- graphics in c
- How complex the conditional clause is allowed
- Computer Programming tutorials !
- Local classes in C++?
vBulletin v3.5.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.