View Full Version : C++
- check range of unsigned long
- Re: newbie questions on C++
- Re: printf-style formatting with streams.
- cin and spaces
- How to replace delete[] with a macro
- Re: String Buffer
- creating base class (or whatever it is called) ?
- Smart pointers impractical a lot of the time
- Re: UNbinding a socket
- Re: (OT) UNbinding a socket
- Re: HERE IS THE C++ COMPILER
- Re: HERE IS THE C++ COMPILER
- Re: HERE IS THE C++ COMPILER
- Q: how to force template instantiation on std::find() for vector
- Troll Alert: Decompiling a Visual C++ Application
- Re: Decompiling a Visual C++ Application
- Programming Contest--ICFP
- while statement
- virtual methods ?
- Re: Detecting static or non-static member function?
- Newbie Question
- Re: copy constructor puzzle
- Re: Pointers: What's the point?
- Does a float need to be converted to network order?
- Re: C++ training and certification
- Re: Confused about non-virtual functions
- Re: Confused about non-virtual functions
- Re: code efficiencies with pointers
- Re: C bug involving char arrays
- stl vector reverse method
- Re: Problem with NULL in g++
- Re: operator<< template declaration problem
- Re: Template specialization and static data member
- gui
- Re: visibility of typedefs
- Re: free compiler
- looking for image format converting lib
- template partial specialization
- Re: return myfunc();
- Problem with multiple constructors
- Re: Confused about non-virtual functions
- &a v.s. a v.s. &a[0]
- Cross-compiler way to handle memory allocation failure ?
- Re: delete this; return ret;
- cbuilder with psdk?
- Friend and Operator []
- Re: Extendable envelope/letter idiom
- Re: C bug involving char arrays
- Re: delete this; return ret;
- Re: Confused about non-virtual functions
- Re: Urgent! how to get object name, method name and attribute name based on the strings?
- how to read from a formatted file, and then call object's methods
- problem installing vacpp.cmp.lib
- not calling function at run time ..
- Re: Computing's Lost Allure
- link error if template function is defined in non-header file
- Re: Static members comparison
- Re: When is virtual fn def in base cls required?
- member function pointer and STL
- function pointer
- ambiguous or not?
- Re: Pointers: What's the point?
- destructor/design problem?
- error passing ifstream. why?
- Re: Problem with NULL in g++
- Re: free compiler
- Re: Operator Overloading - references?
- Re: std::vector memory allocation
- Segmantation fault with multithreading
- type casting of a ptr to a c struct
- Re: How to write a Bitmap file
- + works for string literal also
- Re: Move text in visual C++
- Re: return value optimization on expression/meta templates
- Re: Alternative to "Crusher" libraries?
- compilation errors in VC++ with map, but works fine in linux
- functor object in template class
- Re: When is virtual fn def in base cls required?
- Re: Problem with NULL in g++
- No data found when I browse cube
- Re: What kind of error can cause such a problem?
- VC Netn i ActiveX
- New Altivec-optimized valarray implementation
- Sorry!
- Re: delete this; return ret;
- why it's not possible calling constructor from constructor?
- static_cast confusion
- Re: When is virtual fn def in base cls required?
- Call constructor on an already existing instance?
- Re: Template & Friend
- Re: std::vector memory allocation
- Re: where can I find a driver sample code
- Re: Move text in visual C++
- Input Operator >> Does not work in Visual C++ 6
- Re: std::vector memory allocation
- STL iterators and the std namespace
- Re: What kind of error can cause such a problem?
- Function Pointers and Error: Could not find a match
- Re: allocators...exceptions...new/delete
- Re: system() peformance ..
- STL maps and const keys
- Newbie Question
- a stupid question
- Trying to access www through c++
- Re: Error C2664: Cannot Convert Parameter 1 from 'x' to 'y'
- Re: Error C2664: Cannot Convert Parameter 1 from 'x' to 'y'
- Re: Error C2664: Cannot Convert Parameter 1 from 'x' to 'y'
- Re: std::vector memory allocation
- calling member functions from an initialiser list
- Re: char * vs char[]
- Re: char * vs char[]
- Re: char * vs char[]
- String operations in member initialisation list
- Overloading New Operator
- More on Colin James III
- static function vs. multithreaded app.
- Another Curious C++ Error - Illegal Left Operand
- Re: std::ostringstream unexpected behavior with .net 2003.
- Re: std::ostringstream unexpected behavior with .net 2003.
- ignore funtiction?
- STL vector question
- How I free memory and return value from that memory area?
- Re: circular dependencies & globals - avoid w/ precompiler directives?betterdesign suggestions?
- How to do this better?
- iostream::read function
- Is printf thread-safe?
- Re: system() peformance ..
- displaying enums
- Iterators as associative containers' key
- Significant digits
- 2d hash_map iteration ?
- console:::
- Re: file overwrite data manipulation
- Re: file overwrite data manipulation
- how to report bug to g++ ? got a bug and fixed up source code
- Re: Bit manipulation
- test.. please ignore
- What is the purpose of using UNION in a class...??
- scope
- implicit vs. explicit type conversion for string vs. (char *)
- Determine read or write ?
- is it placement new?
- problem to fill a combination of containers
- dllexport
- is there a nice way to read consequtive integers from a character sting
- finding/counting elements in a STL::map
- Re: Limit Object Instances
- Re: Limit Object Instances
- confused g++ err msg 'deprecated conversion from string constantto char*'
- Re: verify that a file exist!
- Bizarre But True....
- new A v.s. new A()
- Existe-t'il de (bons) clones de Purify ?
- Are there any (good) clones of Purify for C++ ?
- Re: Need help with good OO design
- Re: Need help with good OO design
- Another Demonstration of My Lack of Ability to Program C++
- Re: Need help with good OO design
- ===Welcome to comp.lang.c++! Read this first.
- Logical error/ whole program contained within.
- Re: coredump on true64
- newbie Q re mismatched data-types
- C/C++ practice question
- Re: finding out if pointer to memory is valid
- Re: finding out if pointer to memory is valid
- Re: list.sort ( compare )
- stupid make question
- C++ design question
- Tempate Operator Question
- Tool to convert public mem var RWs to use accessor methods?
- Re: building an intrusion detection system
- Re: Overloading "new" and "delete" operator
- std::remove syntax
- Virtual method implementation in C++
- debugger - how to step from .exe into .dll
- Float and double, precision and scale??
- combining c and c++ source trees
- Binary file - numbers
- "C++ Inside & Out" by Bruce Eckel
- Re: remove or _unlink using wildcard?
- Impossible Leak realloc
- Re: finding out if pointer to memory is valid
- QMenuBar question
- [Question] parameter passing between C and C++
- how do I access a member of vector when this vector is a member of a class
- Re: finding out if pointer to memory is valid
- language compliance test
- reading keyboard
- Re: compilation error
- Re: compilation error
- template <class C> void list::sort( C fn ) question
- Re: finding out if pointer to memory is valid
- Clear Screen?
- [OT]Re: remove or _unlink using wildcard?
- Constructor Initialization
- Re: Complete Newb Here
- Create Thread and parameter distortion
- pointer in C++
- const functions and IO
- Re: Specialization of Class Templates
- Re: char * vs char[]
- Re: Specialization of Class Templates
- man cout or info cout
- c++ <vector> version of fortran "merge" or "where"
- file creation (folder) help
- c++ vs visual c++
- Re: c++ video tutorials
- Re: Curser position in MS DOS
- reusing super class constructor code
- Re: Curser position in MS DOS
- Evaluate such an expression as: (A and B) xor (C or D)
- Evaluate such an expression as: (A and B) xor (C or D)
- Get key pressed (without getch();)
- C++ linked lists -- searching, merge sorting, , etc
- Change color of text in dialogs
- Accessing Base class function using a pointer to a derived class
- resetting a file
- Re: question about Component Object Model(COM)
- stl and standard library functions
- template separation
- Interfacing with, and getting return values from, a webpage
- Re: removing the 5th STL object
- Re: removing the 5th STL object
- code for shutting down windows
- pull out first and last words
- Re: Help!!! Help!!! Added a new project, compiles OK, at the end,no .a file
- Paranoid about style/elegance and function size, please quell
- Getting the compiler to work
- inline functions
- Re: [OT] Curser position in MS DOS
- How can I increment/decrement a multidemensional array without a loop?
- Big Deal with returning int
- multiply defined operator
- C++ Maze Program
- Re: Big Deal with returning int
- please help!! assignment operator
- Re: Big Deal with returning int
- calling a constructor within a constructor
- Re: Big Deal with returning int
- Re: Removal Device
- inheritance
- Re: Big Deal with returning int
- Overloading / Getting rid of cout
- Re: Big Deal with returning int
- Help!!! What will be the problem in the below program?
- Re: size_t ... standards
- Re: size_t ... standards
- Codewarrior: am I compiling with debug on ?
- Re: Big Deal with returning int
- C++ Scope
vBulletin v3.5.1, Copyright ©2000-2008, Jelsoft Enterprises Ltd.