Home : Bytes IT Community / View Full Version : C++
- stream to file a matrix
- Pure Virtual Function Hiding
- HELP: Visual C++ 6.0 to Visual Studio.NET 2003 woes......
- protected member and templates
- exported functions, what to do with it.
- reading file into string array
- list<WS<W> >
- Question about STL containers in multithreaded environment
- Private Virtual inheritance problem.
- "Copying" iostreams
- How to call default constructor from other constructor of the same class?
- Best way to do a lookup tree
- A traversal problem
- Automation Problems
- vector resize from within function
- multiple parameters with vectors
- Multiple successive merges with STL's merge
- slow complex<double>'s
- abstract class question
- question about operator overload and abstract class
- problem with std::map
- Can't understand template (Short Code I promise!)
- How can I remove an item in STL iterator?
- Zero always == 0000 0000
- build question: Finding available c++ compilers
- Template Arguments Deduction Context?
- What do covariant return types buy us?
- initialization and assignment.
- How c++ pronounce?
- Regarding for This Ptr.
- Source Code
- vector of vectors erase question
- Segmentation fault in copy algorithm
- simulate getch()
- Iterator Issue
- understanding constructors and initializers
- string conversion problem
- g++ and tail recursion
- overwrite contents of existing file / manipulation ..
- This is ridiculous!
- Overloading operator<< to output private class-data
- STL string find_first_of ( infinite loop )
- Gems -- #include <gems.hpp>
- Making a string into a c++ line of code
- How can I const cast a reference
- str.find(str1) usage ?
- compiler madness??
- (float / double)
- pointer to class member function
- Basic class question
- when should multiple definitions of global variables trigger link time errors?
- MBR,C++ and system booting
- To Cut,Copy and Paste items to a linked list
- To Cut,Copy and Paste items to a linked list
- To Cut,Copy and Paste items to a linked list
- To cut,copy and aste items to a linked list
- who can type this programme
- I am a new user.......
- modulo for floats?
- Calling C function in C++ without deafult arguments
- Source Code Spell Checker
- How slow the 64 bit integer calculation?
- Large Scale C++ Software Design, by John Lakos
- Initializing a class member variable which is a reference to an array
- findbugs for C/C++?
- copy constructor Q
- Missing return value of a function
- C and C++
- Socket Help
- BST permutations
- How to avoid runtime switch/case code based on data type?
- Just a dodgy compiler?
- Converting Packed Decimal in C++
- threaded system design advice?
- Trying to return a reference...
- A constant integral
- Operator overloading & inheritance question
- C++ Exception handling
- Call function at runtime
- "using"
- Whats more efficient and why?
- How to get next character?
- Benefits of using const functions
- segmentation fault using boost::program_options on Linux
- Why do so many new style ansi streams and files etc, still use old style strings?
- incompatibility of PGI compiler ?
- compilation issue
- Problem while linking .a file
- having "throw" write to a file before actually throwing
- C Lessons Project
- tough interview question
- getopt and getopt_long for Windows?
- Problem with File
- order in if(expression)
- Efficient techniques to handle large binary files
- System time in miliseconds
- Bounded Array class
- Private constructor,Static constructor
- template for class method problem
- __declspec(dllexport) equivalent under linux / osx with g++ ?
- How to initialize array in class
- Serializing Enums
- friend and unnamed namespace
- Types as tags and RTTI for flow control
- vector of vectors push_back question
- std:map inheritance with MFC problem
- Why this doesn't violate One definition rule and how the linker resolves this
- Write a program to play a "Dots and Boxes" game variation
- NULL pointer dereferencing?
- accessing multiple properties through a single set/get
- Problem with String Append or Cout
- Compile time constants in classes
- sdp lib for C++
- C++ FAQ
- Call for Papers: IAENG International Workshop on Software Engineering (in IMECS 2006)
- VC 6.0 Question
- Replacement for offsetof
- How to initialize a global variable prior to another?
- bhaviour of front method on an empty map
- My BOINC,LINUX,Parallel Computing related blog
- Rgarding the diffrences in obj files
- pointer and reference confuse
- Linked list program question..
- Use of explicit
- How to program to an interface
- overloading, function pointers, and templates
- How to change the following string into the floating point value?(urgent)
- warning variable 'will be initialized later'
- problem calling method from parent of an object if object relayson template arguments of current template class?
- How to use a PDB file
- A simple qustion about C++ syntax
- Friend brings a friend.
- Help! SIGBUS (object specifc hardware error) when call function getline
- non-pointer type warning when initializing vector with NULLs
- Eclipse, Windows, cygwin and MinGW
- exporting inline functions
- call by reference
- dynamic_cast segmentation fault
- Thought you could do this?
- delete this
- Common Iterator for the same container
- Common Iterator for different containers
- Object as Argument?
- boost::filesystem::create_directory()
- Duplicate global constants
- Wide Characters
- exclusive error handling for ofstream closing
- Constructor in C++
- Get Value of Digit
- design patterns in c
- Image reading program
- Making all members of pimpl classes public
- Bug with vectors
- U++ 602 released
- Software copy protection
- read SD-Card serial
- Interfaces in c++
- how to include color palette for a 8-bit BMP
- c++ program to covert an array into 8-bit BMP file
- get the file names?
- name lookup in derived class
- problematic recursive include with String and Exception
- strcmp vs. string::compare(const string &)
- OT The Art
- Image Compression using DCT algorithm C++ source code
- "corrupted double-linked list error
- Private member accessors methods for objects
- how to format it for scientific number output?
- Launch of User Interface Community
- Is there a good online reference for C++ libraries?
- Memory allocation related question
- Prime Factors
- Polymorphic Function Pointers
- database with c++ dynamic serving
- Portable Code that supports Unicode
- IO stream
- Working with bytes in C++
- strlen, strcmp and strcpy functions
- owernship of ying and yang objects
- string input
- How do you get a list of files currently in a directory??
- webcam
- Quickest way to find the rank of a <map>
- About black box testing in c/c++
- thread argument problem
- A small question
- Basic Confuse : about pointer & reference in class
- character array correction
- returning array to function
- System error on pointer program
- Help Badly needed- replacing rules & strings
- Basic Managed C++ questions
- Can someone recommend a good licence management software
- Help Badly needed- FSA and ASCII stuff
- float
- static inline functions
- variable declaration
- Access Violation rtrim function
- Overloading a function with const input parameter?
- strcat - strange behavior
- Is this a valid delete
- 8 bit bit field?
- Fixed/Block-Floating Point Support ...
- Rusty Surprises!
- private static member access by a friend class
- Real Time Type Information
- Double to string conversion
- variables & method naming conflicts
- is it possible to bind 2 default parameters using function object(STL)?
- Driver Files in C++
- __int64 convert to int
- Is there a better way to simulate randomly choosing from weighted set
- Dos 16-bit proteced mode programming
- How to find at Runtime, if Created class object is instance of given class declaration
- How can I keep reference to an input parameter of a function?
- static variable memory storage
- abstract class problem
- Question on const int as demension of an array
- Virtual Methods Question
- RFC: IP-DOS (tm) IdeaFarm (tm) Piggyback Distributed Operating System
- pre/post increment/decrement return type?
- On-Line IT Support (High-Paying with Benefits)
- Inputting data with strings, and declaring variables for them
- Position File Pointer to newline immediately on some condition
- Help with Tokenizer Please
- STL, std::transform and member functions
- food for thoughts
- #defines and multiline expressions
- Dirent.h
- pointer woes
- templates
- OOP can be simply summed up as 'passing messages to objects'
- Beginner Question - Data Types
- [SDL] Problem
- Why won't set<string> iterator work?
- computing average value
- Putting implmentation in .h files?
- code to kill App
- Doubt about std::ifstream's getline() and seekg()
- why use "protected" instead of "private"?
- overlay class over memory
- template compile error
- Private access in an implementation still allows public access in an abstract interface
- Two questions...first, outputting strings from a datafile, and string addition...
- Help: Can't access more than one element in class
- Searching text in a file
- Cordic
- The fastest way to fill 2D dynamic array with zeros
- Addition with pointers
- How portable is C++ today
- Spring cleaning CORBA.
- Dynamic Binding
- to improve programming in pointers
- Having problems with a loop
- Fibonacci Printer Program won't print to file correctly
- Q: overloaded operator[](int)const: influence on what version is used?
- Questions about C++ tools on Linux, and Solaris, Eclipse-CDT
- Find out the index of a vector which has the min element
- function template and operator () overload
- elements common to more than one vector...
- Question about inheritance
- __FILE__ marco
- Can use of singletons denote poor project design?
- Embedded VC++ experts needed.
- Graph optimization
- specialization
- Changing which methods a class has by deriving from a template argument
- add a null to a std::string.
- Books
- Optimal Efficiency: dynamic_cast pointer or reference?
- 9 bits crammed in to 8 bits space...
- fast insertion to the std::map
- how to eliminate this warning?
- Gcc - 3.4.3 Help !!
- Compile errors in *.y file (yacc ???)
- comparing multiple strings
- How is reference implemented in C++?
- Is C++ developed in Microsoft .NET Framework considered a .NET application?
- Pointer assignment
- array duplications
- Finding 2 lists if there is equal element?
- virtual template members
- Static Ploymorphism
- getenv() in global space?
- Why doesn't this program work as expected?
- std::uninitialized_fill
- I'm losing the address of an object... segmentation fault!
- why delete operator crashes
- _beginthread build problems
- Looking for a C++ profiler
- Casting pointer to member
- C++ Programmers Needed!
- How to use Functors with a function struct
- GTK2: no images are displayed
- Mapped function pointer with different parameters
- portable code and enums of various sizes
- Output using c++ compiler
- strtok ? ?
- reason for existance of function hiding
- constructing objects from a stream
- Create a template which declares STL iterator
- reading screen resolution
- Pro Bono programming
- basic question for pointer
- Initializing multidimensional arrays in constructor
- executing c++ program under unix, unable to run the application
- problem with return
- Calling function depending upon MACRO value
- KPIC makes programs running crash when libraries are recompiled
- Error: glibc
- validating an object pointer returned by an exported function
- Call stack of a SIGABRT, please help
- control and data coupling
- Empty Main
- a stl map which use stl pair as the key
- Why I can't use for_each to call a member function with a ostream& parameter?
- Integer printer won't compile
- condition on template variables
- what's the difference between type struct and type class exactly?
- Write a transform_until template
- "c++ symphony" by Jerzy Grebosz
- Tildes and accents
- initializing table in class
- Calling a template function from another template
- Calling a template function from another template
- borland findfirst not sorting by file age
- Log file deletion?
- passing objects through dll boundary?
- JNI:"undefined symbol" in "shared-library"
- template id does not match any template declaration?
- How to delete stl<map> element from iterator?
- iostream and memory-mapped file
- signed vs unsigned
- Does this program make any sense?
- Portable 'lowercase' function for stl string?
- std::ostringstream
- boss-worker model in C++
- help req. on controls
- STL Map: Sorting options?
- comile on winxp for Sun Solaris
- Namespace specialization
- what is corresponding code in c++ for malloc
- Requirement of C++ professionals
- Which is better, C or C++
- Why can't I use gdb?
- Checksum calculating program
- C++: Help output nested strings
- macro to print local information (about function name etc)
- ostream which uses my own output method
- STL container questions
- templated class implementation in C
- const * and a problem with redirecting input
- Wierd Map Behavior
- UB in assignment ?
- Nested exceptions (ala Java)
- Internal Enum and Inheritance
- recursive factorial function.
- error in my vector program...
- Static Class configuration
- Class pointer vector and STL
- const int FOO vs #define FOO
- Problem about Static
- Small Issues on Convention
- boolean arrays
- QUERY: strip trailing whitespace ... woes :S
- Using different types depending on run-time input
- ifstream binary read into unsigned char b[LENGTH]
- linux compatible c datatypes for vc++ data types on windows
- millitime
- average
- int to char*
- clock()
- Template, Inheritance and Operator Overloading
- What do these casts accomplish?
- istringstream and optimization
- ld: warning: creating a DT_TEXTREL in object
- Exception class EInvalidOp: invalid floating point operation (x-posted w/ borland.cppbuilder.cpp)
- Destructors, pointers and scope
- struct ptr within the same struct
- Implementing Just-In-Time Compilation
- just a simple question
- Reading into linked-list from a file
- Confused about learning C++
- Built for speed - mmap, threads
- Getting more than one implicit conversion
- "instantiated from here" compile error when using template
- copy algorithm:segmentation fault error appears
- object as a argument of the method in which the method is defined ?
- c++ lint tool
- same index, different containers.
- Problem with variation on the Singleton pattern
- Designing a const-correct iterator hierarchy
- Exporting templates
- Method to Specify Uniqueness of Objects in an STL set?
- MFC in Linux
- STL VECTOR
- member template specialization
- Programming Source !
- ADO
- Not getting desired output
- Available C++ Libraries FAQ
- Trees in c++
- Trees in C++
- void* operations
- VC++ 101 book wanted
- Is there a pre-processor marco to get the class name?
- array template
- How do I define a function in a class template?
- Loki library guide
- Inability to explicitly specialize a template class within another non-specialized template class
- Deriving from an iterator?
- Word Counts and Function recommendations
- making functors adaptable
- Saving old stream format and restoring it
- Sanity Check
- ASP, ASPX, PHP, JS, XSL comment remover for web applications
- Static variable in a member function
- UCHAR problem
- template: "typename" or "class"?
- function template arg deduction with arrays
- STL sort implementation
- new operator - difference in usage?
- Some working code for a change...
- why class keyword in C++
- Question about find_first_of of the STL string class
- Fibonacci...
- problem in declaration
- on not casting malloc
- Parsing CGI input string
- Write BOOLEAN Array to File
- Can I use back_inserter as the output iterator?
- types containing vectors or maps
- valarray construction from C-array
- Deletion of Union of Pointers
- What is the right syntax
- Good Programming Techniques?
- Hyper-text version of C++ standard
- How do you do old fashion CPP hackery in templates?
- Issues with npos? writing a non-boost string tokenizer
- Words Words
- dynamically sized block of memory
- Concurrent updates of the same file
- an interesting exercise by Accelerated C++
- How to encode/decode a HTML using C++??
- enum
- ?output
- Calling virtual function in constructor
- c
- How to call abstract function
- IsBaseOf function
- Library for parsing pdf docs?
- Own filters(?) to streams
- Forward declarations
- occurence problem
- no appropriate default constructor available
- address of references to pointers
- STL map Unusual behaviour
- how long should it take to delete 34 million __int64 from a map?
- sizeof problems, help!
- Copy elements from one STL container to another STL container
- Pointer to member-of-member???
- Undefined problem
- help getting average
- Into an array of structure arrays.
- std::bitset in union
- ASCII file parser - to read between brackets ()
- parking garage calculator
- row-wise copying of 2D arrays
- Calender Algo
- Pass a back_inserter as the output iterator in remove_copy_if algorithm
- LD errors when I link to archive, but not with the objects.
- Sanity Check -- Is this valid C++?
- Moving to static_cast and reinterpret_cast from old C-style cast
- containers and pointers
- upper_bound
- Passing zero to a 'const reference'
- Regular expressions: string substitution with pcre or any other library?
- Profiling evaluation tools?
- Why can't a local structure be used in a vector?
- problem with map construction
- function change - is this a poor option
- Use of Assertions
- explicit invocation of a constructor template of a class template
- need help with program
- Return a 'read only' view of a STL vector attribute
- using htons()
- Question about my program
- c++ utility class
- Other than VC++
- How to create copy_if algorithm?
- problem with vector iterators
- Sorting lists containing big objects.
- template list prameter
- Is this fast?
- Map Seg Fault
- Help! Where is size_t ???
- How to use Boost bind library with STL accumulate algorithm
- Seg Fault Help
- inheriting enums
- Need help sorting a list please...
- jni help...
- puzzles...puzzles...
- ternary tree (ann)
- Templated virtual member functions
- Are string literals local or otherwise temporary?
- static members of template classes optimized away?
- Nested class member pointer access
- Casting
- using STL set with objects
- Looking for source code for Linear programming
- Overloading a function in C++
- Signal Handling in C++
- what does this friend declaration mean ???
- Design question: accessor VS attribute
- assert failure
- System("Ping") always returns 0
- C Puzzles
- C/C++ char pointer question
- Memory leaks reported creating simple array of class
- duplicate C++ code
- read a file line by line in c++
- Pointer problem: compiles but crashes
- const strings in class
- Quesiton with 'const'
- Map Question
- What can I do?
- ISO C++ forbids declaration of 'vector' with no type
- Fast 1D DCT Implementation in C/C++
- Accelerated C++ exercise
- Help with typedef
- Open Watcom
- style of constructor initializer
- Template<> confusion
- call copy constructor in "=" operator
- compile error " instantiated from here"
- compile error " instantiated from here"
- Program reading from the keyboard
- outporb problem
- Is there any code analyzer for c/c++ header file
- Password without a file
- Using accumulate algorithm with a set of pairs
- Bytes Razor starts today at 6am
- template class compiling problem
- operator== for nested classes.
- problem with string::resize
- cast of ostream& to and from void*
- Functions with varying number of arguments
- Basic Bit Operation Question.
- compile visual studio 6 project with intel C++ compiler from the command line
- Complex objects initialized at compile time