Home : Bytes IT Community / View Full Version : C++
- template class to alloc memory
- A problem on string swap
- Static and dynamic library
- Malloc() and new()
- 'B' is an inaccessible base of 'D'
- Default call of an Empty class object
- integer int i; *i++ and ++*i have a different integer value after the increment
- Undeclared identifier???
- Dealing with const
- vector 'push_back' problem
- Class Design Question
- The Trouble With Locks by sutter
- std::auto_ptr with virtual class
- Any function can convert the words form,such as "boys"->"boy","became->become".
- Any function can convert the words form,such as "boys"->"boy","became->become"?
- Any function can convert the words form,such as "boys"->"boy","became->become".
- cross platform shared libraries
- new and memset
- Date/Time class
- is C++ dynamically or statically typed language or both?
- std::map
- Problem with bitwise operators
- Problem with input
- Default Template Parameters
- problem in a very simple code
- Best Editor/IDE
- Static members and inheritance
- references and l-values
- char * const &szKey
- Class in class problem
- Memory value change?
- operators << and >> for 'std::streampos'
- System functions + wchar_t
- sample.xll is not a valid add-in
- STL : list, map, ...
- make files
- C++, wchar_t, Unicode and all that stuff
- Which container I should choose for better performance?
- Which container I should choose for better performance?
- Befriend during runtime?
- Need advice about brushing up on my C++
- Global variables...
- I/O exceptions
- Copy constructor: why can't I copy objects as if they were structs?
- fstream question
- fstream question
- Help! Windows.h Conflict
- job interview question in C++
- architecture to adopt
- std::streampos and INT_MAX - incompatible?
- Using Definitons
- method max_size() for map-object (STL) returns -1
- defining class-object declaration in header gives error
- Initialization list and inheritance
- how to distinguish whether the type is unsigned or not
- Why do all the compilers I try fail?
- looking for a clever preprocesser solution
- Operator<< for ostream
- Finding a program's directory at runtime
- Crash while erasing a member in a vector
- SSL
- Casting, inserter and streamspos?
- dynamic cast for streamed data
- Operator Overloading : Incorrect implementation being called
- The problem of inheritance? Why can't it overload the private same name function ?Help?
- Using flex++ and bison (not ++) with c++
- Exceptions
- Singleton class
- Singleton class
- efficient algorithm for customized set_difference
- clone a tree
- std::list
- method to count 'endl' manipulator on insertion operator
- incompatible warning in C/C++
- initialization problem
- Heap Manager and new/delete overloading
- Opensource software for computing checksum?
- AVI /MPEG Lib
- reference l-value
- undefined behaviour ??
- Link to lib file
- Is my naive C++ implementation the best, or...
- Memory leaking
- geometric progression
- Switch vs. Else If
- How to change the button style of Console Application
- request for new questions
- question about "scanf"
- Reading from serial to an array
- Function template partial specialization
- 'new'd memeroy is contiguous?
- what are the problems with this piece of code?
- using C structure in C++ (VC++ 7)
- lots of warnings with stlport
- Getting error with SUNWspro 6 update 2
- operator= Q.
- Available C++ Libraries FAQ
- how to using codecvt to convert ascii<-->UTF-8 within std::ofstream
- Which header files are included?
- Xml Parser
- Problem with Exponent program
- Network Programming... Ugh!
- inherit WITH operators
- storing "almost-POD" classes to binary file
- exception woes using fstream and .eof
- Struct inside a struct
- Which is better, using ReadFile/WriteFile or use fstream?
- Symbain Device
- variable in a class member
- including and excluding at compiletime
- c++ spreadsheet libraries?
- How to minupulate the elements (counting by 3) of an array usingSTL?
- Access to MS SQL Server from C
- mscorlib.dll problem (Visual C++ 2005)
- A good use of fn ptrs?
- Implementing a Decimal class
- Memory allocation problem
- typeid ... more
- Again: 2D-Array/Table but sortable asc/desc by column for different datatypes
- deleting all elements in a STL container of pointers
- operator % and signed integers
- Initialization of non-POD aggregates
- can std::set hold pointers to keys instead of the keys themselves?
- Too Many Function Pointers?
- int var declared in "for" not local?
- what is the difference between string.h and cstring?
- auto_ptr and casting
- auto_ptr always implies heap?
- Complex policies
- using fis.c in a c++ project
- CTAGS usage
- problems at multiplication (Currency multiplied with float)
- How does the compiler implement a virtual destructor?
- [Linker error] undefined reference... pliki .h... dev-c++
- weird problem with gcc
- Special iterator
- #ifdef vs OO patterns
- `sock_create' undeclared (first use this function)
- My programs always shut down...
- friend sibling class nested in derived class problem in gcc 4.0
- How to become a C++ Programmer
- std::vector
- How to turn a C++ program into a BASIC program ???
- copy and istream_iterator question
- Naming issue
- map iterators interface
- private default constructor is good or bad?
- Question on vector of vector iterators
- Reading 16-bit raw data
- Bowyer watson algorithm
- Dual Head Monitor
- Derived template classes
- add a new member to struct
- How to Check the content of the memory?
- STL map and memory management (clear() )
- Error when initializing static variables
- How to catch Mouse down and mouse up on item of treeview
- Cline/Lomow Book (Original) FAQ # 158
- who can give me a lmplement of Diffie-Hellman key exchange.
- why is automatically generated copy constructor of this form
- Creating Dynamic 2D Arrays
- Getting confused in Virtual calls
- C++ class library for kernel mode programming
- scan frames of other windows
- is there any transform_if algorithm?
- can you make an ifstream from a FILE* ?
- problem with const objects in lazy parser
- vector<pair> .. more
- operator-
- GDI objects and memory leaks
- USB 2.0 Memory Stick
- reading para values from config file with type
- question--separatecompilation
- templates to generate compiler diagnostics
- Vector in cpp
- Array initializer in C++
- what is needed to implement a memory table?
- MS Access And Excell data access through c++(API ,Connector,etc)
- Usage of Double Pointers
- Tricky conversions question
- how to find nth quote char?
- Need Help
- candidate for bitset
- counting lines in text file
- Doing run-time binding/introspection/reflection in C++ non-intrusively
- Style Poll: Hand-Rolling for() Loops
- pointers difficulties
- skipws and <<
- offsetof / non-POD structs
- JNI: changing from ARGB to RRRGGGBBB memory problem
- Replace a #define by a method
- question--A function returns class object(comparing C++ & JAVA)
- is << on filestreams a blocking operation?
- Strange Bit Shift Operator
- Use int or long keyword?
- including files
- Code Style - Handling Returns
- Type casting
- c++ and multithreading
- Comparing an iterator to a NULL value
- dlsym and function pointer ...
- How can I set up the path where the compiler(g++) will search forthe header files
- template and variable parameters
- Constructors & iterators
- Operator Overloading.
- legacy containers
- what happens internally
- USB APPLICATION
- little problem
- Zero sized arrays in base classes?
- #include<> internals
- Help with Dijkstra's algorithm
- Is this possible in C/C++?
- How to define a class GasPump?
- getting reference to a STL map element
- overload operator ?
- Pattern matching with boost
- problem with c++
- class wizard in 7.0 (.net) IDE
- Secured access to source code project ?
- Array copying technique
- Checking if number is bigger than INT MAX
- Operator Overloading Problem
- When is std::list more effective than the other containers?
- Correcting answers
- Store two images in one file
- candidate for a reference counted smart pointer (?)
- software for Voip.phone
- how to transfer a DWORD from a function?
- How do you return a list? Best practices
- tr1::bind in a template class
- Insanity or technicality?
- Opening is for technical lead
- Programmer's Avenue
- learn C/C++/Java/HTML/Web development
- Another name of type of iterator allowed or not?
- unresolved external
- member typedefs
- Can I write a fn reference?
- Getting a chararacter array to accept spaces
- Getting certain item from a character array
- Runtime Definition of a struct
- header files
- problem with auto_ptr<> and assigning derived class to base class object
- operator [] or what ?
- vector of structs
- finding the length of a char*
- string comparison, help!
- Operator overloading for pointer to objects .
- Function returning a function pointer?
- What does this mean?
- Programmer's Paradise
- Initialization of non-integral type in initialization list
- Composition using references
- Question about char
- Arrays as parameters
- Why does the write method take a character pointer to the object one wishes to write?
- vect of struct ??
- Is this the 'prefered' way to use a vector
- oracle-c++
- oracle-c++
- oracle-c++
- Overloaded
- Enhance your Bugzilla with Release Planning System
- file writing
- Multiple inheritance, dominance and pure base class
- CPU temperature reading
- Runtime errors with c++ binary search tree
- Stack or Queue?
- Design question for UI library
- hello ,i really need your help
- undefined reference to '__gxx_personality_v0'
- Linked List Isn't Working Correctly
- regular expression lib
- Plz i need ur help
- set<const int> - does not compile
- design patterns - Maze examples
- Assertion Errors
- Interesting technique using templates to get around privacy
- Problems with reading xml-files
- template instantiation with local type
- Operator overloading and inheritance
- test.c:24: error: `read' undeclared (first use this function)
- HELP!
- default arguments in member function
- class instances ..
- double pointer
- member template partial specialization
- STL vector and element constructors
- Strange Unresolved External Problem
- design question
- How to implement arctan(x) without using standard library?
- How to implement arctan(x) without using standard library?
- Parameterized Template Parameters
- constness of an object
- A few function questions
- STL: Map of maps possible, but no multi-map of maps? Workarounds?
- Dividing large classes
- basic classes question
- Double-Linked List, Cont'd
- accessing const array reference in inherited-templated class
- Double-Linked Lists
- bit array in C++
- undeclared indentify error
- Random Numbers and Removing only 1 item at a time
- calling all would be writers for CUJ
- what is the error
- How to identify who cause memory leak
- How do we find out stepping over somebody else' memory
- How to check allocated memory size
- UNICODE variant of fopen or ofstream to be ANSI compliant.
- fatal error please help
- DLL - C++ - C#
- Anyone who can help me to compile a source code package under the Solaris platform?
- Cursor Movement
- Diffence between CreateThread and AfxBeginThread
- Hierarchy of objects, object "deep down below" needs to access one high up
- nested for loops behaving oddly
- Is there any way to overload "typecasting"
- pointer initialization in ctor
- Dialog size question
- C++ compiling and uncoompiling
- template & typedefs declaration problem
- Ascii-Art word converter lib
- C++ Internals handling this pointer
- Finally, a release candidate of the "Pointers" document (introduction to pointers)
- C program can't catch exception from C++
- structure and pointer problems?
- vector of struct ?
- Question Can I use explicit qualifier <C> after member function name of a template class?
- Stock Quote Order Level Book
- Stock Quote Order Level Book
- fstream::open
- passing a templated struct...
- Question about the operator<<
- calling overloaded constructor from constructor
- what's wrong with this code?
- friend operator= ?
- static member of a templated class weirdness
- Split a class across two source files
- Function to determine the length of an integer string
- Linker errors while compiling C++ applications on AIX 5.3 machine
- 64 bit integer
- copy constructors and overloading = What is the difference?
- char to wchar_t conversion
- std::string copy constructor fails
- allocate double dimension array in C
- How to write and read on network interfaces?
- operating system
- State Machine Implementation
- about struct keyword
- Can Singleton Instances Clash?
- Combing two linked lists
- hellp about local timestamp
- stack overflow
- Is Space Allowed in Filename?
- array variable type, question about semantics
- COM
- Function objects vs. function pointers
- beginner question on vector<struct>
- Function objects
- memory allocation issues?
- std::bitset, simple question
- Best STL container to use for single pass-through operations
- Need help -- starting functions
- DynPtr: A pointer with implicit dynamic cast
- need help
- Question about pointers and vectors
- Is an MFC/C++ ActiveX control best?
- Template magic needed, partial specialization
- benchmarks of char* ops vs. std::string
- TEst
- Number of times number repeats
- sorting the nodes
- Declarator operators
- Templates
- oracle
- Need advice to choise complex data structure (STL)
- Is there a cleaner way to do this?
- "typedef templates" inside templates - how can I do this?
- work with char[]
- COM compatible C++ objects how to ?
- accessing symbol tables from compiled code with debug options turned on.
- Help with a decompiler
- c and c++
- Problem with fgets reading last line over and over
- computer science
- overloading operators (basic)
- Float-to-string conversion that raises exception instead of returning0.0 like atof
- Large C++ function
- How to display a string in many lines, each lines have a specified length
- ARRAYS FUNCTIONS
- please help me to start compiling c++
- vector ?
- Data structure problems.
- are all templates inlined?
- Password Verification program help
- Custom swap in std namespace
- global typedefs and #define /\ global inheritance base
- Binary predicate member function needs access to another object's data
- initialization lists trouble
- specifying interface without definition?
- Array size ?
- some help required with maps , stucts and vectors.
- How to initialize a const char[] member variable
- HDD RAW sector reading in Visual C++
- how to connect with sql and ms access through c++ file handling
- STL collection to wrap a raw pointer?
- function template
- ARRAYS AND FUNCTIONS
- Writing classes which are "streamable"
- Pointers and Vectors
- Finding a directory using a partial path name
- C++ list and private copy constructor
- How to set the filesize
- Data Structures In C++
- tutorial
- java language
- using c++ to design internet protocol
- Why do we need non-virtual destructor?
- Macro for Backslash
- modify this c++ source code
- LInked list Problems, Please help
- overloading global dereference operator?
- What purposes do types serve?
- a problem with static declarations
- 'x = this' in constructor
- problem about "default template arguments may not be used in function templates "
- stack&recursion
- alignment of structures in c++
- How do I get bitwise access to a file?
- ?explicit instantiation member function of class template
- How can I write the most efficient code about this problem?
- Boost library and Borland Builder 6
- Does C++ have HugeInt?
- Segmentation Fault
- New to c++, need help with advanced topics
- class organization (very elementary)
- Dynamic arrays?
- Large Random Number Generator
- New style header files?
- Binary tree Algorithm
- auto_ptr explained
- binder2nd
- CLASS ?
- bind2nd
- Wrapping C code into a C++ object
- How can i read a webpage in a buffer
- Smart pointer implementation.
- implicit conversion of bool to int
- Does the following program architecture make sense?
- Operator overloading
- what 's the precision of 'double'?
- Multiple Inheritance
- Try, Catch, And Throw
- extern usage for template instantiations
- is_polymorphic
- Compiler error with class templates - please help me resolve it
- Something like Reflection possible in C++ ?
- Windows screen scrape app using C++?
- dynamic memory
- Convert const int to char*
- Redim an array (new / delete)
- Is this a good use of friend?
- Wanted: tool to convert code to flowchart
- How many derived classes is not too much ?
- Variable declaration taken as a function pointer declaration
- Try catch in ctor initialization list
- For a copy of The Embedded Newsletter
- lock file or folder using c/c++ in windows
- Sorting a vector of classes
- Polymorphism
- Casting problem ?!
- Eclipse Plugin
- Pointer string assignment problem
- How to Solve a Root...
- Passing speicifc class elements as arguments without explicitly listing them - is it possible?
- problems with extern.
- how to avoid reinterpret_cast in this snippet?
- recursion
- Loading/Saving a structure using <fstream>
- Template overloading
- std::istream_iterator to read whole lines?
- Q about object assignment
- syntax error near unexpected token `<bigaf>' - AIX C++ Application Porting from 32 bit to 64 bit
- Sequence points
- GNU C vs BCC - huge output file
- about "++" and "--"
- About comma expression.
- elementary question about setting up class
- Graphic Library
- swig python-bcc32 problem
- console width?
- Syntax of constructors of inherited classes calling the original constructor
- a template meta problem
- Release/Build Problem - Adding a pointer variable solves it???
- Operator new and POD-struct
- Binding local variables to a signal connection
- URGENT HELP NEEDED
- very basic c++ question hopefully
- Help on istream& operator ?
- nested classes accessing inherited protected members of parents
- Mode?
- Cross Platform Compliling
- polyphony of average sound card
- Reading bits at an offset
- Templates vs Inheritance Literature?
- Factory specialization
- Seek to the last line in a text file
- accessing a hidden variable
- How to disable/enable displaying user input in console
- Volatile classes
- boost::bind problem in VC8
- why sizeof is different ??
- Help on C++
- Reg. code conversion
- hi all plz help me
- design question
- gcc compile error about vector
- gcc compile error about vector
- Why does getenv() work backwards?
- Simple Decimal class?
- choose between script and c++
- static variables in class
- how to split a string in C++?
- help with converting numbers to Charater strings!
- C++ interface to a graphics package ?
- Assertion failed
- Compiler error with nested templates (simple example included)
- From String to characters
- Calling Com+ From C++
- STL: memory allocation
- Unexpected destructor call
- STL: how to convert wstring to string
- I need a help in c++ data structure plz
- differences
- "paste" problem when reading user command from console
- Problem: shared object loading runs constructor of a static object, but static linkage does not.
- f_locals is NULL inside a method
- cout problem
- Isn't a function template inherited ?
- undef. behaviour in ctor-exc. handlers
- _bstr_t behaviour (how it should work in ANSI C++)
- Problem with endl in derived streams
- How to forward declare a class in namespace?
- Class recursion
- read / write locks and deadlock detection
- problem with simulating typedef templates
- Get rid of a (float) cast in timer class
- problem with default constructor of global object