Home : Bytes IT Community / View Full Version : C++
- Plugin-able application
- Function inheritance
- What the diff between a virtual method and an inheirited method
- How to replace: #if VAR1 == 100 ... #elif VAR2 = 1 ... #endif, With #ifdef VAR1 ... ? ... #endif
- operator new & delete overriding in template
- Reaching into the default namespace when using another namespace.
- array question
- typedef'd return type of a template class member function: take 2
- Smart pointer dumping core and specialization question
- typedef'd return type for a template class member function
- When debug, I how to out put the name of the function.
- Array of structures
- Why am i getting same file pointers every time
- std::cout and static initialisation order
- How to compile this C Code in Dev-C++??
- conflicts with library
- Error compiling template function within class template
- Need help - Advanced architecture
- Error compiling template function within class template
- why doesn't this compile?
- Position Available C++ USA
- STL hash_set problem, SGI impl
- When is a good time to explicitly call a destructor ?
- code completion, STL
- network monitoring
- virtual function phenomenon
- New in C++:Abstract Data Types(ADT) - Base Class
- I wrote a Pascal compiler in C++ and use it now !
- Need some help with inheritence with STL
- Ask for book information
- explicit call to copy constructor and operator = needed
- Why does C++ need delete[] ?
- outputting debug info
- Web Crawler
- fstream in non-current directory
- A question about recursion and stacks of objects.
- stack vs. heap. a loaded question.
- Implement a Pragma.
- HELP PLEASE - need Aloha protocol C++ simulator source code
- Class constructor: no call to methods possible?
- <string>: Handling of "\0" and copy into char x[];
- Memory Management
- How to create a Directory in C++?
- create compiel time warning
- KeyPressed function?
- Question: implicit invocation of destructor?
- g++ 3.3.2 unsuports defaults aragument, does it ?
- Specialized templates
- static class member variables
- Can I tell in the destructor if an exception occured ?
- Trouble casting a struct with bit fields
- delete by base class pointer?
- Client SOAP in C++
- expression of a function object
- How do I use two different class interfaces to the same underlying data?
- Any users of Logo around? - Survey
- text fixed with graphics and eqations
- how to prevent the allocation of previously used memory by malloc?
- Encryption using an offset file
- std::string question
- Catching std::strings and c-style strings at once
- 26766 Mining the Web: eigenVectors, Kriging, Inverse DistanceWeighting Searches 26766
- Copying one text file to another
- can not reference make_pair?
- ECS: Elements of C++ Style Automation Testing
- C/C++ code beautifier
- Cyclic dependency
- What's next?
- memory management and containers
- How do I put this statement in the class definition
- embedding passwords/other sensitive strings into a C++ program
- Where in the class definition should these be put
- Visual C++ in a medical device?
- Smart pointer implementation
- programming a network adapter
- developing c code to access partition table
- How To Reduce Number Files by Putting file1.c and file2.C Together
- Post Message
- Help with Visual Studio configuration
- function templates
- floating point problems?
- why reference ?
- Compilation problem when upgrading from g++ 3.3 to g++ 3.4
- Destruction order (e.g. singletons)
- Creating pythagorean triples from input.
- How to clean ostringstream?
- get_item_price
- Function to do nothing
- Class that can log what it's doing...sometimes
- defining wide-character strings with macros
- video/movie (mpeg, qt, whatever) creation info... where to find
- Calling function that may throw an exception
- open-source object-oriented and agile C++ library
- Question about definitions
- Smart pointer template question
- ISAPI Filter and sessions
- Why I can't have a reference to an unsized array ?
- std::complex
- Method inlined in source1.cpp and called in source2.cpp
- when to use "new"
- const member fn changes static data
- Disabling dialog being displayed in Windows taskbar
- Removing elements from std::vector.
- default constructor in Java versus C++
- Banker's Algorithm
- Bit-shifting to multiply and divide?
- Questions about edit box in VC++ 6
- implementing remove in std::allocator
- How many virtual functions before needing dispatch tables?
- Windows 64 Bit Programming
- Random number if range is greater than RAND_MAX?
- Does std::set have an efficient copy?
- Array of Strings
- Adding Objects
- ptr to member
- constructor call
- Checking for memory leaks: valgrind versus insure++
- Container class. compiler error
- Linking error in VC++ 6
- C++/C-library linking (pslib)
- const?
- Parallel programming
- Design question (specifically, script interpreter)
- Does anyone knows how to "disable multiple instances of application"?!
- C++ cross platform frameworks
- Op or punctuators
- How do you pass a Vector to a function?
- constructor and destructor when initializing sized vector
- templated data member
- Recursive Calls with Ellipses
- Fetching binary file linked in URL
- std::map problem
- What are makefiles useful for?
- C++ & parsing streams
- Please Help
- strang behaviour std:vector and XString in VC6.0
- using this in static member function
- Template copy constructor question
- Visual C++ 6.0 Plugins?
- Can't use ofstream??
- copy construction
- HTTP Post
- Extracting from istream into stringstream
- possible compiler bug?
- Survey: Frequency of usage of smart pointers
- maintain project
- difference between return &*i and return i;
- STL vector searching question
- system() or _popen()?
- A good job for Win32 C++ programmer in NY
- class types as proxies to an array
- ifstream problem
- Quickest way of reading a binary file into a vector<char>?
- why the RTTI cannot tell the const qualifier of variables
- Is STL queue Thread Safe?
- [win32] invalid conversion from 'void*' to 'HBRUSH__*' ?
- Question: Comparing template singleton variants
- B+ Implementation in vc++
- Can anyone recommend a good course??
- why I have not cast from object to reference
- STL inplace_merge on user-defined objects
- Linker errors on Compaq comiling C++ application using STL
- Essential Mathematics for Games and Interactive Applications
- error: `EBUSY' undeclared (first use this function)
- why i can't compiler code in 64 mode
- C++/CLI
- Variable Optimization Question
- Program not running correctly
- RAII for value objects
- passing parameters by const& ... can it be overdone?
- explicit conversion
- Temporaries - when do they begin, when do they end?
- Aspi Information required...
- Variable number of arguments when calling a DLL function
- How to access object file in visual studio.net
- Pointers and references
- Inline functions and performance
- operator new, delete, static variable lifecyle and more
- operator new, delete, static variable lifecyle and more
- I think it cannot be done but why not?
- namspace qn
- How to capture WebBrowser's OnAfterPrint event in C++?
- Retaining a handle on a std::indirect_array<>
- Simple UNICODE question
- The real issue with accessors and mutators
- do static functions get inherited?
- braindead languages?
- Output location in an array
- how to understand references to variables and references to constants are distinguished?
- const qualifier problem
- static data-member undefined external
- STL Sort
- Design question: N-dimensional tensors
- Problem with macro expansion
- iostream & Adding Console I/O to a Win32 GUI App
- template from MSVC++ to Linux gcc 3.3.4
- linkage of object declared outside main
- Derived methods hiding inherited methods
- Arguments *Against* Exception Use
- class for "updatable enum"
- static data-member treated as extern
- a question about overloading operator<<
- Game Control Storage
- How to make a "long&" parameter optional
- How to design this?
- test (sorry)
- listing files in a directory
- By reference or by pointer
- Nested template type access
- eMbedded Visual C++, hide/show toolbars
- Access violation - Malloc problem
- why?
- conversion: errno => exception
- Memory Leak in this simple C++ program, a compiler bug ?
- ncurses
- stl-list in 2 dimensions
- assigning void * w/o cast
- visual c++ 2005 express edition beta
- Accelerated C++: [1,rows] Not so fast
- initializing embedded anonymous struct static members?
- Calling a object's overloaded operator with a pointer to that object.
- Pattern for this? Or something?
- object of a class as its member???
- Learning Borland C++ Builder uses
- Where have all the umlauts gone?
- C++ coding standarts and how to structure "bigger" projects
- Detecting binary verses text file streams
- c++ and database
- Failure while assigning values to a variable: Aborted
- Please help with C++ Makefile and % Operator
- Data Structure and making the size change
- ASN.1 - DER
- Question about over loading
- hello
- initializing non-static consts
- 'class' type redefinition
- 'class' type redefinition
- PDF/HTML Output Class
- map within map
- Storing downcast objects in a vector
- install source code to a drive other than "C:\" ?
- std::streambuf::setg & std::streambuf::setp success or not?
- Loading file into an array
- Singleton problem
- syntax of stringizing macro
- Templatized 'Random' member function.
- STL alternatives?
- unsigned long long and bitset quirk
- mem leak in Singleton?
- Left/right side of assignment
- Inheriting from STL bitset
- C++ design question
- System Tray
- Question about delete
- library problems
- Variable sized type
- Vector and derived classes objects
- c++ libray for http protocol
- no subject
- Is there a design pattern for this?
- comma
- Interface inheritance
- creating and using .lib files
- Constant Variable
- Types defined inside templates
- Problems with multiple CPP files in my project
- LLONG_MAX vs ULLONG_MAX
- Snipe hunting in C++
- Giving the preorder & inorder lists, How can be constructed the corresponding B-TREE ?
- How to disable "using namespace"
- Address of a reference?
- using ofstream to alter file contents WITHOUT overwriting them
- Object Initialization Question
- std::string and \0
- World's First Book on Professional Data Recovery Programming
- Why Does C++ Name-Mangle Identifiers?
- Boost Spirit Question
- Is this a compiler problem ?
- double delete
- silly question about inheritance
- performance
- Nice way to do help screen output?
- Question about dangling pointer
- Boost sanity check
- Why is this expression illegal?
- passing an array of LPSTR to C++ by reference
- Seeking Borland C++ 4.5x
- truncate end of file
- Accessing COM ports in Win32
- Programmers Wanted - Poland, Warsaw - full time
- templates and translation units
- Is this binary search correct
- Template class partial specialisation problem
- C2064: term does not evaluate to a function ( While using STL map)
- constructor initialization list
- new line character is considered as two characters
- Obtain the hardware installed in a linux machine.
- C and Flash integration problem
- fstream question
- Override/redirect a function call from a dll
- Virtual inheritance...
- Problem with Windows XP
- node name or ip?
- Perstistence of Class Static Data Members
- Output not right
- Exception handler for STATUS_GUARD_PAGE exception.
- Date conversion algorithm - Help needed
- quicksort template
- stack overflow just because of a double array[500][500]?
- how to "new" a two-dimension array in C++?
- archive
- searching keys in std::map using map::upper_bound
- template specialization problem, but only with char*
- C++ sucks for games
- getting items from Hashtable
- reinterpret_cast and enumerations
- Simple question with array of strings
- address-of a template class template member function
- copy constructor question
- Link Error 'Multiply Define Symbol'
- prolem in calling mysql C API in C++ project
- abstract class and pure virtual
- Constructor Filter Through... ?
- namespace and #define
- [named pipe] i wanna know about validate of pipe handle of client
- simple and basic c++ question
- How to distribute classes in .cpp and .h files
- upper limit - no of fstreams
- Borland Builder C++ 6 It's tutorial on the Editor
- rainflow count
- bound template parameter as argument to friend member functiondeclaration
- explict keyword for constructors with no arguements ?
- explict keyword for constructors with no arguements ?
- Design pattern question
- Fatal Error C1083...Please Help
- Wonder why this error...for this .h file
- Access violation with AnsiStrings
- World's First Book on Professional Data Recovery Programming
- Interfaces and functions...
- Web Cam, Notification of Broadcast
- How to test memory allocation with new ?
- Winsock try catch exceptions
- VC++ .h files (No Build Tool)
- Does list.clear() delete the objects in the list? If not, what is the correct method?
- Debugging class into dll
- Design Question
- using namespace directive in header file
- named pipe problem on linux
- problem with boolean flags
- [C++] Rewinding an isteam and GNU G++
- Range-Checked Vector Problem
- Circular dependeny: Forward declaration does not help!
- Using STL on SGI
- Compile error: invalid type modifier within pointer declarator
- non-delay mode read from cin
- Compiler warning when using vector of pointers
- C++ Function Pointers
- Is f() lvalue?
- MathCode C++
- C++ Coding Standards : 101 Rules, Guidelines, and Best Practices
- Address of temporary objects
- how to save to a text file
- KBits
- Best IDE platform: Eclipse?
- std::find requiring operator!=
- Fox: best GUI Lib?
- More 2D array with pointers
- Code critique please
- unsigned int const does not match const unsigned int
- placement new and exception
- why size of *this and size of basic and derived class different?
- don't sync() on an fstream at EOF
- Some of the recent developments of the ISO C++ front
- crash when run out of memory
- Casting struct to char array (was: Linked List problem)
- #define and commas
- [STL] hash_map problem
- C++ compatible with C ?
- templated function with vector
- serial keys/validation keys
- embedded directory paths
- reassign keys in an STL map
- Destructor not called
- macro substitution
- ostrstream question
- Explicit and partial template specialization nested in classes.
- Problems with ....hmm, linker perhaps
- JKop bashing thread
- enums in C and C++
- static data member lost?
- new algorithm
- one question about comma
- algorithm help
- how to save to a text file
- Passing function addresses as parameters (Calling convention problems)
- strange compile problem with make
- Header files
- return i++
- Is there a data type in C++ called inline?
- TCP socket program where each node initiates connection with some nodes and accepts connection with the others
- objectStream in C++?
- Friend function of a template class
- Any way to speed up "new"?
- using map item without assigning onw first?
- Disable "New Hardware found"
- use of argc and argv
- how do I overload (type) operator?
- Printing 2D Arrays with Pointers
- Question: Program crashs without reaching the breakpoint set at the beginning of main()?
- ifstream --- error maybe?
- The history of throw?
- Is this valid?
- mul. inheritance & overloading operator new/delete solved by virtual base inheritance?
- typeid operator
- multiple inheritance and overloading operator new/delete
- I need big integer library.
- C++ to C++ transformer
- Create a list of numbers
- Portable way of obtaining current working directory......
- What can cause a fopen call to lock up?
- Don't no whether to laugh
- n00b help
- linker problem LNK4089 with WS2_32.dll
- Help with compiler errors for an old code
- Another help on fstream
- istringstream "hexadecimal string" value
- help for function pointers
- conversion of string to all lower case
- Operators that cannot be Overloaded - WHY?
- multiple inheritance and overloading operator new/delete
- Vector
- static const help
- A few floating point issues
- Linking libraries
- Reading command line parameters when main does not pass them??
- how to initialise a reference in g++
- Your C++ Homework
- Object of Combination, an example of C++ templates programming
- back_inserter() on strings
- operator overloading
- Classes/library which opaques jni.h
- Pure virtual called -- why uncaught by compiler?
- linking to a .so object's functions?
- float to char*
- Avoiding const_cast ?
- get a row from a 2-D array
- Global const strings
- Extending a class - initialising new members.
- Name for a common idiom
- use of member functions in constructors
- Union with anonymous struct
- Problem with hierachy and constructor
- Static Variable running init
- Marshalling in COM
- Changing Directories
- Template confusion
- a+b+c is not equal to a+(b+c)
- explict keyword for empty constructors ?
- abstract classes not detected by compiler
- Problem with pair container typedef
- png.h RGB-palette conversion help
- The right way to implement a common datasource for a hieracy of classes?
- diamond inheritance hides non-default constructor
- microsoft visual c++ path problem
- Problem with Event sending using ATL
- Call Stack
- C++ sucks for games
- partial template class
- size of empty struct ?
- Dynamic analysis tools information
- Trouble with Strings
- Printing stl::list objects in gdb
- screen capture problem
- Array
- test
- syntax error befor '::' token... what to do ???
- Where do I go from here? (Learning C++)
- Openning a file while in an object
- Toward an Introspection Open Standard
- Auto get()s and set()s
- Errors got when declaring member functions to be inline
- Why Use Classes?
- Visual Studio 2002 Enterprise Developer NEW IN BOX on ebay
- dll and c++
- RAII / handling failures during destruction - advice required
- vector: erase() and rbegin()
- Obtaining the position of an element with a collection
- Problem using mem_fun.
- C++ is EVIL, it's the computer language of SATAN ! ! !
- Subtracting large numbers usng linked list
- Trouble with operator overloading/type conversion
- Integer input
- Throwing a simple exception
- using templates and map
- Keeping a binary search tree complete
- my first 3D Multiplayer game using directplay (troubles with AppWizard's code)
- Don't understand this C++ exercise
- what is "in memory compilation"
- Making an input stream fail.
- linkage error when initializing static member array
- Deletion of a matrix
- runtime log
- Getting the type of a variable?
- std::vector<string*> crash...
- Compiling cgicc w/ MinGW?
- question about const and text segment
- Small code review
- iterators
- help with my c++ example
- class problem
- problem with STL container and dynamic classes
- what kind of bug?
- ifstream with files > "GB
- Standard Library function converting char[] to int?
- Clearing input buffer
- iostream trouble (accessing basic_ios)
- Temporaries, non-const yet r-value?!
- Conflict with <fstream> and <vector>
- c++ named pipe example
- rand() function doesn't work well??
- One Big (std::) Header File?
- flush the stream
- Converting from binary to long
- weird error
- STL template
- where is std::string defined?
- Urgent: Need info on C++ Linking
- STL: Searching with binders and predicates
- Probably a Stupid Mistake
- pow() question
- Yves Meynard's Enumeration class (CUJ Web exclusive, May 2003)
- borland c++ 5.01?
- Survey - Common Programming bugs and Bad practices
- bitmap backgrounds?
- vulnerabilities
- Cannot See It!
- include
- MSSQL from DOS
- Problem initializing class with literal array!
- streams and functions
- Object Argument passing in pthread_create
- USB programming
- libstdc runtime error on Unix box
- Code Problem
- Implementing deque with a couple of vectors?
- Problem with usage of STL release Dll with debug application
- Plz send me some good online link for memory model in C
- std::map insert core dumps
- templates in a std::vector??
- Arrays over vectors?