- _kbhit Function Equivalent
- Adding a dll configuration to a console project
- compilation errors, am I using <set> right?
- "No matching function for call to..." error (newbie question)
- A Question About Static Variable and Thread-Safe
- implementation suggestions
- When would you choose to return an error code rather than throw an exception?
- weird behaviour ((1 << v) - 1 != 0xFFFFFFFF) when v == 32
- Default inheritance of a class?
- problem with _vsntprintf_s
- Recommend Data structure? multi-map?
- beginner question on C++ associations
- http page
- printing problem(c programming)
- [RESOLVED] 64 bit data type
- Failing in intialize
- Generating random real numbers between [0.0,1.0]
- Why private class members?
- Accessing object of one class from other class
- [RESOLVED] setting directory
- An Interesting Code Sample
- Embeded ressources for c++ project in VS.net
- A Static_cast<> Question
- Why dynamic_cast<> needs the class to has virtual methods?
- Constructor Initialization
- BCB Vs. VC++
- Concatenating char
- what's the fastestway to output?
- How to get my header file to find my structs?
- I wrote a piece of code, can't find where is the bug....
- Inheritance Question
- Abstract Virtual Function Error
- Algorithm to return an unused Random Number
- return of a void function
- Dynamic scoped_ptr
- Need Help Urgently: Unable to Compile C++
- IE cache
- what string need to return,
- Interesting Versioning Problem
- how to create an interface for C++ prog in Linux
- GetWindowText problem
- passing a parameter
- How Calculating time from beginning sort to the end
- Problem with Conio.h
- libtool and unused direct dependencies
- Insert Float Into String
- Compiler appends extra (useless) info to objects
- Recursive class definition
- Making user friendly interface
- String Tokenizer for multiple tokens
- String handling in Buffer
- Correctly getting IFstream??
- Program Crashing (Dereferencing pointers?)
- How to implement reference counting with 'Smart_ptr'?
- Help
- Very very quick question.
- Trouble with static methods and fields
- my own return routine?
- Failing to get the file... Help Me Please
- [RESOLVED] Accessor Functions
- Need a little help optimizing this method
- need urgent help: running function in background in c
- Two Vector Problems
- Very Basic Parameter Problems...
- wchar_t Vector
- Socket Programming
- [RESOLVED] Reading multiple files in a folder
- Concat to vectors
- Why are Linux binaries so elusive..?
- Console mode and GUI mode
- Problem with TIMER ON DELAY
- using 'typedef' with an undefined type....
- Legal Copyright Header
- g++ problem with c++ headers
- Need Help about integer data type
- size of program
- copying part of a string
- STLs with polymorphism
- Tutor, needed...
- what are the differences among mutex, condition variables, and semaphore?
- C++ coding do's/donts?
- Extern function usage
- Two sources. Need quick help
- Assembly listing of C++ code
- stdout -> char*
- fopen corrupts pointer data
- C++ and Lotus Notes
- Does rand() generate UNIFORM random numbers?
- about class and invoke
- sleep(), signals and longjmp ( C not C++)?
- How to combine C++ (MPI) and Gtk under Linux
- C++ Oop
- Help please! T_T (unhandled exceptions...)
- Initializing an array of classes
- Doubt on macro definition in C++
- can't seem to fill data into linked list
- Question about Autotools
- smallest amount of code to remove all instances from a vector?
- buffer overflows
- [RESOLVED] Parameters? Functions?
- Overloaded function calls
- C++ cast operators
- Manipulating Bits
- A Question from a New Programmer
- Link List
- size_t & size_type
- [RESOLVED] Derived class: hot to get mad!!!!
- string edit distance
- comparsion function
- can a function pointer to member function be declared inside the class?
- Question regarding WaitForMultipleObjects
- Why Won't This Compile
- static member function vs namespace
- C++ and hacking
- return hex value
- Help!
- CPU Stress Test
- How to configure emacs? Thank!
- inheritance and static data
- Inner classes
- Unconstructed this
- RAR files??
- Cant calling function in virtual table ???
- New C++ student needs help
- Linking problem... need help
- Program Crashing (Object creation/reference problem?)
- Function re-defnition.
- c++ question help.
- cin.clear() Question
- How do I print the square root symbol?
- C++ Gurus help me out!
- Vector of Pointers - Bad Idea in this case?
- how to append ints to a string
- Help: Displaying Japanese Characters!
- Freeware (UML) Code Generation Programs?
- STL causing Unresolved External Symbol
- 2 Dimensional double of variable size?
- Fast double manipulation.
- Algorithms
- SQRT lookup, slower than sqrt()?
- Object creation only on heap..
- sendASPI32Command returns SS_ASPI_IS_BUSY
- STL map iterator invalidation
- Help with calculations with tables ( matrixes )
- C++ Program with Classes
- STL compiler errors
- Filling out cgi web forms
- Conecting C++ to web
- monitor tool required
- Listing the Files in a Directory
- STL - simple question
- Unable to catch exception calling dll through JNI
- Why delete [] arr; when there is nothing in the destructor..
- Class templates
- How do I detect mouse clicks/movement in a Glade app
- [RESOLVED] const vairiables and assignment/copy construction
- Argh multidimensional arrays
- setTimeout()
- namespaces other than std
- Noise Reduction Filter
- Storing a pointer of the last thing added to the vector -- bad idea?
- What's wrong with my FileAppend function?
- Infinite Loop
- object oriented question
- [RESOLVED] Assertions
- calling rand() in a member function called rand() as well
- Basic of C
- need something like 'extern "C++"'
- Question on templates
- Guru! is this correct?
- How to safely destroy a GtkWindow?
- new, new[], delete, delete[] and casting.
- Memory problems
- Hi..C++ code to write data to an excel sheet?
- Linked list troubles
- Code for taking screenshot but doesn't work
- g++ defines
- Retrieving target path from Symbolic LInks ( .lnk) files
- Problem with the serial interface
- please help me!
- reading from a .txt
- How to unlock a specific key when BlockInput is used
- Delete a files
- What does this fatal unresolved external error message mean?
- linked lists... will build but not run.
- invalid lvalue in assignment
- Polymorphism (sort of)
- Problem sorting a list<>
- using system comman in c/c++
- Casting from Base to Derived
- Converting between data types
- problem with atoi(char to int)
- GetAsyncKeyState
- [RESOLVED] Getting litres of petrol used
- Learning C++
- Weird Errors
- How to Link a Library?
- Converting XML Tree into a Class
- string iterators
- STL Map limitations
- Singleton Correct Usage
- Is my cin.ignore() implementation right?
- Problem copying linked list (memory error)
- Segmentation fault with varying array size
- Two cin statements as condition in a while loop
- Function Overload Question, stack of pointers
- Here It Is...
- STl gurus help needed
- the devil's in the decimal
- 2d bool vector swapping
- Simple interface to 50+ library functions?
- File operations in C++ ?
- Function template declaration in a header - how to make it work?
- Compiler questions
- Problem is std::cin
- Infinite While Loop
- What's the period of rand()?
- dynamic_cast for simple data types
- C++ issues
- Search for N consecutive elements with different values
- comparing Chars
- Detecting New line in a file
- Getline Problem
- spliting "wstring" problem
- Transpose & Inverse Matrix, Matrix Determinant
- system ()
- How to Access a class's list in a list of the classes
- troubles with float
- weird character coming at the end of file
- _ltow problem
- Getline is acting of it's own accord
- DWORD as VARIANT ?
- Objects on the heap and stack
- C File System
- Dynamic Active Noise Filter
- Header files && compile time
- weird problem with functions
- pass by pointer behaves strangely
- C++ to GCC -- Cross Platform Issues
- customize float
- Is the book <<Thinking in C++>> Wrong?
- sorting structures
- Searching an array of doubles
- Newbie Question: Arrays
- The C++ Matrix Class
- Nested preprocessor declarations
- Sending mail through c code
- Help with class that deals with records
- heap and stack memory
- Serial Port