C++ language (comp.lang.c++) [Archive]
View Full Version : C++ language (comp.lang.c++)
- function call misinterpreted as a variable
- How to measure code-efficiency?
- class library in c++
- std::string vs. Unicode UTF-8
- assignment operator overload error??
- multidimentional array
- uninitialized bool
- indenting
- Is C faster than C++
- The best OOP languages??
- distributed computing choices
- / operation
- C-Array iterator C++ compliance problem
- GoF:"C++ [doesn't] treat classes as frist class objects"
- peek() and tellg()
- single double precision question ....... more
- switch case error
- code obfucation
- What is NP-complete?
- struggling with a design approach ......
- auto_ptr
- for loop
- va_arg only for bult-in types?
- errata page
- passing void function pointer
- operator []
- arrays
- How is memory deallocated after an exception in a constructo
- Creating and using a lookup array
- Question about language compliance
- calling the method from the parent class
- How to do this in c++
- CoCreateInstance fails returning class not registered
- Weird Output
- Overloading Operator <<
- pssible confusion about iterators
- Here is my idea on how to do this program, but I cannot put
- Binary
- Pixel Manipulations
- I need help with a program
- [Project] List & ConstIterator
- dev-cpp icon issue
- class with destructor inside a vector...?
- Kdevelop/Kcachegrind
- oo in c++...and may other
- setjmp/longjmp in Symbian OS
- Templates, friends, operators .. what more do we need to hav
- Q about default function parameters
- socket programming windows Dev-cpp environment
- meters 2 ft/in problem
- inheritance question
- collocated architecture versus distributed architecture
- C++ and Robotics the relations?
- Recursive templates
- copy constructor in g++
- ambiguous definition
- Loki Typelists
- primitive range
- Selectively Public Function
- Removing all elements from STL queue
- sizeof(std::string) seems to small
- taking a pointer from iterator
- pssible confusion about iterators
- SmartWin++, release candidate 0.99993 out...
- subset function for string
- How to tell if a number has decimal places different than 0
- Partial specialization ambiguity resolution
- vector functions
- Why can type conversion operator not be qualified with expli
- ===Welcome to comp.lang.c++! Read this first.
- do serious programmers have a life?
- c++ question
- error C2664 with InterlockedExchangePointer
- Creating functions sequentialy
- Introduction to OOP!!! But which language?????
- ctor using template pattern?
- Template recursive class
- Templates and friend operator
- Function pointers in typedef templates under Linux
- Does c_str property of string class allocate memory?
- interfacce in c++
- creating an array of pointers
- Need to volatile a by-reference parameter?
- inheritance not allowed
- system call
- I need a function that extracts all string from /this config
- Value of INF (double)
- destry array of defined type
- sandbox is the same as development machine?
- intersting problem with inheritance and iterators
- Is it possible to create matrixes with vector <vector <doubl
- select() for iostreams
- vector.size() and (signed) int
- integral vs. user-defined type check
- static variables in a class
- static local variable in a member function.
- Object ownership and memory management
- mainframe career advice
- Convert float/double to wchar_t (unicode)
- Possible problem with iterators in STL
- Function that calculates the arithmetic mean using vectors?
- forward declaration?
- c++ help....i'm stuck in the middle...
- more effective c++ item 31
- the function in_avail()
- C++ equivalent for strftime()?
- Use Class Definition From Different File
- A doubt on assignment operator.
- Generate All Subsets
- Pitfalls and problems in this code?
- template linker error
- error in file input
- Spreading a class across several compilation units
- an error i coudnt understand
- SFINAE problem.
- i've got strange destructor
- quick watch of an overloaded operator
- Compiling error
- Slicing problem
- Prevent a class instance being created on the stack. Possibl
- Why isn't the whitespace removed?
- Free C++ 3D Mesh Library
- std::vector - works in BCB6 but not in g++
- OT-Sort of--> Versioning
- input issue
- Othello Valid Move Logic
- Pointer question
- c+ header files
- Extracting data from a date
- Help with vectors
- C++ philosophy - using clause in header files
- data structure/algorithm problem
- Pointer to array of char
- question about string compare stricmp
- strstream.h header file?
- vector inside a class
- sizeof('x') in C and in C++
- lookup tables
- exceptions and prototypes
- calling pure virtual in abstract class's constructor
- realfree () related to new operator
- Local objects in function not destructed on exception?
- unknown compile error
- Beginner questions...
- Help with UNIONS
- Class data to byte stream transfer mechinisim
- instanceof
- ===Welcome to comp.lang.c++! Read this first.
- unnamed namespace problem
- extracting int of string
- ABC inheriting from ABC
- memcpy()
- strange compiler error ( gcc 4.0.2)
- Debugging bizzare error help needed
- defult reference parameters
- running another program from a C++ program
- Catching unknown exceptions
- Private inheritance renders class inaccessible
- Measuring a String
- convert double to string query
- Draw a line using Bresenhams
- Force method call in destructor of a derived class?
- organizing elements of two sets for efficient search.
- tweaking the virtual function table pointer
- Need Help with static struct class definition
- Why virtual function can not be overloaded?
- why we use letter 'm' for variable decleration
- 1D pointer to 3D array casting
- std::vector's reserve(), erase() and clear()
- garbage collector
- visibility/passing of variables
- c++ interfaces
- Array of array recursion
- What's the new features of c++0x?
- STL::vector problem
- template specialization
- How does company culture affect you?
- Why this warning here?
- Template specializations
- pass by reference vs pass by pointer
- int a, int b[a]
- How do I initialize complex class static member?
- Logging for C++
- casting pointers and dynamic binding
- Return appropriately by value, (smart) pointer, or reference
- std::map & compare
- C++ and setting pointer to eof to add records
- break
- problem with char*'s and changing individual chars in it
- Casting char to char*
- concatenation operators
- inserting into stl containers using boosts' lambda
- Logic check please
- is it a good idea to assign object to pointer without initia
- Regular expressions and I/O
- STL Vector vs Arrays
- template function compareLess
- is it safe to change the char* returned by ostrstream::str()
- Commercial md2 and md3 use
- safept
- Object creation - Do we really need to create a parent for a
- 3 files = 1 program HELP!
- default argument in friend function of template class
- It looks like bad programming, but is it?
- How does STL report out of memory errors?
- Converting a PRN file to a CSV using C++
- ===Welcome to comp.lang.c++! Read this first.
- How to implement malloc()
- Macros and Executionspeed
- read system-call
- Global object initialization
- strange multi-inheritance problem
- Explicit destructor calls from inside base class destructor
- Cannot dynamic_cast the same object for the second time?
- exception
- new to stl
- Life time of static pointer to member function
- Why is delete[] basePtr undefined if basePtr points to array
- How to find memory leaks?
- c++ compilation problem
- Casting char to char*
- how much memory does an empty STL deque occupy?
- recursion order question
- Inheritance & polymorphism
- memcpy confusion
- what is the different between glibc.* and libc.so.*/libstdc+
- Modern applications/jobs for c++
- question about polymorphism
- set_intersection
- ifstream and wifstream - combined
- Boost program_options trouble
- Date encoding as integer please help
- set of structs (intersection)
- skipws
- non-const for_each usage
- any potential multi-heritance fault?
- should this program compile?
- is chmod(766) possible in C++?
- Coding Problem, Help Needed
- Simple stack implementation
- g++ compile error
- Basic swap trick for stl containers!!!! (very interesting, R
- list::splice and iterator invalidation
- Callbacks accross different threads
- problem in using [ ] operator
- seek() function
- Newb float casting question
- set and operators
- undefined symbol error
- Help on OO leap year calculator
Powered by phpBB © 2001, 2006 phpBB Group.