View Full Version : C++
- What does the standard say about this
- Trouble passing a function template into "for_each" algorithm
- Borland Builder C++
- Resizing arrays in C++?
- Deleteing automatic variables
- Re: Deleteing automatic variables
- A question from Bjarne S' book
- Instantiation of classes
- New to "make". Help, please!
- evaluate postfix problem
- client-server data transfers appended with funny characters
- Coupling of objects
- Floating point arithmetic.
- std::vector as a class data member. Is this wrong?
- How to read numercial data from a file
- survival of c++
- newbie question
- Array size
- smarter enums
- Re: client-server data transfers appended with funny characters
- How to convert a string to int or double
- Pointers to functions: How is the proper function selected?
- ===Welcome to comp.lang.c++! Read this first.
- inheritance question
- Building constructors with shared functionality
- Is it possible to find in what language a dll has been programmed?
- const_cast of `T* const t' to `T* t'
- Inheriting operator() and templates
- Help @ C++
- Help @ C++
- Codewarrior for MacOSX warning msgs
- Undefined symbol __rtaccess() error
- OpenGL in C++ displayed on a web browser??
- Null Visualization
- Strange compile errors when merely including <map>
- return memory to the OS
- Very simple template question
- CString to const char conversion
- References and interesting declarations
- Get FILE * pointer from C++ stream?
- atoi problem
- bitfield optimizations
- non-aggregate error
- far pointer
- shortcut constructor syntax
- reinterpret_cast problem
- Re: a brief help on generating fixed column text files
- static template variable ???
- how does temporary address come?
- Undefined behaviour
- #define macro to enclose an older macro with strings
- std::set
- grr... this old nut
- ostream_iterator from fstream
- Persistent ios::setw()
- Template code works with g++ but not MSVC++
- Novice Linker Errors
- Nmake problem with inferences
- strange runtime error caused by enum
- [Fwd: inline functions and function pointers]
- Value restriction
- Rewrite TCP/IP From Scratch
- newbie questions on templates
- new question
- simple addition program, no output
- about: fstream << "\r\n"
- C++ Style Standards
- Defining many classes in a single file
- string comparison: signed or unsigned char?
- Is the Bridge Pattern the same as Herb Sutter's Pimpl Idiom?
- boost::spirit::actor doesn't accept a std::vector<int>
- Pointer question
- C++ Template Metaprogramming
- IPC mechanism Named Pipes or windows messages or sthg else ?
- IPC mechanism Named Pipes or windows messages or sthg else ?
- How can we define a funtion pointer to point a member function of a class?
- Dynamic Class Loading
- Inherit from Intrinsic
- Pthread sleep cycle problem
- preprocessor, token concatenation, no valid preprocessor token
- INetConnectionProps
- deleting multible inherited objects using a base class pointer
- Writing device driver for custom hardware: C/C++ equivalent of PEEK, POKE
- which group can i ask for makefile?
- Re: deleting multible inherited objects using a base class pointer
- newbie code question
- shared_ptr<> part of the standard?
- Iterating through an array whose size is unknown?
- STL: insert and find confusion
- allocate memory for pointer
- Stop throwing C++ exceptions
- Make problem with MSVSC++
- Can anyone explain why output is garbage for char in a union in this code ?
- Is tree structure the right concept?
- composition,aggreation and acquaintance?
- Class giving back information
- External structure definitions
- Print elements of vector
- ===Welcome to comp.lang.c++! Read this first.
- On-the-fly Le Chatelier
- Confussed: Pointers in Kernigan & Richie.
- 8 Long-Term C++ / Unix Contractors Southwestern Ohio (between Cincinnati & Dayton)
- 8 Long-Term C++ / Unix Contractors Southwestern Ohio (between Cincinnati & Dayton)
- RFX_Long "Oracle Null value" returned as junk integer [DoFieldExchange]
- Force the linker to include referenced libs
- Very basic question, getting win api return value
- template function
- libstdc++.so.5 vs. libstdc++.so.6 and externa libraries
- Problem with inheritance
- template question
- Re: Garbage Collection - Stop Making Trash
- Re: Garbage Collection - Stop Making Trash
- tracking memory allocations by class
- Solved
- Custom ASSERT macro
- YATQ (Yet Another Template Question)
- Is there a null ostream (like /dev/null) in cpp?
- OT: Utility for finding out unused members
- How can I know the size of system stack?
- Order of data member in a structure
- Tangled up in templates
- Learning (advanced) C++ -Websites
- RoundTo
- C++ 6.0 Enterprise Ed. installation on MS 2003 Cluster
- Differences between new/delete and malloc/free
- C++/CLI
- Re: Class giving back information
- Strstreambuf memory leak
- makedepend issue
- 'recursive' template problem
- Icons with alpha channel and MFC
- Debugging array bounds
- help to read files
- memory access error in some simple code :)
- #include headers that include this header
- round
- Using priority_queue
- Runs with GCC, crashes with MSVC
- Scope of #define
- lvalue rvalue
- how to avoid stepping into STL code
- solutions to stroustrup's c++ book
- solutions to strustrup's c++ book
- fitting code, statistical library
- memory problem
- C++ guidance please!
- is a static functions address constant?
- frequently asked C and C++ interview questions along with their answers
- When can I have my templated typedefs?
- ANN: EmINENT Microsystems Embedded Software Framework
- Re: frequently asked C and C++ interview questions along with their answers
- c++ or c#
- Meaning of static object?
- NMFTP component (BCB)
- New To C++
- string or character to integer problem
- Collection class helper objects in classes?
- Pointer and reference
- C++ Firewall
- Calling a constructor?
- calloc.... Why?
- Image library design
- ifstream / filebug / FILE*
- C++: 4 paradigms?
- convert the content of a string to an expression to check its correctness
- A Question about inheritance...
- Re: Newbie question: Why Fortran?
- Any small program in c++ compilable with gnu gpp compiler
- A simple c++ question...
- ===Welcome to comp.lang.c++! Read this first.
- Re: c++ or c#
- Complex const initialisation and Intel compiler remark
- variable-sized class
- Sockets and filebuf with msvc 2003
- vector acces by index/iterator
- Can C++ do this?
- coupling definition?
- Problems with iterators ans lists
- Re: frequently asked C and C++ interview questions along with their answers
- 有没有有关图像处理和汉字识别的组?
- Valarray input from file
- const parameters to template class member functions
- Newbie: string/byte concatenation
- Problem with a conceptual graph
- A compilation error.
- Simple output issue - (I hope)
- template specialization
- does not compile with "using namespace std"
- output question
- virtual keyword for the derived class
- different design considerations for objects and tables
- Formatting in C++
- accessing the vtable
- Set NLS_NUMERIC_CHARACTERS
- where to find info?
- What does the standard tell about NAN?
- problem with constructor/destructor?
- Known at compile-time
- Linux & C++
- Redirect COUT to file
- Visual C++ 6 Compile Error
- fstream::open & seg fault
- std::list and a composite type ..
- extern "C" and JNI
- Newbie inheritance question: Any way to go from base to derived?
- Templates templates templates
- string class won't compile
- comparing strings
- map<string,set<strin> > compilation problem
- C and C++ compatibility issue
- Solution to the halting Problem?
- Performance measurement and optimization levels
- latest C++ standard
- Pre / post conditions in error handling
- pre startup initialization
- string comparision in a file
- std::vector allocator?
- std::list - access at index?
- std::container - preallocation size?
- "Thinking in C++" in unix info format
- VC++ and WinNT Problem
- Re: [OT] malloc replacement for windows
- iterator as a member?
- menu-based console application
- Manage a dynamic vector in a structure
- bit field with Arrays
- Reading ints from ifstream to a vector
- C-style casts for built-in types?
- does STL hash_multiset erase invalidate the iterator?
- virtual function and pure virtual function in the implementation of COM
- Copying with istream_iterator
- namespaces and main()
- Hardcore C++ developers interested in NYC financial firms....
- Visual C++ 6 Compilation Problem
- Enumerations
- Operator overloading and inheritence: Code critique please
- Developers and Srchitects needed(C++ and C#)
- How can I clear buffer between getch & cin?
- Windows Error at run-time...
- migrating recvmsg() to recvfrom()
- Reference to array, NOT array of references!
- How to browse Std C++ classes in linux
- istream >> (my own string class) - low-level solution?
- Galois field arithmetic libraries in C++
- namespace question/problem
- Template specialization
- std::map::iterator with STL algorithms
- Exception Handling & Memory Leak
- Problem with C++ traits under OSX
- Usage of rdbuf
vBulletin v3.5.1, Copyright ©2000-2008, Jelsoft Enterprises Ltd.