View Full Version : C++
- filestream problem
- Copy file.
- using a c++ interpreter as a macro system
- ===Welcome to comp.lang.c++! Read this first.
- about the safety of auto_ptr<class T>
- i++ , or ++i, which is faster?
- [Q] Virtual destructors and linking
- Strange Problem
- templates & polymorphic classes
- Overloading in subclass
- C++ string class tokenizer method?
- Referencecounted object vs. referencecounted handles
- ptr in collection item
- Folder Autocreation
- C++ Lists
- Stuctures of variable length
- Transferring vector content
- Controlling number of instances of a program (Cross platform)
- pointers for derived and base class
- Cross Platform Plug-in architecture and IPC
- pure virtual class
- Databank for hearing aids
- Submitting HTML parameters to activeX control
- Does assignment operator have to behave exactly like copy constructor
- Putting alternate versions of typecasts in your code.
- default params to clsas member functions
- question about templates
- Opening files in "exclusive mode"?
- Is this defined?
- PLEASE HELP !! Link errors
- stringstream used to convert int to string does work only once?
- C++/ VB/ CONTRACT/ IN
- Timer thread
- Re: getters and setters
- Re: Template problem
- Re: Removing dead code and unused functions
- Re: Is this legal in Standard C++ ?
- Re: getters and setters
- Re: getters and setters
- Re: Inheritance of overloaded functions
- Re: Overloading a virtual function with non-virtual: no-go?
- Re: C++ way of strtol
- Re: could ptr->() and ptr->[] be implemented in C++0X?
- static member constness
- Re: C++ way of strtol
- parsing floats out of alphanumeric strings using strtok
- Re: Converting Visual Studio C++ to G++
- Re: template function with default parameter value
- "dynamic_cast" with instance of an abstract class ?!?
- Re: Borland incompatibility... I think
- Re: getters and setters
- Re: Declaration of "const A &B::A() const" changes meaning of A from "class A"
- Re: How can I know size of avaible memory in heap?
- Re: getters and setters
- Re: Removing dead code and unused functions
- PLEASE POST RENDERWARE STUDIO 3.7!!!!!!!!!!!!
- trz e...ferttr. erwwrw..wewwrw..frrwererwe.
- derived class constructors
- Rational Rose/C++ code generation (newbie question)
- Re: why fopen( ) can't open a big data file? (single file, as big as 29G)
- Deconstructor fails to clear everything
- Re: How can I know size of avaible memory in heap?
- #import ???
- Re: How to deal with time in C ?
- C++ can do it for me?
- Memory and pointers
- My New C++ Project
- FAQ (somewhat OT)
- Temporary objects as arguments to constructor calls
- Access a list of vectors
- Re: C++ way of strtol
- pointer to a class
- Unable to write to memory error
- unicode std::string
- Running exe file?
- setting default value for template parameter list
- Re: How to define friend template function?
- extern "C" nests suspiciously
- map::erase
- Question about virtual inheritance
- Re: Template parameters in constructor
- Re: could ptr->() and ptr->[] be implemented in C++0X?
- STL vector memory leaks
- Regardng algo book
- smallest positive double number
- Really **wonderful** website for C interview questions!!!!!
- C++ and DVD VOB explode
- Really **wonderful** website for C interview questions!!!!!
- template default parameters?
- explode a DVD VOB with c++
- C++ ActiveX python javascript communication trouble.
- C++ ActiveX python javascript communication trouble.
- Looking for some serious C++ development ?
- help with the project
- warning: namespaces are mostly broken in this version of g++
- self initialization (??)
- "delete this" question
- ===Welcome to comp.lang.c++! Read this first.
- Using strtok, need to insert null into vector
- Listing all variables of a source code
- null FILE* pointers
- recording massive data stream
- array of TCheckBox - is it possiible?
- Overloading/Overriding ?
- GUI
- Illogical std::vector size?
- Creating an Object in a C function
- fasteste way to fill a structure.
- Initializing static const members with gcc 4
- Re: Removing dead code and unused functions
- Destructor call at overwrite?
- We could omit curly brackets in function declaration?
- Precidents, Precision, or Plain Screwed Up?
- list of all windows from taskbar
- memory leakage in c++
- setting default value for a parameter of a class member function
- Linking Error, 3DS Max Exporter
- simple memory allocation question
- bvh hell
- usb to serial adapter problem
- DOS window stays open when executing from a batch file
- Passing ellipsis to C
- C++'s interface with the Real World
- Difference between using function overloading and function templates
- this->(i,j) doesnt work but this->_ij_val(i,j) does
- C Plus
- Re: how to let gcc warn me when I use = in conditions
- Re: Removing dead code and unused functions
- Casting to void*, result unexpected.
- Reporting formatted input operations that fail
- COM Objects and mutex
- parse error in gcc but success in vc.net, call a non_template class's template member function from a template class's member function!
- Style: use of member references in derived classes?
- The design of C++0x
- set begin() retrieved the minimum element?
- Necessity of pure virtual destructor?
- Time typedef structure
- How to overload operator= to have both deep copy and shallow copy semantics
- MFC
- No buffered I/O in the Standard Library?
- Case Sensitivity in Windows 2000 Filenames?
- is STL multimap "find" order stable?
- Problems compiling simple C++ code (also problems with std::string)
- Bridge application: Best connectivity solution
- member function reference when extending an STL class
- Using Function
- enum creates undeclared identifier (only sometimes?)
- undefined reference to main and other functions
- Exception handling and heap corruption
- static member initialization
- Static member initialization
- computing limit of basic data types ?
- Strange dynamic_cast problem
- check derivations of pointer types (without dynamic_cast!)
- i need advice
- VC++.NET 2003 - halp - string
- Re: Is this an OO concept?
- Include Problem
- Forward declaration & incomplete template type
- Question to FAQ 35.12
- template <typename T> struct polymorphic : public T ???
- Please help a newbie using C++ to run an ASIO interface to E-MU1212 SoundCard
- Little Patch Program in C++
- Empty classes, default ctors and const objects?
- HI
- g++: Creating DLL from .a files
- catch with no return value....
- Re: UML - modeling recursive functions with state diagrams
- ===Welcome to comp.lang.c++! Read this first.
- Open default mail client
- singleton with multithreading
- strings stl
- Replacing Strings Binary
- using fortran modules in c++
- HELP: cpu load graph plotting program
- Hyperlinked C++ BNF Grammar
- [ANN] Ultimate++ 0.98.6 released
- HELP: unfamiliar C++ syntax
- C++ objects that act like Java/C# objects.
- Template problems in Visual C++ 6
- STL and linked lists
- const function
- overloading ->
- please help - seg fault in std::set
- How to write a program which can support plugin
- virtual function
- Enum range
- (VC7) Basic Object Const/Dest question
- char * convert to LPCWSTR
- template static data member definition
- float
- How does sampling Profiler work?
- Casting class1<class2> to class1<class3 >
- multithreaded c++ program gives segmentation fault coredump
- Reading value of a StatusBar (wx) control
- Command line EXE is slow, fast in Visual C++ environment
- About Efficient c++
- XML parser
- Bitfields
- Templates, token-pasting, defines and literals...
- OSS2005 Proceedings online
- Variable offset and multi inheritance
- bit insertion and extraction
- Dealing with dead sockets on a winsock2 sever
- Finding class symbols dynamically
- mem.h doesn't seem to be available in g++
- Is this possible to do in C++ {Novice Programmer}
- c'tor not called?
- c program, file size limit, how to solve? 2G bytes limit.
- Cannot export class symbols
- C++ and Tk
- MS VC++ 6.0 object memory layout
- C++ wish list and beyond
- Is this ambiguous?
- Returning a value and retain the original values
- confusing statement in Deitel book
- char ch[] = ""
- virtual inheritance.
- Static variables inside member functions
- Virtual Function Performace: Say what Stan?
- Touble with passing a reference to vector of vectors of objects
- No pshpack1.h in g++?
- Inheritance or aggregation in the first variable?
- Timeout value on Socket Connect
- VC++ bug or not?
- How to dump inheritance information of c++ binaries?
- references on pointers
- just want an ipod
- How to document ownership?
- Openssl and DES sample code
- how to use fortran modules in c++
- Question on avoiding page faults
- Add a method to an STL container?
- Re: Structures
- Re: How can I know size of avaible memory in heap?
- Invoking C++ functions in C
- performance/style of memory allocation
- operator with differing return type?
- Templates & Typdefs with g++ v4.0.0
- Template pseudo-specialization through compile-time assertions
- test
- Programming Contest: Fit pictures on a page
- When is a base class protected member not visible in a derived class?
- Simple string manip question
- ===Welcome to comp.lang.c++! Read this first.
- Boost / Phoenix
- Creating Sorting class
- Going wide and international
- I need help getting started.............
- Help: ofstream issues
vBulletin v3.5.1, Copyright ©2000-2008, Jelsoft Enterprises Ltd.