View Full Version : C++
- sdl_main or WinMain@16 error
- kevelop
- SDL_Main or WinMain@16 error
- I finally figured it out! namespaces and the ODR
- How to get around the "long" 32/64-bit mess?
- Pointer convension, dot vs. indirection notation
- using count and count_if on class objects
- Static nested class
- Pseudo destructor
- Re: Halting Problem: Give up
- OpenGL in VC7
- c++ runtime implementation
- Three programs with sizeof
- C/C++ compilers recommendations please help
- Compile time check for virtual destructor
- Nested class
- A question on variable declarations/initializations
- Borland C++ Serial Port communication
- Questions on creating a virtual machine: Operations
- mem_fun with template function
- Compiling boost using Intel 8 c++ compiler under Windows
- ===Welcome to comp.lang.c++! Read this first.
- Reasonable expectation: for(it = v.begin(); it != v.end(); it++)
- help:how can i get the libray about bioinfromatics
- Is the FAQ availablbe on FTP?
- C# group?
- C++ Programm - Shutdown win2k
- Accessing a protected member of a member of type BaseClass????
- microcontroller bootloader in C
- Convert vector<float> to vector<double>
- edit control
- Using a multimap
- Virtual dtor and placement new.
- Help writing a web browser plugin using c++.
- File manipulation
- Rectangle: struct or class?
- Partial template instantiation?
- Trouble with namespaces and unresolved externals
- accessing a private member (illegally)
- need a free IDE to use with MS compiler
- Design of pointer_to<T> templates
- the book c++ primer answer always say L&L
- Re: the book c++ primer answer always say L&L
- Virtual Assignment Operator in Protocol class
- inline text, large strings
- Linking third party Libraries
- Inheriting interators
- what are static destructors? disadvantages? .. TIA
- compiling with VC++
- delete NULL, what about delete[] NULL
- xlC shared library
- Conditional compilation sans the cpp
- accessors
- Trouble with bit fields
- std::string
- How to check if a bit is off?
- dos promt staying open when prog runs
- Quality of rand()
- How to create an initialised object declared as a class member variable?
- string parser
- New operator -- construction a side-effect?
- Multiple union member initialization
- Open a specific page in a help file
- my first template
- Link Error
- efficient assignment ???
- std::string::iterator use with char*
- itoa function in gcc
- Broken STL implementation?
- precedence, sequence point, side effect
- Problem passing objects between functions
- <string> to lowercase
- How to obtain the type of a local variable in a method in C++?
- Class type at compile time
- Great Gods of C++, Help A Poor Programmer
- ISAPI, CAPICOM , and Carriage Control Line Feed
- pointer to an elment in a stl vector
- How to expand my compiler's ULONG_MAX ?
- C++ for web development?
- STL::find does unable to call overloaded operator==
- Strange error while compiling a C++ file
- Passing this as default argument
- Template-based implementation of Sutter's exception-safe operator= idiom
- public keyword usage in managed c++
- String Foramt - parameters problem.
- Where to find the C++ standard?
- any way to prevent 'x'+"yz" to compile ?
- C++ toolkit 2003: debugging programs
- ===Welcome to comp.lang.c++! Read this first.
- header file dependency map
- why catch (...) can not catch such exception
- Newbee
- Return pointers or references?
- constrained_value type for ranged integers etc.
- portected access: template derivation vs. class derivation
- A tool to view instantiated templates?
- Problem with fstream
- Question on if/else statements
- Enumeration in C and C++
- Ant vs. Make
- Hi
- Debugging problem with VC++
- cc1plus
- algorithms with input stream iterators
- undefined reference to `vtable for ...
- Doors implementation on linux
- Namespaces and performance
- [OT]ACCU Review C++ GUI Programming with QT
- WinForms - kontrolka paska postepu
- Smart char * class...
- Size of an empty class why 1 byte ?
- design question
- To const or to enum?
- Noob to C++, trying to get syntax, etc.
- new to c++
- static_casts
- Problems inheriting multiple times.
- How to create a file in memory ?
- New compiler chokes on template class
- basic classes manipulation
- undefined reference
- Shortest path algorithm (other than Dijkstra)
- c++ grammar
- Why am I getting an assert failure message with this code?
- ANSI C problem on P4 under Linux & Windows
- extract "set" bits including position from unsigned long
- Multidimensional Arrays on the free store
- Is it good practice for a function to return data?
- sorry for my question
- Help with simple file reading issue please
- Clarification - Pointer to Function ..
- Peer review requested: hat random container
- ===Welcome to comp.lang.c++! Read this first.
- memset vs fill and iterators vs pointers
- the typename keyword - inheriting types from templated classes
- shared_ptr + this
- cin >> c
- structs
- Is it possible to put a class object in share memory?
- References and multi-data lists
- Re: Problems inheriting multiple times.
- Get this example to work with member functions?
- how create shorter number?
- Pattern match question
- Problem with mysql api calls.
- Using the sizeof operator on a struct?
- Is this the right way to redirect output from a class to another?
- char * string has to be free() or delete []
- Beginers Question about Getline
- to C/C++ fans
- If you're new and need a book
- memory corruption while debugging
- enhanced file info
- Sorting a map by value
- c quaery
- multiple base objects - scenario.
- multiple base objects, real-life scenario.
- std::vector / std::list - just wondering...
- access private member function
- Converting Non-Unicode Characters
- stream input
- Re: stream input
- Can you make a template (w/ or w/o the pre-processor) solution to do this?
- static member variable
- Programming question
- C++ noob - compiler question.
- Program Crashing From Running Too Fast?
- CftpFileFind
- 2 dimensional arrays
- Alignment, placement new, trap representations
- Feedback on this template function
- operator void* , stream extractor and built in types
- Outputting numbers to the console in binary format.
- class containing a list of itself
- n00bie questions
- vector::pointer confusion
- Error when compiling with Cygwin
- Cpp source code
- LNK2005-error in Visual C++ v. 6.0
- Re: Problems inheriting multiple times.
- Temporary objects as constructor arguments?
- please help me figure out
- generating strings
- const and standard types
- Simple Array Question - Help
- help needed in macro syntax
- Policies Vs. concepts
- Multiple precise: how to make 16bytes double ???
- A religious question: int* i; /*or*/ int *i;?
- Should pointer members be zero initialized by default?
- Sockets in Visual Studio 6 on XP
- double problem
- setting read and write point
- I need a decimal arithmetics library
- Undefined symbol using STLport lib on AIX-4.3.3
- Default parameters in typedef for function
- output to 2 streams
- Problem with implicit conversion
- Re: output to 2 streams
- Re: Another question on hat containers.
- VC++: Where can I get libraries for using Secure FTP?
- reading files
- Question
- Question
- cdialog with no standard border
- OT & FYI: Accelerated C++ Missing Pages. Check yours!
- Copy constructor called from member function?
- compile error
- ifstream::get() surprise
- ===Welcome to comp.lang.c++! Read this first.
- is there any known issue about gcc3.2 handling exception?
- Adding empty copy constructor makes segfault go away?
- delete
- error LNK2019
- ethernet address
- Problem with template using base class template in GCC
- Difference Between List x; and List x(); , if 'List' is a Class?
- Can Iterators Trash The Heap?
- Re: Doesn't C lang contradict with the main principle of complex system composition?
- error: jump to case label
- SImple list implementation
- Compiler Switch From GUI
- fastcall
- icc -axW problem
- Integrating numbers
- static methods in class syntax
- [ANNOUNCE] cpp-lib version 0.9.3
- Execution of x++
- Bush Campaign Shift: Now It's a One-Man Race
- Why can't I use an Iterator with a Reference Parameter?
- fun with template-derived templates
- How can I "reduce" the size of internal buffer used by std::string?
- :: Scope qualifier misunderstanding.
- To bean or not to bean
- C++ program for generating combinatorial objects
- Matrix library
- Unbuffered basic_streambuf
- difference between data hiding & watermarking
- loop in class definition ?
- Problem with char type in structures (MSVC)
- Problem with Inheritance
- [CORBA, Visibroker, C++] Array, sequence problem.
- C++ random number generator
- Re: C++ properties Library Created (was Binding together Properties of Objects)
- WANTED: SOFTWARE INVENTIONS
- how to write an operator
- Vector question
- Unbuffered basic_streambuf Implementation
- std::string -> WCHAR*
- load a txt file and linked list
vBulletin v3.5.1, Copyright ©2000-2008, Jelsoft Enterprises Ltd.