- namespace,class problem
- how to alloct dynamiclly with a class
- What's different between Library (.a) and Shared object (.o)?
- C++ static character array...
- which GUI tool to use?
- typeid() faster than dynamic_cast<>
- Using operator->
- C++ on Unix - serious coding help needed. We're in the Silicon valley location
- C++ on Unix - serious coding help needed. We're in the Silicon valley location
- integer division
- enum value question
- Static data memer
- simple class issue
- Converting string to integer
- Meyers's preference for vectors over maps
- what is different between <fstream.h> and <fstream>MS VC++
- AMD64 target
- help : how to : array of method pointers
- function pointer
- problems with startup code in static libraries.
- initializing a const array in a class
- File Discriptors in C++
- class pointers
- borland c++ builder 6.0
- HttpWebRequest Timout Error Problem
- list with different class objects
- array of structs
- Call of overloaded derived method problem
- link time error - on SUN with Forte C/Workshop 6
- C++ and Networking
- How to measure Network Latency
- Standard Library types
- map as efficient as switch
- Vector of structs
- String.h
- Python
- parser generator which supports unicode?
- Compile-time matrix dimension checking and template friend question
- code contains problem
- MySql++ in VC++ 6.0
- Problem with pthread_join
- status of a process
- static data member
- Compile error with overloaded functions
- String tokens/parsing
- ===Welcome to comp.lang.c++! Read this first.
- Building schematic like gui- directions needed
- model dialog
- Number of ways to create an object
- Microsoft visual C++ .net 2003
- Inline code in header files - learned my lesson, but one mystery remains
- istringstream syntax error question
- Help on a strategy for writing files of aprox. 0.5mb to disk at arate of 30 files per second
- Any progammers looking for a killer app to develop? How about a voice enabled forum?
- CInternetSession Proxy problems
- Overloading assignment fails with gcc
- help needed using ifstream::seekg with windows text file
- malloc vs new -> speed of access, virtual memory
- const vs. define, preference or reason?
- C++ / driver / COM developers needed
- Confusion about STL vector and memory management
- Semi-newbie question concerning programming style
- How to read tsv file?
- loop performance question
- Abstract Static Methods
- The Best C++ Compiler
- again on function pointer
- A Query
- Arrays are not Pointers, right?
- Error : Formal argument requires an lvalue
- underscores in class member names
- STL Data Structures, Sorted Insertion?
- Windows-like MessageQue in Unix
- STL v. Norma" Memory Allocator
- creating a dll for XP/NT/2000
- How do I write this function only once using templates?
- Calling builtin new
- trivial constructor
- virtual member function in constructor
- class <name>;
- STL info sought
- Unicode in C++ source files
- Size of a struct - totally confused
- Re: More photos like this..
- HELP -- API will not compile
- HELP -- API function won't compile
- C legacy coding style?
- Referring to a base class in a derived class
- c/c++ compiler on windows
- when EXACTLY is virtual mechanism used?
- braces needed?
- Intel 8.0 compiler optimization switches
- OT: C/C++ flow tool?
- prototype for toString() method
- Design problem while using Builder pattern
- recommended design for 'static const' member access
- Should 'public virtual' always become 'private virtual'? & using private inheritance
- Initialization: const type x((function(A)) ? B : C);
- Noob Question Here...c++
- program for webserver log analyser in c++
- Void * type tracking nightmare!!!
- "can't convert parameter" error
- program for web server log analyser
- Global overload of new and delete ---- Borland feature only?
- Overloading new and delete operators
- Overloading the typecast operator
- Opensource Toolsupport for C++ Code Restructuring
- problem using vector::resize()
- Any C/C++ LINT type checking recomendations
- new OO OS
- Trouble with variable types (void *)
- Huge problem with memory usage
- Iterator string to char *
- C++ and the .NET framework
- newbie: delete (ifstream) file
- repeat malloc & memory fragmentation
- Interoperability with .Net Framework
- <Vector> Find function why is the return value wrong?
- Tricky cout with 0x0A value
- Pointers to Members
- how I can debug this with gdb?
- std::string from file input
- simple definition of OOP?
- getting resource information: battery level and more
- ostringstream
- member function question
- Motivation for smart pointers
- What is wrong with this code?
- be a programmer?
- quick question about pointers
- ===Welcome to comp.lang.c++! Read this first.
- compiling c++ code at runtime
- infix to postfix expression string for evalution.
- Are numeric constants in a namespace visible globally?
- problem in compiling the c++ code
- Two questions about...something
- Convert File Descriptor to ofstream object
- Problem with Overriding an overloaded function
- FAQ and our desire to answer questions
- template parameters are hidden by class members
- Resetting redirected streams
- How should I specify size?
- using map with my own objects
- Linker dropping objects from static library problem
- FAQ topic pointers
- Why different sizes (with unions) when __int64 used???
- Object test = new Object() <-- Java, best way in C++
- understanding working of RTTI
- Help - (OS homework assignment in Unix)
- std::container::iterator vs std::container::pointer
- needs assistance with eikon development
- Design of small related classes
- Accessing the UART with Win2000
- templated function pointers?
- f(int& i) vs. f(int i)
- FSM (Finite State Machine) Generator - Open Source
- Design Patterns Advice And Resources
- Quick Question
- [Job] Symbian C++ job
- byte array and long??
- va_start and references
- strftime not working as expected
- Newbie read image help
- Porting library from C to C++ but must maintain backwards compatibility
- How to connect to MYSQL server from c++ script
- ostringstream unexpected behaviour
- package and deploy * VISUAL * c++ 6 app with MFC - I AM SO DESPERATE!!!
- system shell command
- problem in accessing static member variable
- Opengroupware source code in C/C++?
- class interaction
- Problems using function templates
- Ascertaining whether T::reference exists.
- Binary data representation
- Interface of std::map's erase member functions
- Possible Conflict?
- Is a private destructor allowed here?
- newbie: extend string
- Accessing controls in an Automated Embedded Office Document using VC++.NET
- Book on data structure
- problem with explicit template instantiation in Visual C++ 6.0 .
- Template casting operator
- SQL aliases in Visual C++ 6.0
- Counting and summing elements in an array? Help!
- Constructors that call other Constructors
- Help
- How represent points in 3d?
- Dynamic arrays - polynomial - C++ - completing the code...
- c++ wrapper class for zlib ?
- [Announcement] Doxygen frontend for Eclipse
- STL bind1st counterpart for unary function
- How to make Template functions friends to a class
- Use of copy constructor in pass by value
- New keywords
- Good book for learning STL for newbie?
- Marker Class
- Is there any Matrix in the STL?
- redirecting stdout to ostream
- Once virtual, always virtual ?!?
- private datamember access control
- initialization problem
- Is "delete this" valid in these case?
- Template function definition in source file
- C++ soap client
- ===Welcome to comp.lang.c++! Read this first.
- about the reference fuction
- Curiously recursive pattern-what is that???
- Ask about C program that convert NFA to DFA
- Naming of private functions
- Returning structures
- Pattern Search...?
- problems with const pointers to const objects
- Template confusion
- std::map efficiency
- Enumerated Constants
- Announcing new scripting/prototyping language
- Saving objects to disk
- L'il help with static member please?
- Very short inheritance question
- Efficiently creating a vector<char> which is a copy of a char[]
- linked list that is shared between many classes?
- Where to ask about Borland C++ Builder Socket/Threading problem?
- question about VC++ 6
- Review of C++/Qt book...
- clarification - calling virtual function from destructor
- Purify problem or compiler problem?
- STL: container's values setup by another container
- Need help with switch() mess
- is there any C++ certificate?
- Compile problem with TCL interpreter
- Reading Columnwise in a file
- newbie: string2int
- How to change delineator in iostream?
- Baffling function pointer typedf problem
- call null constructor from another constructor
- DLL in C++Builder6
- little exponent problem
- Memory question
- LINK error 2020
- unsigned integer overflow behaviour
- problem opening fstream
- break
- cross platform tool
- Standard GUI Toolkit
- Template Specialization, subclassing and overriding
- VC++6 function template problem
- Re: No call for Ada (was Re: Announcing new scripting/prototyping language)
- Overriding Methods
- design a C++ class for fixing errors
- stdout