View Full Version : C++
- 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...
- Class / lib files
- Access to excel spread sheets
- Rotated Sorted List Search
- Simple reference counting.
- objects hierarchy problem
- accumulate() usage
- finding angle between two points
- Vector withing map: accessing values
- Protecting Your Application
- 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
- Re: Commercial programs written in C/C++?
- DLLs - State of Play.
- random numbers
- Template specilization problems, howto work around
- Runtime Type Checking
- Apache C++ Standard Library 4.1.3 released
- ===Welcome to comp.lang.c++! Read this first.
- index vs iterator
- SetParent() on a control
- How to convert an integer into a string
- Traversing a 2D array
- map/set and multithreading
- Exception in Constructor
- Download Visual Studio 2005 Full
- 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++
- Manipulating bits
- Re: C++ "packages"?
- Re: C++ "packages"?
- C++ "packages"?
- 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
- vector of vector newbie problem
- 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
- How to play .mp3 and .rm in VC++ programs.
- Operator overloading vs. class derivation/inheritance
- Operator overloading - lhs, rhs?
- Operator overloading - lhs, rhs?
- Get Rich
- Re: Passing a const object by reference.
- Video tutorials
- 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++"
- Re: Free templates
- 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?
- ===Welcome to comp.lang.c++! Read this first.
- syntax question
- 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??
- Please use wxWidgets
- 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
- class design question
- 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)
- Re: Adding Multi_Language support to X, my Hand_Rolled newsreader.
- 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
- Double getters
- const map templated 'find'
- Does c++ standart support thread? Is _beginthreadex the standard function?
- Newbie Question - Constructors
- 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
- ===Welcome to comp.lang.c++! Read this first.
- 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)
- Grand Opening Giveaway! 85% off all electronics! http://xthost.info/ediscount/
- 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
- Gauss Jordan Solver?
- ===Welcome to comp.lang.c++! Read this first.
vBulletin v3.5.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.