- Pointers and Classes
- Help with class
- char pointer question
- Does Reference Type for Class Functions Exist?
- call base class function or derived class function
- precondition and post condition check
- Incrementing through an Enumeration
- Pointer to array
- Optimisation
- mouse program interface
- name lookup ambiguity
- using assert in exception class - opinions please
- timespec conversion
- Makefiles? for C++
- File input / output problems
- Floating precision
- Reading a txt file into an array of structs problem
- need help with loops. Writing code
- TeamSpeak KeyPress Simulation
- Inheritance in Pimpl idiom
- Rounding
- union to array
- Containers and classes
- De Morgan's
- pointer from a memory address
- inheritance templates
- sscanf causing corruption
- [RESOLVED] Can someone show me how to do this?
- C++ Replacing HTML Character Entities
- windows.h header in Linux
- converting simple file from C to C++
- Virtual function design pattern
- Instance variable access in different classes
- accessing simpleton variables
- what does operator X means ?
- Compiler doesn't create .exe file
- Searching for mathematical Matrix class
- Function Prototypes
- help with c++ program
- Pass parameter character of array of array
- Writing out to a file in a header
- how to randomize an IP address?
- Search for a new file?
- Problem declaring new char
- Template specification problem :-(
- what will produce me fast and small executable file when working with win32api ?
- quick template problem...
- Container problem
- Electronic Arts STL implementation
- Parsing a text file
- ifstream::read issue and recognizing file types
- similarity between documents
- Comparing the head of a string to a value [VC++6]
- Pointing to a Structs variables.
- Sound Mixing
- auto_ptr compile error
- trying to run through a collection to see if a value is in it
- Casting
- How to find the cpu architecture using C++ in Linux?
- Memory leak in this case?
- file, directory functions
- Two different char constant arrays storing same data
- Division error in a loop (not divide by zero)
- Picking out data from a text file
- [RESOLVED] four function calculator using lists
- Searching double zero terminated strings
- error: no matching function for call to ‘wait::wait(int*)’
- Hiding the text a user inputs to the console.
- Outputting to a file question
- Switch statement help
- 64 bit problems?
- Tree, reference issues
- wrapper function over file output/cout
- Array Problem
- Smart Card Programming in VISTA
- c ++ sub routing
- Virtual base class constructor
- Replace a range in STL
- Call constructor
- bad c++ base - simple questions
- Access violation error while pushing nenode on list
- C++ programming queries
- fstream file i/o, getting keystrokes
- how to encapsulate an entire system and then fit future change? (details inside)
- Cursor Position within a console
- heap
- memory release on exit()
- memset
- pointers....
- output function within a class, need help!
- Stack-Based Calculator
- Calendars
- what are the benefits of using return by reference
- Whats wrong with this? =S
- Measuring available memory
- Compiler problem ?!
- Insert to a list?
- data type issue?
- How to call c program from visual basic
- Debugging Large Macros
- For Someone Learning
- C++ Memory Management: What is the difference between 'delete' and 'delete[]'?
- Double visitor? Better options?
- Double datatype roundoff
- How do I reallocate the memory for C++ objects
- template function anomaly
- JNI - set Environment variables
- Template Problem
- Return a value as reference query
- Function pointer to class functions and inheritance
- delete zero out its operand
- Explain please !
- sstream and operator<<
- Wrapper combining two dlls into one
- C++ real number, mantissa etc
- I am confused by "Linux thread" and "NPTL"
- Finding a string within a string?
- Comparing characters in two arrays of strings
- Char*, STL Map Question...
- Question in using boose::tokernizer [How to tell how many tokens in a string]
- Linked List Help
- count items in cicular link list
- Bad circular dependency, need design help
- Confused with Linked Lists
- Confused with char arrays?
- Detecting newline in a HTML file
- How to count number of lines in a text file
- Factorial of a no using char array
- What happens internally when malloc() is used
- Database access and runtime speed
- Exception-Safe Copy Assignment
- Linear Recurrane
- Declare First, Initialize Later
- Printing ASCII 0-32
- COM wrapper for C++ library
- Variable sharing between include files
- Is there an off-the-wall function to translate "5.6e+4" to "56000"?
- variable pointer with inline assembly???
- Using Template Class in STL Container in Template Class
- derived class
- swap function of STL container
- boost::any holding pointers
- Reference to a Structure
- BINARY(1024) to decimal
- count time
- Self writing program
- signal handling and function pointers.
- computing Pi
- what is the best way to implement simple checking mechanism
- power function
- types information
- selection sorting
- Constructor Anomoly!
- Dynamic Structures
- Compile error atlapp.h can not be found
- auto_ptr in exception safety design
- Function Problems
- Beginner problem
- Deleting all data in a struct array
- precompiled header file
- strtok problem
- mtest() won't resolve caller address to file and line number.
- Templates and Member Functions
- Array problem
- streaming from files problem.
- using an iterator.
- String manipulation question
- Read/Write memory | Privileges
- UNIX: pipe weirdness
- Please tell me why for loop never executes
- auto_ptr assignment compile error
- What is the difference between these 2 const pointers?
- Error Checking a File
- pass string by value and by refernce
- c string iterator
- Reading Line into Array then Splitting
- binary tree program
- Doubt in VC++
- Design
- write and read a stream of information
- how to access tabulated data created by other programmes?
- segfault from C stack overflow
- fast access to container element
- Help i need some tips
- Circular Doubly Linked List
- Simple hello world gone wrong. Not a good start!
- Vector size comparison gone bad
- What does first-chance exception mean?
- Please help, urgent !!!
- Constructor with arguments
- Send the ALT Key
- Maps
- Lists STL
- auto_ptr array
- Need help with a bug in this program
- Why is this slow...
- gprof : how to profile individual calls ?
- C++ library with a COM interface
- A few questions about doing things to arrays
- Link error when referencing a static member in a struct
- typedef usage
- Question on multilevel inheritance
- Memory Leak? Deleting things?
- sudoku problem
- using while statements
- Access array and user input
- C question - function definition in local scope.
- how to connect sybase from c++
- atof is not exact
- RegConnectRegistry() ?
- Writing to a file problems after changing folder.
- Erase all values before a certain value
- version number on the priperties window
- Debug/Release difference with named pipes
- understood the pointer but still confused!
- Program Problem
- Help please =)
- Try/Catch/Throw...Can't get data read in right, and stuck in an infinite loop!
- Textbooks?
- urgent... type char issues
- object allocation question
- Interacting with firefox
- Hex, Bitwise and Strings
- function whith default parameters
- Porting from C - tips
- help please
- 2D array confusion
- Sets Problem
- Structures + getline = error? 0o
- help in code c++
- Premature Optimization: Drawing the Line
- stuck with time.h
- having trouble fixing my preorder traversal for a binary tree
- Tips on getting C++ experience?
- Big-O estimate of comlexity of merge sort
- static vs non-static
- container vs linked list (and some other)
- what's wrong with this code
- Crash Passing &struct to dll function c++
- Singleton Class
- Problem with Bissection method
- What does "if (some_int) {}" mean?
- Borland TurboC++ Builder 2006: Link Error
- Need C++ ifstream help please!!
- Help in friend concept in C++
- Returning Value Help
- realloc failing
- Help On that algoritmo
- Need Help/Hint C++
- exponent to decimal conversion fn()