View Full Version : C++
- cross platform compiling - gui for linux & windows - what to use? gtk?
- In Foucs on C++ exam
- Can i pass a function to template?:
- == evaluation problem
- Unicode
- Declaration of a struct inside namespace
- Problem with assigning a value to a array
- Extending a class template
- Templating a typedef or aliasing a template
- Synthesized and non-inherited class members
- help me
- throw from c'tor
- Initializing a vector of a vector in a constructor
- Deep Copy smart pointer not requiring virtual copy constructor
- Now here is something I hate!
- ===Welcome to comp.lang.c++! Read this first.
- object and class name reference
- what mean: const A&a = A() ?
- Count string length by recursion!!
- Question From a Newbie :)
- Runtime error: std::bad_alloc at memory location
- uml from c++
- Lambda library types as indices in for_each
- arglib counted_ptr operator= question
- error: `struct A' is inaccessible
- Recommendation for GUI for C++ on Windows XP?
- switch is not optimized for mapping between enums
- A bright note...
- How to create a beautiful GUI?
- switch is not optimized for mapping between enums
- linked list quicksort
- enums and namespaces
- smart pointer (copy_ptr) as class member
- you used it?!!!
- IdIcmpClient1 Replystatus?
- 3D vector memory deallocation
- Lists of synthesized and inherited class members
- Inheritance n level deep
- About Inheritance and its concepts
- Rubbish Output Dev-C Compiler / Program for Binomial Coefficient
- repeating intructions in .h and .cpp files
- problem with multiple inheritance
- multiarray
- Auto Vector of pointers?
- how many inversions????
- Best Way To Copy Complex Structs
- [survey] LWG issue 206
- Intrinsic Function in C++?
- Order of destruction of static locals w.r.t. globals
- new-initializers for an array
- program with gcc on Windows
- manipulating an objects through pointers or references
- What the heck?
- I want the meaning of this statement
- Default reference variables
- Deriving from STL containers
- sharing resources over inherited classes
- Evaluating Preprocessor
- ISO IEC C++ standard specification 14882:2003
- std::vector and size_t
- STL Vector - clear() works for 2D Vectors?
- locale and wcin, wcout, wfstream
- linker error w/ templates
- Please explain this unexpected behavior (regarding return-by-value)
- Conversion constructor
- n00b class question
- order in which files are built
- newbie: #define with Italian characters (ASCII > 128)
- Template specialization with a template
- inheritance problem
- Why this program is wrong?And how to improve it?
- Solution Guide for Bruce Eckel's "Thinking in C++"
- "could not deduce template argument" error
- Program to split very large files by line count
- Exception safe & Exception Neutral deep_copy smart pointer
- Idioms to handle backward compatibility using templates
- Implementing an I/O wrapper and Parser (console project)
- specialized template function w/compiler error on invalid type
- integrate C++ into browser
- right shifting
- Templates & abstraction question
- Ambiguous member function pointer
- Template class member function specialization
- i need help in ADT clacess
- Iterate over a vector of vectors, etc
- Iterate over a vector or vectors, etc
- 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
vBulletin v3.5.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.