Home : Bytes IT Community / View Full Version : C++
- friends and templates
- Which is the best C++ compiler for Windows ?
- Which C++ compiler do you use for windows and why ?
- using templates as substitutions for #ifdef
- when can pass by value be dangerous?
- Interview questions in C++ and OO
- std::list member in class? - vc6 problem?
- How to do MFC code change when a field type in the underlying data base is changed
- inheritance and memory layout
- Strange email address
- Backtracking recursion problem
- when to use uint? dis/advantages?
- What is wrong with this code?
- advice on using mutable
- query on std::make_pair()
- issue with << and >> overloading
- How to set up virtual "get" methods?
- How to open VERY large file using std::ifstream
- Deleting sub-list from list
- Advantages of C++ over C - request for information
- Derived classes question
- From char* iterators to char* strings
- VC6 compiling problem
- permutations and combinations
- Reducing build-times for large projects.
- getting avg of long and std::vector::size_type
- Problem with default parameters in templated functions
- Static Vars in member-functions?
- std::map - erase+continue
- Adjacency list representation
- operator <<=
- i++ or ++i, any difference?
- Using 'random_sample'...
- Copy algorithm with insert iterators...
- i used to post question
- redirecting stdout to nowhere
- Grpah bridge
- Small C++ exercise
- any classes help me to measure some program segment runing time.
- Not C++ but...
- Help me find a good typedef name for the following type
- Question about Files.
- g++ typedef inheritance
- Circular dependencies in Templates - better solution?
- What C++ has promised you ?
- cin and cin.getline()
- Assignment from scalar to user-defined type
- Need Help wit Programming Assignment strlen()
- core dump when using ifstream
- DBL_MAX
- [ICSEng'05] Final CFP - due date March 10, 2005
- [ICCIMA'05] Final Call for Papers; Due Date March 10, 2005
- Initialization of static objects
- Iterator and arrays
- Function template + overloading + polymorphism
- Teaching new tricks to an old dog (C++ -->Ada)
- [BEGINNER] new keyword
- Help with assembler thing
- why sizeof can't be overloaded?
- the virtual keyword
- How can I use 2 dimention pointer
- #include "file" -vs- #include <file>
- question on try/catch
- integer or long overflow...
- getline() and a '\0' as a delimiter
- Memory Problem part 2
- delete a void * pointer ?
- Memory problems
- Problem with destructor
- Changing CreateQuad() defined Texture - D3D
- Which is the proper header to include for std::pair?
- validity of pointers to vectors
- How C and C++ are context sensitive
- Syntax question
- about filehandling
- ld: 0711-317 ERROR: Undefined symbol: .__vec__delete2
- UNIX signals & C++
- can you return a void function call?
- exception in a constructor
- Class design...
- Am I right in thinking a return value is carried over into a __finally statement?
- Why we need symbol files for GDI32.dll or Kernel32.dll etc...
- Navigating C++
- Backward traversal of sequence container: stop condition
- class design question
- how to compare two number sequences
- UnOverRideable member functions?
- extern const in c++
- problem with array sorting - urgent responce needed, due tommrow
- rdbuf() stream
- What are the threading options in C++
- benefits of precompiled headers
- errno, etymology thereof
- what is (const String& str)?
- Any good static analysis tools out there?
- Set of vectors and...
- operator overloading question
- throw specifiers only when debugging
- typing characters in TEdit starts principal form's shortcuts In Borland c++ 6.
- Does "void func(MyClass *& myCls)" make sense?
- get vector from iterator
- assignment in class
- asignment in class
- asignment in class
- Container with Abstract Type
- Swapping data between vector and map...
- How to disable warning C4786 in VC++ 6.0?
- Problem overriding >> and << in a template class
- multiple files
- Weird const-ness troubles
- validity of begin() on empty string or vector
- ostringstream / ostrstream problem
- ToString behavior
- Code Clean up (refactoring?)
- COM mechanism - please help!
- Removal Of Elements in a Vector Conatings User-Defined Object Basedon Value Contained in Object
- Initializing a subset of state
- Boost and austria C++
- operator = override
- Advanced C++ Book Suggestion
- ABC vs. CRTP?
- Functor and function pointers
- Why does std::exception constructor specifies it can throw any ?
- istream trouble
- much optimizing = bad code ? (array/vector)
- How to read...?
- TAPI
- need help with operations stability
- Return pointer or variable by ref.?
- please help me view the code
- C++ programming migration from DOS to Windows
- Template function type for arithmetic operators for elementary types
- C++ programming migration from DOS to Windows
- printf a 64-bit number
- Is pass by reference thread safe?
- New to c++, need help with a template class
- replacing chars in a text file
- SPI on PCs parallel port
- STL vector<float> crash
- How increase a C/C++ Program speed ?
- Template parameter method being identified as a variable
- Starting Book for C++
- Generic indirection adaptor
- A list of multiset.
- Less than operator...
- Learning game programming timescales
- How to declare friendship-ness to all inherited class?
- simple question: how to do this ?
- inheritage: possible to call the original function ?
- experience definition in interview
- client -server interaction over XML supporting multiple protocols
- Default constuctor
- C++ questions
- pointer vectors
- inheriting from template of self
- Copying Polymorphically
- multitasking
- C and C++ naming issues?
- ActiveX or not ???
- C++ questions
- C++ questions
- Convert to Static Char
- template problem
- monitoring the heap
- Exception Handling
- operator overload with namespace
- customised login form?
- Can I print elements of a simple matrix with out manual nested loop?
- File IO between C/C++ libs and .NET Framework
- cartesian product...
- date comparison
- Reading/Writing directly to/from a device in MSWindows
- A comparison among VSS Remote Access Tools including SourceOffSite, SourceAnyWhere and VSS Remoting
- controlling devices through computers
- vector
- How protect source code in template library?
- Copy-Constructor
- Help needed
- std::map iterator and clearing
- Why we need classes
- editor that offers a search only in cursor scope
- Should exceptions be thrown by value or reference?
- How do I make my convert() function do nothing for equal types?
- Object initialization and xml question
- Exception handling questions
- seg-fault on vector-auto-reserve
- Dereference Adaptor
- best way to modify a file
- "Streams"
- two classes - each has pointer to other
- using uint64_t with GCC
- template func in class question
- How to get file descriptor permissions?
- Is AMD64 an untouchable @ DELL ?
- Some sort of append algorithm...
- Template of interface?
- Accessing Directorys
- Different methods of implementing variable-length templated classes
- differences between a c-function and a class method
- What is the difference between putch() and _putch()?
- How to write Chars like "²" ?
- trees in c++
- virtual function problem
- sizeof(int)
- amusing error message
- declaring a function pointer variable
- functions
- disambiguate my Large Scale design probs (C++)
- trouble splitting strings
- const function?
- Template resolution problem
- Static Objects as Struct Members
- Cannot match void (T::* ptr)() when base class of T defines function
- ambiguous call to overloaded
- Invalid initialization of non-const reference
- Quick question...
- priority queue wrapper
- consfusion in C++ Large scale design
- What C++ beautifier do you use?
- Buffered printfs????
- Question about scope of variables created with new
- C++ I/O error detection
- using fstream objects in a multiuser environ.
- typeof emulation
- read line
- block on reading a half-filled buffer for ifstream
- printf and 'long double'
- test
- approximating pi
- library for url reading
- bits operation
- Calling a shell script from within C++ program
- When exiting function scope, which occurs first...
- STL iterators
- Terminology - global
- print a byte number with cout
- Loki::Tuple and g++
- Template syntax...
- Random crashes
- How I can use BigInt lib?
- Order of class static members initialization
- vector: capacity and resize
- formatted output with cout
- CALLBACK problem
- Algorithm for combinations...
- Setting Pointer to Video memory
- tokenize a string
- how to generate random data for a normal distribution
- Odd results with C++ under WinXP SP2
- How to pass an element of a structure to another function??
- Calling constructor explicitely
- BigInt lib not working, help!
- static variables in derived classes
- Simple code compile problem?
- find a string in a grid
- find a string in a grid
- fstream methods
- Help preventing weak software
- How should I construct my objects when reading ctor args from a text file?
- The itoa function can not be used in g++,right?
- template class syntax
- static member variable in multithreaded environment
- Should this code compile?
- Saving/Loading C++ objects into a file
- std::vector and structs of PODs
- Unrolling a loop
- greedy method
- streaming proxy
- Can I connect to SQL database through C++,
- Passing STL container to temlate function
- typeof and g++
- HOW TO HANDLE CONTROL_LOGOFF_EVENT handler
- Problem With Visual C++
- Operator Overloading
- auto_ptr<> as function return
- Memory Leak Detection
- Exception Handling Critique ...
- How to keep element address in container
- dynamically creating object
- non-member function can not have 'const' method qualifier?
- Different behavior from __LINE__ macro in g++ 2.95.x and 3.x
- learning C++?
- C++ FAQ
- Limited namespace
- Open for discussion: Correct C++ tutorial part 7 "Create beginner's programs" (Windows, mingw/msvc/std)
- Is this board a good alternative to the PC?
- std::vector - fast way to crop?
- math cos, rounding, or other problem?
- Know C++, want to script a little, recommend Luban
- round-to-nearer-integer ?
- using QueryPerformance
- Constructor returns wrong size of stl::list<T>??
- everywhere, i need to use std::
- why this code doesn't work!!
- How to redefine operator delete/delete[] via macro?
- goolge a little
- Introsort
- Templates and Copy Constructors. Again.
- try-catch name
- capCapture frameRate problem. (URGENT)
- Weather Prediction Program Help
- "namespace" and "class"
- Will standard C++ allow me to replace a string in a unicode-encoded text file?
- hmm, what does it do?
- temlate class
- Visitor Pattern, Deep Copy & Double Dispatch
- Function pointers and dynamically loaded DLLs
- MAllocate memory for structures?
- Containing containers - handling interface ?
- What is happening here
- Compatibility of checks done by 'Forte Developer 7' & 'Sun studio 9' C++ compilers
- VC++: Cast operator not used?
- Which member functions do you provided for a class
- Efficiently Extracting Identical Values From A List/Array
- Supplement to my previous message
- It is very surprising ....
- polyfit / polyval
- Same template arguments, different specializations
- __LINE__ as template argument (VC++)
- string to byte array
- comparing date time
- STL sorting algorithms
- Shared libraries / C++
- Newibe C++ XML Questions
- what is .i file?
- Help with Global structs in headers and multiple definitions
- what does this statement mean?
- polymorphic return types in virtual functions
- "namespace" and "class"
- Matching words within two arrays
- Where to include header files / A question of style?
- Designing a proper server model
- Q: Reading indeterminate pointer -> Ref to Std?
- what to put in an IF statement?
- How should I interpret this set of laptop specifications?
- How do I get GLUT to work with GCC for Win32?
- whats this macro doing
- Question about overriding new and delete
- Big-O
- Help with string class
- Exception Handling and Refactoring Question ...
- Where do you buy your books from?
- template recursion depth
- LPTSTR to char *.. How
- functors and stl find_if
- Lost
- What exactly is a POD type
- random shuffling
- Convert a string to float and vice versa
- detecting if no exception was thrown
- C++ nothrow new() problem under Irix
- RTTI Question: typeid() for structures
- Modify files in C++
- debuggin win32 dlls called from Java JNI
- dereferencing pointer to base
- Design question: managing limited resources
- __DATE__ as ISO string
- include for command line arguments
- INTERNET CONTENT ADAPTATION PROTOCOL
- GMP: Cannot operate on vector<mpz_t>
- template class in DLL (g++/Cygwin)
- STL map question
- Unions and Pointer
- Please coment solution (Was: Design problem...)
- Cannot 'new' a GMP object
- Fast addition for n+1 or n+0
- template syntax.../ resent
- template syntax...
- Game Developers For Space Federation wanted!
- Why doesn't this modify the pointer?
- classes
- if?
- Why does overloaded operator= destroy my operands?
- Correct C++ tutorial part 6 "Functions, a.k.a. routines" available (Windows, mingw/msvc/std)
- preprocessor macros
- Converting String to Char Array
- Stop bashing macros ---- who says they are bad?
- Why call member function through this pointer?
- c++ system call invoke perl running visual c++ 6.0
- Using Reference of Pointers
- Accessing individual bytes of an integer
- cannot convert parameter from 'double (double)' to 'double (__cdecl *)(double)' error
- g++: integers as booleans, no warning?
- Hardware information
- Problema with string convertion and more...
- system, redirecting cout
- Design question; container choice...
- EHS 1.3.1
- Boost Logo Contest Extended
- valid names for pre-processor defines
- Valgrind says "Invalid read of size 4". What's the problem?
- C++ singleton pattern question
- Confusing Typedef/Struct, What Does This Do?
- is this typedef valid?
- Compiling libwww.a from source
- T val = ({ semicolon_separated_statements });
- Determining whether a macro has been defined
- need good IDE
- Slow C++?
- please let me know where to start?
- system() Function
- How to declare pointer to functions in structures?
- TCP/IP library?
- template type
- GUI/MFC/C++ developer position in London, UK
- Proper Way to define an ASSERT macro
- A 'almost' three liner is killing me...
- Compilation Error/Warning - Help
- Is there a way to check if an email profile exist?
- Laptops, iPods, camcoders etcc....
- [Intel Compiler 8.1] C++ calling Fortran Routine
- template/member function puzzle
- Memory usage/Fragmentation
- Info-zip
- Clearing multidimensional STL vector
- Memory Allocation for Structure / Class
- reinterpret cast problem.
- how to overload an operator to assert object as boolean value ? (not !())
- C/C++ sources compiled with MINGW(DevCPP) as C++
- Help with research
- static + pointer and reaching the private field of another class
- Dereferencing a pointer to an array of pointers to objects
- TCP/IP
- How Hazardous is the following code
- Transfering control when using system()?
- Compilation error [sort of OT, qt related]
- Do you lose files at work?
- Displaying text file into a dialog
- template class member function specialization
- Iterators - how ?
- va_list help, please ...
- NULL pointer dereferencing - behaviour
- Containers & Allocators
- Visual Studio .NET 2003 Interesting Problem
- Deleting memory allocated to the derived class
- Efficient Logging in C++
- order of evaluation
- private inheritance from std::string error
- !(x>b)
- managing objects in std::list
- Memory leak...
- Special type of singleton needed
- CString process '\0' in the middle of string
- linkage
- Trouble in using std::map and its find member function
- again inline
- Many differerent problems with seg faults.
- Control never returns from malloc()
- name collisions in multiple inheritance
- method operator+ (try catch)/* Help needed*/
- Checkup: better way to test for file existence?
- Conversion operators and ambiguity
- Useful Forum for Help in General Programming
- returning a reference variable to itself
- Parser Generator for C++
- No compile-time error on modifying string literals
- Big and Little Endians
- Image getting skewed
- Member template function specialization in a template class
- Segmentation fault...
- Help understanding pointers to classes within containers...
- inline keyword and linkage
- c++ jsp xml combined ???
- link,ge related to long distant friendship
- Casting between signed/unsigned pointer types.
- malloc creates seg faults?
- Reading a tag and writing to std::cout.
- memcpy verses memmove
- remove() capability in fstream class/templates?
- How do I write a function that accepts a 'printf' type parameter?
- Gaps in memory
- Ultimate++ 0.98.4 released
- Opinion on Survey Request
- memcpy problem
- C++ class
- Template specialization for templated and primitive type template parameters
- Help with operator overloading of <<
- Conversion operators and ambiguity
- Help understanding pointers to classes within containers...
- Finding template argument of child
- convert string to float
- Duffers question (revision in MFC)
- delete causes crash with character arrays
- text-formatting program c++ problem
- scoped enum implementation
- How to optimize an algorithm for G4/Pentium 4
- Question about function objects (a bit lengthy)
- What does numeric_limits<>::digits10 represent?
- C++ vs C
- Java, C# replacing C++ as primary language for desktop development?
- std::Vector, classes and pointer questions
- A Few C++ Questions
- C or C++ as a second language?
- Lettura binaria di vector<string>
- How to use printf()-like formatting via string/iostream?
- Help Required: Operator overloaded function template and Friend
- Overloaded operators ---- members or friends
- autoscan automake and similar and deprecated standard libraries classes
- map of ostringstreams behaves unexpectedly
- .NET Event Handling (timers, Mouse movement)
- Find pairs that occur in two or more sets
- how to contact string in shell script
- Backward processing of an array
- tictactoe
- atoi function
- use class member function as a parameter
- indipendent output
- Restricted friendship
- asking for parentprocess
- Using Bloodshed DEV C++ a couple Questions?
- Confused with friendly operator overloading
- Behavior of ifstream::get(char*buffer, streamsize num)
- how to add at the end of the linked list
- unsigned short array to string
- Extending stl::list???
- MS Visual C++ 6.0 - character encoding
- I need Help
- Operator [] overloading
- problems with Overloading operators
- "Reconstructing" (Calling the constructor again)
- diff command?
- creating linked list
- What is the difference between new() and malloc()?
- how to export functions in c/c++ static libray?
- Exponential
- Why is this code valid C++?
- Hi, Python v.s. C++, which is better?
- Dos vs Unix style text files
- difference between static const and const at the namespace level
- Why is the copy ctor called twice here?
- Two shared object with same class name
- Borland C++ direct fpu commands
- Error reading files in ios::binary mode
- specifying istream separator sequence
- How objects are sharing the member function???
- A code fix for MSVC warning C4267 (64-bit compatibility warning, e.g. Boost Spirit)
- Named parameter idioms
- C++ string global variable
- MATRIXES - Dinamic Memory
- Getting a function pointer to an instance of a template
- global objects
- passing a 2dimensional array of double to a function...
- Please,help as soon as you can.
- Becoming familiar with memory management
- const in headers
- Another static question
- Dynamic types based on existing template code
- why .hpp?
- call non-const function
- un - using namespace?