comp.lang.c++
By Subject
4494 messages sorted by: [ author ] [ date ] [ thread ]
Starting: 02/28/05
Ending: 03/30/05
- "const <anonymous>**" and "<unknown type>" errors while compiling
- "extern" for the same file leads to wrong result. bug or feature?
- "is protected within this context" error
- "Principles Of Compiler Design" answers to questions
- "Streams"
- "was not declared in this scope"
- # character
- #include "file" -vs- #include <file>
- & before a function
- 3-day novice, How do I calculate age in days? [C++]
- ? : Operator
- [ANN] OOTL (Object Oriented Template Library) release
- [ANN] YARD Parsing Library Release 2.1 at SourceForge.net
- [ANN] YARD Parsing Library version 0.4
- [BEGINNER] new keyword
- [BEGINNER] Some questions
- [corr] help a newbie with vectors
- [OT] C++ programming migration from DOS to Windows
- [OT] ToString behavior
- [RW] Rogue Wave standard library -- unbelievable bug
- \b ?
- _wcsupr () with german characters
- A 'almost' three liner is killing me...
- A big thanks to you all
- A list of multiset.
- A program that prompts the user for keywords belonging to C++.
- A question regarding the duality of pointers and arrays and another on structures.
- a stl list of list with jump back
- ABC vs. CRTP?
- about filehandling
- accessing directories using C++
- Accessing the registry
- ActiveX or not ???
- Adjacency list representation
- Adress of a struct vs address of its first field
- Advanced C++ Book Suggestion
- Advantages of C++ over C - request for information
- advice on using mutable
- Alias de template comme parametre de fonction template
- alloc 2d array with new
- Allocating and returning new class in function
- allocating array in function
- Allowing a functor or a function to be stored in a class
- Am I right in thinking a return value is carried over into a __finally statement?
- An exception said: catch me if you can
- ANN: Lightwave Memory Manager 1.0
- Announce: C++ Connections Call For Papers
- anonymous pointer creation and memory leaks
- any classes help me to measure some program segment runing time.
- Any good static analysis tools out there?
- Any way to get rid of the cast when calling get_value()?
- aribitrary length arithmetic
- Array of objects as array of POD
- array of pointers
- asignment in class
- Assignment from scalar to user-defined type
- assignment in class
- Authentic MS Visual C++ Pro 6.0 for Sale
- Available C++ Libraries FAQ
- Backtracking recursion problem
- Backward traversal of sequence container: stop condition
- basic help
- basic stack functions
- BeforeNavigate2 not working with NewWindow2
- benefits of precompiled headers
- Best practices for referring to other namespaces in header files
- Best Practices GUI Design Whitepaper
- best way to modify a file
- Big O and algorithm to decide string A contains string B?
- bind2nd question
- bit convertion problem
- bits manipulation
- Boost and austria C++
- borland c++ event handler crash
- break , continue, how to understand
- BTree beginner
- Building an ATL ActiveX Sink
- Bus Error on Integer Assignment
- C and C++ naming issues?
- C++ .net, reading an opened file.
- c++ and windows api
- c++ annotation wanted(sorry OT)
- C++ book recommendation
- C++ builder question..
- C++ code beautifier
- C++ cross platform development
- C++ FAQ
- c++ help (new to programming)
- C++ language support.
- C++ program to perform extensive data IO task, 160MB/s.
- C++ Programmer Wanted
- C++ programming migration from DOS to Windows
- C++ Question
- C++ questions
- C++ SDL Makefile for MPW on Mac OS 9
- C++ theory
- C++...and I'm stumped!
- C/C++ ISO releases and compliance
- calculator prototype
- can a class definition inside another class's definition
- Can the Forward Declaration contain the infomation of inheritance ?
- can you return a void function call?
- Can't access field in struct
- cannot recognize vector as a vector, please help
- cartesian product...
- Catching FP division by 0?
- Changing CreateQuad() defined Texture - D3D
- Changing IE default access directory
- Cheap (simple, efficient) solution for literal strings in templates?
- Chicago - Sr. C++ Developer
- child and parent class args
- cin after reditected file?
- cin and cin.getline()
- Circular dependencies in Templates - better solution?
- class design question
- Class design...
- class hierarchy
- Class hierarchy of exceptions (Ada, C++)
- class hierarchy problem (do I need MI?)
- Class to support keywords.
- Classses of each other
- client -server interaction over XML supporting multiple protocols
- CListCtrl
- Code Clean up (refactoring?)
- coding problem (matrix multiply)
- COM mechanism - please help!
- common baseclass for stl classes?
- communication between mini-modules
- Compile time constants - few questions...
- Compiler error occurred when try to use a flexible template expression in preprocessor definesCompiler error occurred when try to use a flexible template expression in preprocessor defines
- Compiling with aCC on 64 bit HPUX
- Concatenating Calls
- const debug variable optimized away if false?
- Container with Abstract Type
- Conversion Operator question
- Convert C-Builder program to Delphi?
- Convert from std::vector<double> to std::vector<int>
- Convert to Static Char
- converting LARGE decimal number to binary stream
- Converting String to Integer or Double
- Copy algorithm with insert iterators...
- Copy Constructor and other questions
- Copy-Constructor
- Copying Polymorphically
- core dump when using ifstream
- Correct C++ tutorial chapter 2.1 "Classes" available (Windows, mingw/msvc/std)
- Cryptic compiler/linker error messages with C++ templates
- ctor, operator =
- Data stream help
- data validation
- Database Connectivity
- Date conversions in C or C++
- DBL_MAX
- debug gives different result than run
- Declaring constants within the scope of a class
- Deconstructors
- Default constuctor
- delete a void * pointer ?
- delete object array question
- delete problem
- delete[ ] with malloc or free [ ] with new()
- Deleteing Objects from std::vector
- Deleting memory allocated to the derived class
- Deleting sub-list from list
- Derived classes question
- Design pattern for file cache
- design pattern/ class relationship
- Design Patterns Textbook - Monoglyph
- Difference between variable declarations...
- Digit grouping
- Digraph Class
- Disassembly in g++ ?
- Disk space exception ?
- Dispatch Interface question
- displaying ints in price form
- DLLs
- Do using declarations respect private, protected, public access levels?
- Do you actually think of this or something else ? File content
- Does "void func(MyClass *& myCls)" make sense?
- Does filename has to be the same as funtion name??
- Does not name a type error
- Doubt regarding inheritance involving templates
- Efficiency Issue - true or false?
- enum : char ???
- enum { A,B, }
- Enumerations as case labels
- equivalent of getch() with <iostream>
- errno, etymology thereof
- error in mystrcat
- error message
- Error reading files in ios::binary mode
- Error with __extension__
- Exception Handling
- exception in a constructor
- Exceptions and overridden methods
- Exe will not start
- experience definition in interview
- extern const in c++
- FD_SET has unknown sockfd
- FIELD_OFFSET
- File Deletion Problems
- File Handling
- File IO between C/C++ libs and .NET Framework
- Finding distance
- For what reasons?
- foreach shorthand
- formatted output with cout
- Forward Referencing Question
- free installer for win and linux
- freeware Qt4Lab laboratory data plotter released
- friends and templates
- From char* iterators to char* strings
- from std::string to std::istream?
- function adaptors for member functions
- function overloading question
- Function pointers
- Function Pointers and Inlining
- f