View Full Version : C++
- casting int to char
- ADT classes
- Stroustrup "desk calculator" chapter 6
- malloc and new
- Why this code can't be compiled??
- inheritance first go
- assign const_iterator to const pointer
- define a copy constructor in a class having data member as an object of another class
- Does boost's regex lib support the lookbehind feature?
- forward declare member function so that it can be friend function
- string convert to function name
- Dev C++
- Stroustrup 5.9 exercise 13 (creating a structure)
- Stroustrup 5.9 exercise 12
- Stroustrup 5.9 exercise 11
- also an inheritance problem
- A easy problem about Polymorphic
- How does a GC compute the root set?
- conditional structure vs. function pointers
- Hello everyone
- Default template argument in a function: reasonable but disallowed
- STL derived class : parse list from inside
- C++ standards for thread management
- knowing if a template parameter is a pointer
- retrieving openmode from a stream
- "Safer" assert?
- convert from string to char array
- std::string title case
- Why operator<< should be friend or global, non-member function.
- Worrying Prevalence of K++ Compilers
- variable initialization results in "unhandled exception"
- ===Welcome to comp.lang.c++! Read this first.
- Compilation error in template code from Modern C++ design
- STL list related
- Stroustrup 5.9 exercise 9
- class initialized array
- Using same source for different apps
- C++ STLPort 5.0.2 ,new, vector
- Stroustrup exercise 7 section 5.9 (using struct)
- Stroustrup exercise 7 section 5.9 (using arrays)
- help for inheritance problem
- any suggestion please
- Stroustrup 5.9 exercise 6 (char& as argument)
- Stroustrup 5.9 exercise 6
- Problem with template class
- offsetof( ) macro
- sizeof character constants in C++
- confused between declaration & definition
- .Exe with Visual Studio 6.0 (C++)
- stringize variable name
- how to avoid ftol
- Returning a pointer from a class.
- callbacks using function pointers
- Stroustrup section 5.5 "vector of struct"
- Is it safe to refer to function-returned values?
- recursive function for the bear game
- o notation
- memory leak with a thrown exception
- Passing a class by reference ??
- catching assertion error
- terminate called after throwing an instance of 'std::bad_alloc'
- Help with Vectors
- Compiler supplied assignment operator and references
- Hidden Installer
- A smart pointer and type forwarding
- typedef of template classes are always default constructed?
- Menu handle program
- const against non const pointer
- o-notation
- idea request: generic function logging
- Generic collection class in C++
- Class member functions confused as Macros
- problem on hiding console window
- Template specialization for vectors of any type
- Friending an inner class to a templated class
- why the efficiency between debug and release version differs so much(VS2005).
- line numbers in IDE
- reverse engineering visual c++ 6.0 source code into UML
- breadth-first traversal
- ways to delete the element in between with vector?
- function of 2d array
- RWCollectable Replacement
- C
- A basic doubt on VPTR and VTABLES
- get integer values using ifstream error.
- nth_element() not compatible in VS2005
- Initialization of const objects.
- cout2,
- MS Studio
- Viewing BGL Graph
- STL map class ordering
- how to read a Unicode file
- using nested for loop, workin with displaying prime numbers
- Sticky problem with collection class
- dll file problem
- Designing a property system
- Templates questions
- Passing member function pointers are template parameters
- Parsing a string into integers using istringstream
- JFace for C++?
- memory offset of member variable within class
- Templated friend function can't access private members?
- Problem with function selection in templates
- Looking for C++ book recommendations
- Where to put typedef std::map<key,val>....
- Is an incomplete initializer good form?
- Generic Pointer Type
- Defect Report : numeric_limits::is_modulo insufficently defined.
- New C/C++/OpenGL Software Tutorial
- Good way for error generation on template instantiation
- How i can make compatible vc7 with vc8
- Creating Windows service using C++ in non-CLR env
- How to use VARIANT??
- Why is this not allowed anymore (anymore being with a more recent compiler)?
- STL Map in which the value type has no default constructor
- Private enum in class
- Learning Compilers using C++
- will it leak?
- on cout,
- getline(cin, string)
- Invoke New Handler
- Power calcualation once more :(
- Strings C++
- Remanent - tworzenie nowej bazy od podstaw
- How can a Vector class be optimized ?
- Async / sync class design question
- Problem running vc++ code with gcc
- strcat syntax with int and char
- complex inheritance
- Stroustrup 3.7.1 - "vector"
- a question on c++ preprocessor
- Customizing structure with policy classes
- ===Welcome to comp.lang.c++! Read this first.
- Writing Struct to File doesn't work - what am I doing wrong?
- sum of the first n odd positive integers
- Stroustrup chapter 3 - 3.6
- std::stringstream
- Exponential output with cout - should be changed....???
- hash_set core dump on memory free
- QT/Trolltech multiple monitors
- Pointer Question
- iterating through vector<string>'s.... error
- operators & namespaces
- Help: datatypes...
- " Interviewing Seminar LEADERS; How did I do that ? Faith that's HOW... "
- How to overload the new operator for std::complex<double>?
- static constant as class member
- Information for C
- Function Template help
- Char*
- help on C++/programming interviews...
- how C++ implements the dynamic type?
- Find/Replace with char arrays without string functions
- cout stops working!! #%#$% Student going INSANE!!!
- Question about compilers....
- partial template specialization...
- erase-remove usage
- yet another memory leak
- How to call Aggregator class destructor?
- help with string search
- wrapper around data structure?
- Calucalting the power
- No object definitions in header files?
- boost::regex - fail to compile a simple sample
- MemoDepot: build YOUR OWN online notes library - anything, anytime, anywhere
- Container with pointers
- storing iterator in a class
- typename usege problem ...
- classes and members
- malloc and new...
- Any implementation for one-many message dispatching mechanism in C++?
- Writing better program?
- template class and static member variables
- Error: no compiler tool is associated with the file extension (*.h)
- combine __FILE__, __LINE__, __PRETTY_FUNCTION__
- hi
- Parsing question
- Memory leak detection tools?
- sizeof of an instance differ from sizeof of a class
- Nested (non-regular) data types
- Recursion
- vector reserve() and clear()
- C++ Event Coding Questions
- Avoiding evil macros
- sort() function for user defined type
- Help with Iterator for templated list.
- Declaring double in the scope of a class
- Thumb rule for passing arguments
- What does the object name represent?
- warning: missing braces around initializer
- a good C++ editor
- inline warning on borland C++
- one more question with smart_ptr
- How find a number ina list
- stl container as default arguments - how?
- const ref vs. pointer
- The number is odd?
- cout true for bool(true)
- Singleton without static : possible??
- A new approach to specifying typelists?
- Help with cd autorun program
- Hide the KeyCombination Ctrl+Alt+del
- std::vector and operator==
- Problem with Circular Linked Queue Program
- seek and fgets and fputs fopen
- Automatic conversion operators
- problem with vector
- ===Welcome to comp.lang.c++! Read this first.
- HELP!! <please>
- Are C++ strings binary strings?
- Q: change position of list element without invalidation
- how do I find out how many days between 2 days?
- could you explain the code from the second header file?
- could you explain the code from the second header file?
- Virtual Constructor
- hash table...again
- How to count some repetitions
- How to count some repetitions
- Is it simple way to create a singleton or is it wrong?
- unsigned char* compiler error
- faq 1.#QNAN00000000 and -1.#IND000000000
- XMLCh and wchar_t
- Counting # of single digits with arrays?
- Functions having same name return different type values in subclasses.
- Searching Multiple Arrays
- Out-of-bounds Nonsense
- why does this right?
- How do I determine if a CPU supports Uniprocessors/Multiprocessors or only ACPI
- help upcasting
- gcc TR1 support under Windows 2000?
- Is (&(*(T*)0)) UB ?
- How to avoid repeated names?
- remove elements from vector
- pointer to function
- ABI backward compatibility
- f2c's abs conflicts with <complex> abs
- memory allocation design problem
- Method overloading and inheritance
- Is this passing arguments by reference
- undefined; assuming extern returning int
- Why doesn't this code work?
- Precedence of overloaded cast operators
- Name mangling Doubt
- Execuable protection
- Needed - C++ Experience Professionals
- How to fetch the class object returnd from C# dll to VC++????
- Use memory instead of sockets in IPC ?
- Stroustrup section 2.5.1
- conversion from one user defined type to another
- How to use CPPUnit effectively?
vBulletin v3.5.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.