View Full Version : C++
- Detecting member function constness
- sqlext.h - ODBC link time error - dev-c++ IDE with mingw compiler
- set the stdin & stdout for an external program
- implementation approach ..
- Some questions about inheritance
- [MSVC++]Inline Assembly
- Messed Up Char Array
- STL iterators
- How to eliminate the bitmap difference in little endian and big endian?
- Roots of a polynomial
- in-place set_intersection
- delete element from list
- help
- 2 questions on primitive types
- Opening a txt file to view ( i.e. readme.txt)
- Settling ideas
- Access superclass' method in a template
- C++ code statistics
- How to create Pointer Array
- new, delete, STL
- Load XML from webpage to use with TinyXML
- Doubt in GotW #27 - forwarding functions
- Available C++ Libraries FAQ
- Parameter mismatch with ?: operator
- Buff's device
- Problem: about negative right shift
- returning user control during expensive loop
- Precision of clock()
- Precision of clock()
- Is this thread safe?
- C++ Library for Socket
- Lifespan of anonymous instances
- Help needed! in deciding career with C++ or Java
- C++ based fast parser for delimited records
- separating delcaration and definition of full template specialisation - how?
- Computer's drives
- how to pass a 2-D array to a function
- C++ Career Training COurse -- No1 on Internet
- null or nil or initialised std::list iterator?
- STL : compiling
- fastest way of storing structured data
- Need grayscale image class help.
- macro with user input
- template function cant be found
- Pimpl idiom and member function templates
- There's got to be a more elegant way
- Functions
- Unmanaged void* to .Net System::Array
- query?
- Re: Warn about ignored return codes
- Repost:C++ compiler implementation details
- Multi-dimensional Pointers in C++
- Build errors on "trivial" proof of concept design pattern
- c++ & dealing with files
- accessing member function from another class
- ===Welcome to comp.lang.c++! Read this first.
- struct and constructor
- Sudoku++
- BLACKHAT GROUP WANT C++ PROGRAMMERS 10k $ award!
- typedef template class
- Hintergrundbild in C++ anzeigen
- How can I insert a Backgroundimage in my programm
- Best way to initialize an array of strings
- How can I insert a Backgroundimage in my C++ programm?
- fprintf( )
- how do u convert a vector<float> A to a vector<double> B
- Determining if object has been allocated using operator new
- Re: Multi-dimensional Pointers in C++
- Announcing: Relational Template Library
- std::reverse_bidirectional_iterator out of date?
- experimenting with unions - byteswap approach..
- Pointers to base class (invoking methods of child classes)
- problem in dynamic cast
- how to get pid from system() call in c/c++?
- Class and Property Representation in image
- Date in array?
- C++ Program Lists
- write to output file query
- CGI/C++ Problem with Microsoft IIS
- Destructor??
- How to Return Function Pointer's Memory Address?
- A question about "new" in the constructor argument?
- A question about "new" in the constructor argument?
- std::fstream
- file I/O question
- C++ and Robotics the relations?
- C++ Templates book
- fstream and ofstream
- Get IOS to use a pipe? (subclass it?)
- operator char*()
- Default arguments and constructors
- Message archive
- Message archive
- Default Debugger for VC6 and .NET (VC7)
- Conversions and overload resolution
- Problems with Template Specialization
- Note, the below topic should not have that title
- The adapter design patter
- What is vector?
- another template specialization
- Heiptrw ho
- Compiles with tolower from global namespace but not with std::tolower
- -> vs .
- pointer to function template parameter
- Access of base class' private base class: qualification required, why
- Polymorphic types without virtual functions
- type conversion
- complie question
- override when using object composition
- Gui libraries for C++ in Windows
- Specializing on a templated type
- C++ Reference anywhere on the internet?
- don't know where is the catch...
- private inheritance
- object adaptor
- HowTo make template class part of static library?
- Default args for Class B an aggregate of Class A
- Converting Int to String...
- c++ templates question
- ===Welcome to comp.lang.c++! Read this first.
- SIGSEGV : 11 error
- Convoluted template declarations
- template/friend problem
- OStringStream
- Safe garbage collecting
- tree template
- removing duplicate entries in a list.
- how to construct a class with member type unknown till runtime?
- Issues with for loops
- Quick question
- Value of a pointer to base type when assigned to a derived type
- Inheritance
- B/B+ tree data structure?
- How do I get bitmap information of a button (HWND)
- Portable SIP C++ Library?
- xml parseing
- memory leaks
- answer?
- tellg() for large filesizes
- grave problem with ifstream::is_open
- how find a char most use in a stirng ?
- How to build a library from the C++ using template?
- Need advice, client wants cut of my money from other client..
- new to pointers
- displaying output from this program
- Compiler errors
- Autokey Viginere Cipher
- Methods of Objects
- Setting Right Alignment
- sign_command (e.g not_negative) missing(?) in C++ (/C)
- unqualified-id?
- operator bool and warning C4213
- interesting pointer problem?
- Init an array in a class
- Sequences
- double or float
- references
- GoF:"C++ [doesn't] treat classes as frist class objects"
- Templates, nested classes and static members
- C++ Career Training COurse -- No1 on Internet
- Manipulate two 8-Bits using Carry?
- write to output file Query
- Is this legal?
- inline function in a class
- 3rd Edition vs Special Edition
- Help with copy constructor
- question about recognizing data
- a
- Smart Pointer Question
- a small code for filter non-chinese files.
- Dark-corners floating-point behavior in C++
- Difference between struct and class in c++ and c
- Help I need to call a member from assembler code (WIN32)
- Meta class programming question
- How to find: Fatal exception not rethrown
- Flex, Bison and ifstream
- How to tell if function has been declared?
- Template function adaptors
- name mangling vs name decorating...
- STL map search
- Is "a >= b" equivalent to "a - b >= 0"?
- How does the compiler interpret a template argument (reference vs. non-reference) ?
- leaving an if statement (should be easy)
- conversion, promotion, exact match
- ===Welcome to comp.lang.c++! Read this first.
- Upwards-casting question
- SGI CC compiler: What happens if I use --> #include "unistd.h" and "stdio.h"?
- void pointer
- Enumeration of Array Indicies?
- problem with library for pocket pc
- Strange debugging
- q: minimization/optimization library
- save(char* filename)
- reading from text file
- '::memcpy' has not been declared
- Name Of Argument
- Are Built-in Data Types also Classes
- std::sort using a member function as the BinaryPredicate
- How to create a project file from make files in VC++
- String Manipulation Question from a Newbie!
- BUS ERROR
- difference between unsigned char and char in c
- how pointers behave with int and arrays
- template sort
- an information 'bout |
- xemacs,gdb,I can't input from the terminal in main function,but others functions well.
- Generating combinations
- Particularizing Template Method
- How to hide class member variable
- (Templated) Operator overload on return type.
- problem between c++ and fortran memory boundary
- Reverse Newline character?
- Win 32 bit Programming
- Redefine a member variable in a derived class
- Undefined reference to vtable
- Storing (0, 1, -1, U, X) in a variable
- null pointers questions
- question about string compare stricmp
- Difference between a type and a class?
- About Mapping Intergral Constants To Types
- Just wondering if anyone knows if there are converters to convert from: MS Visual C++ 6.0 or MS Visual Studio 2003 project files into UNIX autogen/configure/make files?
- private friend member function - should this compile or not?
- LOAD/SHOW/SAVE IMAGES VC++
- Specialization errors
- pointer / deltaTime in OpenGL Game Programming book
- Why the results are different?(about virtual function)
- my aplogizes
- using declaration and ADL
- Compile Error using C++ VS6.0 using Notes API
- copy constructor, assignment operator in template
- When is it nesessary with initialize list
- Oracle Call Interface : Free C++ library with support last version of OCI
- Operator Overloading in Template Classes
- Operator<<, in nested templated classes.
- const iterators
- how do u overload operator << so that cout<<A prints out the letter A as well as the value of A
- Vo2Ado
- question about const
- vector of structs with vectors
- C++ refresher projects after a 3 yr gap
- question about data type
- Using SFINAE with constructors
- question on dev-c++ dllimport
- Creating Triangles
- Banging head against a wall
- Templates...???
- static variables in a class
- Temperature conversion
- c++ version of instanceof()
- Right triangles...
vBulletin v3.5.1, Copyright ©2000-2008, Jelsoft Enterprises Ltd.