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
- function return value
- Function template + overloading + polymorphism
- Functions returning pointers
- Functor and function pointers
- g++ 2.95.4 has a problem with templates?
- g++ problem!!!
- g++ typedef inheritance
- gcc 2.95 and gcc 3.2
- GCC Cygwin C++ DLL linking problem
- GDB .... no debugging symbols found
- Generic indirection adaptor
- get system info? (linux/unix)
- Get URL Content In A windows service
- get vector from iterator
- getchar vs. cin
- getline() and a '\0' as a delimiter
- getting a type ID during new operator overloading
- Getting an iterator to an arbitrary index of a string
- getting avg of long and std::vector::size_type
- Getting AXIS C++ to Interoperate with Python
- Getting class type
- Getting lower-bound and upper-bound of strings input
- Getting rid of libstdc++?
- Good code-generating visual designers for Windows C++ compilers?
- Google's (G-mail)
- goto
- Grpah bridge
- handle cin errors
- Header File Issue
- help
- help a newbie with vectors
- Help me
- Help me find a good typedef name for the following type
- help needed c++
- help needed in c++
- Help with assembler thing
- help with code and error msg plz
- Help with long symbol names generated by templates.
- How C and C++ are context sensitive
- How callback function works.
- How can I call an enclosing class's function?
- How can i find when a variable is out of scope?
- How can I output html file to another directory!
- How Can I output the .html building log file to another directory?
- How can I use 2 dimention pointer
- How can we pass a template in a template function
- How can you make Cmake use gcc on WinXP?
- How come this C++ segment doesn't work?
- How do I...?
- How does a compiler implement exception handling ?
- how implement getline ?
- How increase a C/C++ Program speed ?
- How should I set the values of these static data members?
- How to access a class member function outside of its class?
- how to cast stack-based class?
- how to compare two number sequences
- How to convert to WAV file with a specific requirement....
- How to declare friendship-ness to all inherited class?
- How to delete and remove all items in a container<T*>
- How to disable warning C4786 in VC++ 6.0?
- how to do a "REAL" string compare?
- How to do MFC code change when a field type in the underlying data base is changed
- How to encript header files.
- how to include a templatized variable in another class
- how to make object sortable for use in STL containers
- How to open VERY large file using std::ifstream
- How to prevent a function in base class being overloaded from child class
- How to read data from a bash pipe
- How to read data from a bash pipe -- thank you
- How to read...?
- How to Replace CR\LF
- How to set up virtual "get" methods?
- How to test string library functions ?
- How to use running ActiveX exe in another program instance ?
- How to use this member template
- how to write bits by using ofstream?
- I don't understand this code.
- i used to post question
- i++ or ++i, any difference?
- IIS configuration using c++
- illegal espace sequence question
- Implicit conversion issue
- In search of a good example.
- inaccurate floating point and DBL_MAX
- Indestructible pointer: Sample code for feedback
- inheritage: possible to call the original function ?
- inheritance and memory layout
- Inheritance query
- inheriting from template of self
- Initialising stl containers
- Initialization of static objects
- Initialize vector
- Initializing a subset of state
- inline class member functions
- Input output
- Installing Borland C++ 3.1
- integer or long overflow...
- Interview questions in C++ and OO
- Invalid suffix to floating constant
- Is a const parameter generally optimized to a reference?
- Is incrementing iterators actually this slow?
- Is it an undefined behavior in C++ Standard?
- Is it really necessery to replace #define from const?
- is it undefined behaviour?
- Is pass by reference thread safe?
- Is returning a reference to a constant undefined?
- Is there an STL algorithm for this?
- is this possible - pointer to a classtype, that differs?
- Is this some best practice?
- Is this valid ISO C++?
- Is wchar_t guaranteed to be larger than char?
- issue with << and >> overloading
- istream trouble
- istream::readsome() behavior in g++ and Microsoft C++
- Iterator and arrays
- j2020j0908@yahoo.com
- Java, C# replacing C++ as primary language for desktop development?
- Keyboard interrupts
- Ksiazki dla poczatkujacych
- KToon: 2D Animation Toolkit
- ld: 0711-317 ERROR: Undefined symbol: .__vec__delete2
- learning C++?
- Learning game programming timescales
- Less than operator...
- Loading BMP problem.
- Looking for C++ implementations of a particular pattern
- looking for version of portfwd ported to HPUX
- Mac.........!!!
- Making a global variable
- map<,> optimization question
- Matrix chain order problem with the code
- May a template argument be a friends of the template class?
- MCISendString() - Playing MCI files from memory
- mem_fun vs mem_fun_ref
- Member operators operator>>() and operator<<()
- memcmp for <
- memcpy : maximum buffer size
- Memory Problem part 2
- Memory problems
- MFC App to receive and display data from IEEE 1394 FIREWIRE Port
- Mike Releases the "nsh" command under the CDDL
- MingW
- Miscrosoft speech SDK 5.1 for C++ .net
- mmap iterator validity
- mobile phone keyboard
- modeling billiard table
- modem initializing
- modifying stack variable
- much optimizing = bad code ? (array/vector)
- multiple files
- multiple projects in Dev-C++?
- multitasking
- nak³adki
- Naming factory functions
- Navigating C++
- NDK Network Development Kit - doubt
- Need help : -O2 flag and GDB
- Need Help wit Programming Assignment strlen()
- need help with operations stability
- Need help with Pointers
- Need info on Template specialisation
- need to find a good "readable" book for ...
- new keyword
- New POTM Contest: Deadline May 31, 2005
- New to c++, need help with a template class
- Newbie
- Newbie needs your opinion:
- Newbie question
- Newbie string question: how to read off the first char from a string?
- newbie: error: namespace `__gnu_cxx' undeclared
- non-aggregate type bool
- non-sorted map?
- Not C++ but...
- object destruction
- object file
- Object member functions and runtime memory consumption
- Off TopicTroll: OOP is bad?
- OOP is bad?
- operator <<=
- operator = override
- Operator Overload
- operator overload with namespace
- operator overloading question
- operator<<
- Operators, implicit conversion and templates
- optimizing code
- Order of class static members initialization
- OSS 2005 Conference -- Call For Experience Report
- ostringstream / ostrstream problem
- out of here
- Out-of-class-template member template specialization syntax
- Overflow
- Overloading << generates problems
- parallel programming in linux
- parameter deduction in function object
- pass pointer to a thread function ?
- Passing by const & and returning a temp vs passing by value and returning it
- passing class to a function in c++ - performance question
- Passing vectors as parameters to a recursive function
- permutations and combinations
- Placement Oppurtunities
- please explain why this is Undefined Behavior
- please help me view the code
- Please help me write a functor template
- Please help: How to reformat existing c++ files using emacs or VC6.0
- Point me in the way to a timer?
- pointer arithmetic with inheritance
- Pointer List How?
- Pointer To A Vector Elements While Still Adding
- Pointer to Function Inside Struct using Static
- Pointer to member function
- pointer vectors
- Pointer-to-member
- Polymorphic types and a lot of confusion....
- polymorphism type error, I think...
- polymorphism, overloading...
- Portable STL implementation?
- Pretty code
- printf a 64-bit number
- Private container, public iterator
- private overloading
- Private/protected inheritance problem
- problem about array of object
- Problem Based Passing Vectors Elements As Arguments
- problem in static function template specialization
- Problem overriding >> and << in a template class
- Problem with abstract base class
- problem with array sorting - urgent responce needed, due tommrow
- Problem with basic templates on GCC
- Problem with constructors
- Problem with default parameters in templated functions
- Problem with destructor
- problem with function pointers
- Problem with results of overloading << for polymorphic types...
- Problem with unary function for_each
- Problems with reading binary data files
- Processing pathnames listed in a text file.
- Pseudocode Help
- Python to c++ conversion problem
- Q: Map of pointers to member functions
- query on std::make_pair()
- Question about Files.
- Question about freeing multidimensional arrays of pointers
- Question about ostream
- Question about ostream / Thanks
- Question about passing by const reference
- Question about pointers
- Question on Myers #30
- question on try/catch
- question: changing order
- Quick and dirty C++ managed memory
- Random numbers something insatiable ?
- rdbuf() stream
- Read a binary file
- ReadConsoleOutput changes the size of my SMALL_RECT... help!
- Reading bits off an unsiged long
- Reading file into string (Was: Reading unformatted text from stdin)
- reading parameter file and parsing the contents
- Reading/Writing directly to/from a device in MSWindows
- realloc equivalent for new
- recvfrom gives empty string
- Redefining new
- redirecting stdout to nowhere
- Reducing build-times for large projects.
- Reference parameters and anonymous objects
- References referencing array members - how evil is it?
- Removal Of Elements in a Vector Conatings User-Defined Object Based on Value Contained in Object
- Remove pointer from list
- Rendezvous based mutithreading.
- replacement for dynamic template parameter
- replacing chars in a text file
- Replacing dynamic_cast
- Required DataType ???
- Return pointer or variable by ref.?
- Return value of std::map::erase()
- Reuse allocated memory
- Rogue Wave standard library -- unbelievable bug
- rope vs. string
- RSS Feed collector
- RTTI
- run-time analysis tools
- Scope guards
- Script Engine in C++
- Semi OT: Mixing iostream and iostream.h
- sendto() failed (10040)
- Separating a class definition into header and source files
- Sequence in derived class construction
- seriously, i need a good book,
- Set of vectors and...
- SGI hash_map
- signal handling
- Simple files.
- simple question: how to do this ?
- Simple Welding of two small C/C++ Programs, But How??
- simple(?) question about template
- Sinewave Generator
- sizeof an empty class object
- Small C++ exercise
- SOLUTION!
- some memory questions about two-d arrays
- Some questions
- Something like bigint / GMP?
- SPI on PCs parallel port
- SQLite Database & Borland C++ Compiler
- Stack corruption
- standalone xml library?
- Starting Book for C++
- static consts Class Vars - Compile Problem in VC6
- Static objects in function templates
- Static Vars in member-functions?
- static_cast etc
- std: bitsets of variable size
- std::bitset, standard and endianess
- std::list & sorting
- std::list member in class? - vc6 problem?
- std::map - erase+continue
- std::map iterator and clearing
- std::map operator[] and default values of build-in types
- std::map<int,std::set<std::string> > Wrong? (Segmentation fault.)
- std::maps within std::maps -- optimisation
- std::search question...
- std::string - case insensitive?
- std::string -> WCHAR*
- std::string Destructor Throwing Exception
- std::vector in vector - LOOPING
- STL - an algorithm for finding a collection within a collection?
- STL insert with hint
- STL Iterators
- stl list, const correctness
- STL newie
- STL tree implementation -directory structure
- STL vector<float> crash
- strang function pointer from faq book (help)
- Strange email address
- Strange issue regarding template functions, struct static members and g++
- strange link error when STL is used
- Strange std::vector behaviour
- Streams and Serilzation.
- string literal does not match array template parameter
- Struct inside namespace -- Not Member -- Need Fix?
- Structures
- Subject: Use of new and delete in C++
- Suggestions on casting needed
- Swapping data between vector and map...
- Syntax question
- Syntax question Answered Thanks!
- System reboot/system freeze with simple code in Visual C++ 6 and lcc-win32 (OS issue?)
- TAPI
- Teaching new tricks to an old dog (C++ -->Ada)
- Template function type for arithmetic operators for elementary types
- Template name lookup
- Template of interface?
- Template or interface? - Related question
- Template parameter method being identified as a variable
- template problem
- template probleme
- template template argument from specialized instance
- Templated copy constructor
- Templates and user defined conversion operator
- Templates: Why does this fail to compile?
- testing ...please ignore
- the different between aaa m1[100] and aaa *p = new [100]
- The Most Important Computer Languages
- the virtual keyword
- Thread Start Time and End time
- threads question
- throw specifiers only when debugging
- ToString behavior
- Translate C++ to C
- trying to declare an iterator for a std::vector of template pointers
- trying to use gprof, program compiled with -pg dies immediately
- two classes - each has pointer to other
- two defination ?
- Type conversion of reference to a temporary object
- typedef'ing Function Pointers
- typedef'ing Function Pointers (Solved)
- typeid behavior on object without RTTI
- typing characters in TEdit starts principal form's shortcuts In Borland c++ 6.
- ualarm() Interrupting select()
- UML
- un - using namespace?
- UNIX signals & C++
- unnamed namespace collision
- UnOverRideable member functions?
- use of assertions in practice
- Use Real 1GB and Fake 3GB Memory?
- Using 'random_sample'...
- Using a fstream reference with getline
- Using a macro, can I change what type an object is being cast to?
- Using a modifier method inside the constructor
- using activex in vc v6
- using default values on <Enter> with no input
- using enum from another namespace
- Using for_each() to deallocate memory
- Using Inheritance in C++
- using placement new
- using templates as substitutions for #ifdef
- Using vector units
- validity of begin() on empty string or vector
- validity of pointers to vectors
- VB6 to C++ 6
- VC6 compiling problem
- Vector of structures: non-aggregate error
- vector question
- Very simple screensaver in VC++
- virtual destructor?
- Visual C++ .Net Problem
- void pointers
- WAN IP adress
- Weird const-ness troubles
- weird error
- What are the threading options in C++
- What C++ beautifier do you use?
- What C++ has promised you ?
- What do I do if someone else posts a question that's already in the FAQ?
- What is "stdafx.h" for in VS.Net?
- what is (const String& str)?
- What is wrong with this code?
- What the fastest way to copy strings from file to a vector?
- What's difference between f(const MyClass & in) and f(MyClass in)
- when can pass by value be dangerous?
- when to use uint? dis/advantages?
- Where to do the operator<< overloading
- Which C++ compiler do you use for windows and why ?
- Which is the best C++ compiler for Windows ?
- Which is the proper header to include for std::pair?
- Which one is faster ? Thank you very much...
- Who can see posters's ip addresses
- Why Am I Getting an Inverted Question Mark?
- Why assembly and translation
- Why does std::exception constructor specifies it can throw any ?
- why does this not compile ?
- Why double Underbar in header files? Thank you..
- why is "delete" an expression?
- Why is the constructor never called ?
- Why program denies when my function is loaded ?
- why sizeof can't be overloaded?
- why static_cast needed here to produce proper output
- why two const in one function
- why we need a function to be static
- Why we need classes
- Why we need symbol files for GDI32.dll or Kernel32.dll etc...
- Wierd Behaviour: Crash at 'delete' of memory.
- wierd template
- Wildcard handling with STL
- Windows Compiler with format-string warning option ?
- WndProc - Windows Classes Question
- Wrap Lib file
- Writing a tree iterator
- Wrong way to pass pointer by value in functions
- WSAEventSelect Help
- xlc - A template dependent name that is a type must be qualified with "typename"
- YAML?
Last message date: 03/30/05
Archived on: 03/30/05 CEST
4494 messages sorted by: [ author ] [ date ] [ thread ]