Home : Bytes IT Community / View Full Version : C++
- Linker Error: Undefined symbol _closegraph in module GRAPHEX.cpp
- template specialization, nested?
- How can I instance such a class?
- Urgent Help: Multiple calls to JNI_CreateJavaVM
- Default initialization with dynamic allocation
- Which Callback implementation is better?
- outportb problem
- Catch bad_alloc?
- Using class initialization to initalize inherited attributes
- dao 3.6 in visual studio 6
- [Programmazione oggetti] inserimento in testa in una lista
- sorting maps according to their value_type
- Debug exceptions
- Compiling in MSVC7
- Function overriding
- Embedded Strings -- Arrays or pointers?
- C++ on Windows-XP
- how to search a table by any of the field
- conversion operator question
- How do I hash this ?
- Can't dereference pointer to stack?
- why does the complier complain undeclare identifier even though i have included the header file?
- Why this code can't compile?
- return string from c++ to c
- Places to declare variables
- What is the output of this program? and why?
- bitshift a large amount of data
- function vs. class partial specialization
- GUI kit with ref-counting
- Run-Time Check Failure #n Question
- difference between compiling and linking...?
- returning an std:string pointer as a parameter
- text file indexing
- stringstream str(), buffer overflows
- bmp->pgm
- why int ** test :: iptr = & test :: i ; is incorrect?
- Modelling the real world
- Passing char*
- OK for compiler to not call function with constant return?
- Templated for-loop fantasy
- ABC w/o virtual functions?
- what datatypes of key can be used in c++ maps?
- How to use htonl in IPv6
- Determine equality of template parameters?
- static data member initialization
- how to convert string to double?
- Memory errors HELP!
- friendship and pImpl idiom
- Help with console problems
- Survey for Compiler usage
- Detecting binary files
- Compiler Directives Not Working
- why it is wrong?
- Unexpected results in matching a regex
- std::set - sorting order specified?
- Bug in compiler?
- Undefined behaviour?
- Compilling allegro.h & windows.h
- what's wrong?
- stdint
- Reverse Iteration
- usb access
- 64 bit performance speedup over 32 bit
- seekg Concerns On Fragmented File
- Style question: SetShutdown/GetShutdown .vs. SetShutdown() overridden
- communicating with every object of the class
- Vector and adding of object
- a question about a class and a list of the class.
- Validate IPv6 Address
- better way to read data?
- convert static final from java to c++
- opensource group
- can I re reference items in a map
- classes vs structs.
- Unable to create *.dll
- operator += on short int values - strange compiler warning
- vector::iterator to a pointer casting
- Comeau (working *.bat file)
- C++ Proofer
- comparing two structs .. revisited
- Great Job Board
- Overriding const member function with non-const
- Sorting a list
- C++ Multiple Inheritance
- new & delete in CRT.How to get a efficitive memory allocator.
- parse comma delimited text string
- Class execution
- shift, signed unsigned
- Question about postfix ++ precedence
- how to read data?
- vectorstream analogous to std::stringstream
- A c++ Program for Valentines day
- Usage of RAM related to C++ programming
- Pointers for these pointers...?
- c++ to c
- Bigint library?
- online standard c++ library reference
- writing binary files to Sun workstation
- undefined reference error
- stopping a boost::thread
- ridefinire bool
- How to declare function returning array of Integer pointers
- delete resouce of partial constructed object
- const string in the header file - solutions?
- regarding core dump
- Reading in a variable number of integers with cin
- Calling new pointer twice?
- REQ: how to override 2 virtual functions with the same name and same parameter
- Undefined reference to...
- I need a CFRONT C++ Compiler for MS-DOS/Windows to replace an Apollo Domain 2.1.0 compiler
- Function Pointers - design question.
- lvalue difference between static and non static member functions
- static opaque pointers?
- Checking bits states
- variant template
- std::cout << x << " " << x++ << std::endl
- Strange problem executing
- Compiling with GSL
- various way to delete pointer to pointer
- help with string to int
- where to inform about TR1/TR2 progress
- This Pointer is legal or not?
- char* to string conversion
- Beginner help!
- REQUEST TO SOLVE MY PROBLEM IN VC++
- REQUEST TO SOLVE MY PROBLEM IN VC++
- Is this good code?
- string and pound symbol
- Template Member Functions of Template Classes
- trying to get a class to work
- iterator problem
- dynamic arrays (convert vector to array)
- Latest ANSI C++ proposal
- Cannot write 0 for pointer in a vector.
- Random access an element in a STL List
- get values from data file to integer variables..
- storing a map of inhomogeneous container types.
- WinXP: Ostream Operator Corrupting MFT(?)
- PostgreSQL - OTL programming readiness recipes
- Bugs in my code, help!!
- KDE FAQ states using static functions is better than putting themin an anonyous namespace
- request to solve my problem
- request to solve my problem
- clearing or capturing the screen
- namespace and enum?
- Class / lib files
- Exception in Constructor
- Data statements in C++
- How to improve this code
- Protected Access
- implementation assistance
- Objects can't be passed by value
- Static Variables in C++
- Programar IP en DOS con C o C++
- fopen and fclose?
- Programming IP with C++ under DOS
- finding slow parts in program
- Encapsulation idiom
- basic question
- concurrent distributed programming online resources?
- Straming video playback
- Basic/simple question regarding header file
- STL lists as retrun value
- How can I resume a download if the user gets disconnected (I am using CHTMLfile )?
- communication - how?
- random number generators
- Order of construction
- curvature of a circle passing through three
- Doubt regarding returning const char*
- Sybase OC Library
- vector<bool>
- OT? My First Working Modification of C++ Example Code, under QT. :-D
- mem_fun_ref: parens in reference of function
- 2d vector error
- Help converting malloc to new
- STL vectors..
- ASyncResult vs. IASyncResult
- What is the fastest way of getting the fraction part of a floating point?
- What is the fastest way of getting the fraction part of a floating point number?
- CBitmap
- what is the better way to determine if a string is number or not?
- error checking by parsing thru a string
- Set operators
- How to disable preprocessor checks in BCC32
- source code commenting
- String Manipulation doubt
- pragmas with example
- Now a tricky one ;-)
- Static Table...
- Access to excel spread sheets
- Rotated Sorted List Search
- Simple reference counting.
- objects hierarchy problem
- accumulate() usage
- finding angle between two points
- Protecting Your Application
- Vector withing map: accessing values
- Template Specialization: when are extra template params required?
- Questions about const reference
- Dynamic object costuming
- generate
- how can c++ be slower than Perl?
- Walking thru a STL list and remove element at the same time?
- what is the better way to do the mapping?
- catch(...) doesn't catch everything
- &*iterator
- DLLs - State of Play.
- random numbers
- Template specilization problems, howto work around
- Runtime Type Checking
- Apache C++ Standard Library 4.1.3 released
- index vs iterator
- SetParent() on a control
- How to convert an integer into a string
- Traversing a 2D array
- map/set and multithreading
- How to insert binary to memo
- ostream_iterator<wstring, wchar_t>(wcout,"\n"))
- changing the sorting behaviour of std::map
- Serial COM port driver
- Anonymous Uniouns
- binascii in C++
- Tokenizing a string using STRTOK() in g++
- C++ "packages"?
- Manipulating bits
- Reading a file that looks like this..
- Deleting a Polymorphic Class
- How to get pointer and offset from vector<bool>::iterator (or reference)
- C style casts
- Initialization inside a class
- storing arrays in cpp
- Manipulator for parsing quoted strings
- How to enforce execution order?
- Hardware
- Endian swaps with C++; comments please
- calling virtual destructors and virtual functions
- Design question
- g++ vs msvc++
- How to prevent a letter insert in a int var ?
- "Good" and "pricy" developement environment for c++
- tree container library, revisited
- Preventing delete
- Operator overloading vs. class derivation/inheritance
- Operator overloading - lhs, rhs?
- Compile error
- restricting memory
- istringstream
- some last minute isues...
- ifstream read() loop
- Linux and c++
- Class Member Memory Allocation
- Read and write the same file
- Finding dupilcate entry in a STL
- ostringstream and write()
- Namespace and #Include best practises
- RoseRT to "clean c++"
- Help about windows programming with DLL
- operator overloading and virtual funtions
- Bad Reference?
- linked list program in c++
- in-place functor comparison instead of std::binary_function
- Delete node from singly linked list when header is not known
- Function / Method in class
- Making C++ classes available for C
- avoiding code duplication w/ type lists
- Linker errors on Template function definitions
- Seg fault when delete a pointer to vector<int>
- loop thru a STL list causes an infinite loop
- IT tests. C, C++, XML, HTML, .NET, SQL...
- const and non-const variables
- gcc error for Name lookup. - Item 32 exception C++
- Timer, threads, exceptions
- STL remove compile error
- Is there any command like Pause or Nope in C++?
- reading lines from file
- [MFC] CDataExchange::Fail() fails
- which clustering algorithm to use
- File I/o questions
- Operator < in map template
- C++ Network Solution -- Where should I begin?
- custom allocator using templates
- Forward declare a templatized class
- question about function pointers
- Rot-13 encoding an std::string
- Masking a virtual function?
- Class inheritance question
- Passing a const object by reference.
- How can i get each coloumn of a 2D array as 1D arrays??
- Binary File Reader
- std::find / find_if versus for loop
- How do you define key_compare and value_compare
- tightly coupled class design problem
- Random Colors For Use In Defining Different Regions
- map inserts and efficiency
- How to pass this template template argument? (MSVC++ 8 error C3200)
- bitmap array
- ToString : convert types to string
- std::string, subscripting, and npos
- Template Instantiation and member templates.
- Forward iterators and past-the-end iterator
- About const references
- source files vs. resource files
- templated pointer function for simple array
- Subscript operator overloading with vectors
- How to use wide char
- knight's tour helpppppp
- Comment on style
- vector erase
- Dataset always null
- member initialization - no matching function - candidates are
- Socket class done the C++ way
- s there something better than EnumPrinters?
- how to declare this template operator?
- extract data from file
- What is the advantage of inherit from unary_function template
- Enum to type (for static dispatching)
- Which members are created automatically, which members are not inherited?
- What is the proper behavior of gmtime()?
- Removing elements from a list that are elements in another list
- Removing elements in a list that are also in another list
- const map templated 'find'
- Double getters
- Does c++ standart support thread? Is _beginthreadex the standard function?
- Importing Borland DLL to MSVC++
- std::string performance (Sun implementation)
- which is faster
- What would new (char([0])) give?
- Cast vector<foo*> to vector<const foo*>?
- Are MAGIC numbers always bad?
- C++ POSIX implementation?
- Passing by reference... is it safe in this case?
- Another STL ?
- STL iterator/reverse_iterator
- simple drag & drop
- I fixed a problem...Now, what exactly did I just do?
- Abnormal C++ Compile Time - How to debug?
- multiple inheritence contructor
- Macros (I know, yuk!)
- Random Access Iterator
- Return an iterator
- Question about operator new
- Loop over enum values
- cppmake
- Can I put this in a .h file?
- Advice required on my ascii to hex conversion C++
- auto_ptr's exception safe
- what are the rules for writing header files?
- visitor pattern and COM like objects ?
- Solaris : Difference in g++ and CC compiler for variable length array declaration
- Regading interview Question.
- How do I detect infinite floats?
- Passing Through Constructor - Simple Error
- STL ??
- Critique requested.....
- How to use std::copy?
- collecting data from text file
- recursive
- Ada to C++ translator
- Nesting try blocks inside catch
- Using STL how do I convert a variable to a binary string
- inclusion compilation model question
- bitset solution
- Help with template object
- STL iterator
- Converting a macro to a string
- Can C++ do it for me?
- Deprecated API?
- Little problem to use a priority queue
- dtors that fail
- UDP broadcast problem
- experiment with std::fill
- Error "type specifier omitted for parameter" in preprocessor directives??
- Pure Virtual Functions
- release build assertions/verifications
- Interpreting error messages (gcc)
- bstr string to New character string
- STL: copy vector of class ?
- static initializer order
- Running MS-DOS within a c++ program (Code)
- Definite type sizes
- graph layout algorithm
- Help with std string
- Virtual Template or Template Virtual
- Remove items from a stl vector
- Help with initialization of graph (Boost Graph Library)
- Interface
- global scope variable in .cpp file?
- Average All-Pair Path on a Graph
- Average All-Pair Shortest Path on a Graph
- does multimap insert invalidate iterator?
- "named parameters mechanism"
- CFP: IAENG International Workshop on Computer Science (in IMECS 2006)
- size of a class having enumerated data types?
- Smart Pointer library in C++
- memcpy a int to a char buffer ?
- C/C++ code to parse XML file
- garbage collection questions
- Whats wrong with my stream ?
- Debugging a Segmentation Fault in C++ STL code
- How to open a file in $PATH?
- question about operator new
- How to delete an array?
- how to use this utf8 interators to read from a file
- PostMessage() in vc++ thread not talking to main program
- utility to view the expanded preprocessor macros
- How to install c++ on Windows
- friend operator<< in template classes
- c++ as beginner...
- Video Streaming in Windows
- where does open open the file?
- Debugging C++ program in GDB on linux
- Magic Wand Implementation
- Overloaded type converter STRANGE behaviour
- Automatic lvalue in functions
- Replace simple function with object of same signature
- display from video card visual c++
- initialisation of static
- throw in destructors
- STL for loop ?
- question on the assignment operator
- List Iterator Not Incrementable?
- passing argument in STL loop ?
- what is causing this error?
- ECMA-372 is stepping in on C++
- What is the advantage of Boost scoped_ptr?
- suggestions on improving source
- My C++ library
- Assignment through base class reference
- vector of vector of vectors
- loop -> for_each advanced
- how to init a derived struct?
- order of #include statements
- GNU libstdc++ crash 64 bits gcc 3.4.2
- Accessing Lvalue from function
- Where can I get the source for g++ 2.95.?
- making sure that the deallocated dynamically memory returns to the heap?
- error C2664: 'strcpy' : cannot convert parameter 2 from 'char' to 'const char *'
- STL vector with iterators
- Initialize const or static map
- c++ support for unicode, utf-8, encode/decode, ifstream, wstream?
- Handling ThumbTrack Notification for Multiline Edit Control
- STL and aCC
- STL ?
- get filename from string
- drag and drop onto exe
- extracting rest of an istream (istrstream)
- C++ Interview questions for large C++ projects
- string.format help
- Funny! More offers to select a search engine! (oo)
- Any good way to extend std::swap?
- policy base class using static member functions
- instance scope ?
- Shared string inside DLL
- Create a list of class as a member attribute
- sending <STX><ETX > charaters to RS232 port
- memset on structs with non-PODs
- paradox when constructor of an pure abstract base class called?
- memory mapped file stream
- "Virtual constructor" abstract base class - feasibility?
- using streams for communication between threads...?
- doubt in strcmp
- about return type of an overloaded operator
- debug mode
- language law - how to describe the state of uninitialized static storage
- checking bits
- Overload operator error ?
- Execute a function in each element of the list conditionally
- Efficient list swap
- copying a file
- C++0x and file I/O
- pointer reference problem
- Question about STL erase function
- string to class type using typeinfo
- Visual Studio 2005 C++ Resouces
- Saving BLOB data using C++ In one insert statement into Oracle
- Dual-Graph Library
- stoopid begineer with a question
- iota
- C++ strings
- reading from a binary file
- templates problem
- Funny! More offers to select a search engine!
- ostringstream and memcpy
- Concurrent Pascal vs. c++ ?
- Available C++ Libraries FAQ
- implementation dilema
- problem with array and classes
- problem with operator<<
- Relative prevalence of "good" C++
- trouble including "iostream" "fstream"
- No argument constructor and function prototype
- difference between a namespace and class with just default constructor
- parsing files
- error: 'std::ios_base& std::ios_base::operator=(const std::ios_base&)' is private
- std::map with user defined data
- STL algorithm VS Java loop
- ))))
- classes pointers
- Passing an evaluated variable to new in allocating a derived class
- c++/stl development top nyc financial firm
- Barton-Nackman and compilation under Solaris
- design guidance
- Recast a member variable in derived class?
- Function to search for Characters
- map whose key_type is the pointer to an object
- slicing copy, what's wrong with abstract class?
- Calling static function using uninitialized pointer??
- Is it possible to access this newsgroup using Thunderbird?
- std::list iterator usage
- pros and cons using reference-counter VS reference-link
- from vector of pairs to a map
- Overloading 'casting' operator
- DLL, XML, What the H-E-Double Bang
- auto_ptr and PIMPL
- Buffer overrun - exit or abort?
- Question about Effective STL item 7
- difference between generics and templates
- typedef in C++
- STL string - converting to low case
- Physical Location of #define Symbols
- c++ float and integer
- Error in program. cannot convert from 'char []' to 'char [10]'
- COPYING (not extracting) data from an istream object
- multiple return paths question
- Setting member variables before constructor call
- invoking member functions without creating an object or pointer of the class?
- how to implement a "typoef" thingy.
- SOCI 2.0 - a database library
- Problem with member and non-member binary operator in template class
- CFP: LASER Summer School on Software Engineering
- Global variables.
- How C++ Exception handling works ?
- Implementing library algorithms
- Want to shift bits with addition of 1
- looking to use graphics, can't find any thing
- confusion over static variables
- auto_ptr memory leak with arrays?
- NULL pointer and null references
- Clear Thinking Power for Comp Developers
- Tightening up Shootout code
- key-value pairs: key consists of 3 ints
- Removing a vector element using std::swap and std::vector::resize.
- debugging -- behaviour to be explained.
- New to C++ need help
- Using time_put and time_get from <locale>.
- Compile error with virtual inheritance: const <anonymous>** - AGAIN
- save to file
- Template class - Compilation problem
- Templates and Inlining
- C++ Beginners question