Home : Bytes IT Community / View Full Version : C++
- How to Return Function Pointer's Memory Address?
- Destructor??
- CGI/C++ Problem with Microsoft IIS
- write to output file query
- C++ Program Lists
- Date in array?
- Class and Property Representation in image
- how to get pid from system() call in c/c++?
- problem in dynamic cast
- Pointers to base class (invoking methods of child classes)
- experimenting with unions - byteswap approach..
- std::reverse_bidirectional_iterator out of date?
- Announcing: Relational Template Library
- Determining if object has been allocated using operator new
- how do u convert a vector<float> A to a vector<double> B
- fprintf( )
- Best way to initialize an array of strings
- typedef template class
- Sudoku++
- struct and constructor
- accessing member function from another class
- c++ & dealing with files
- Build errors on "trivial" proof of concept design pattern
- Multi-dimensional Pointers in C++
- Repost:C++ compiler implementation details
- query?
- Unmanaged void* to .Net System::Array
- Functions
- There's got to be a more elegant way
- Pimpl idiom and member function templates
- template function cant be found
- macro with user input
- Need grayscale image class help.
- fastest way of storing structured data
- STL : compiling
- null or nil or initialised std::list iterator?
- how to pass a 2-D array to a function
- Computer's drives
- separating delcaration and definition of full template specialisation - how?
- C++ based fast parser for delimited records
- Help needed! in deciding career with C++ or Java
- Lifespan of anonymous instances
- C++ Library for Socket
- Is this thread safe?
- Precision of clock()
- returning user control during expensive loop
- Problem: about negative right shift
- Buff's device
- Parameter mismatch with ?: operator
- Available C++ Libraries FAQ
- Doubt in GotW #27 - forwarding functions
- Load XML from webpage to use with TinyXML
- new, delete, STL
- How to create Pointer Array
- C++ code statistics
- Access superclass' method in a template
- Settling ideas
- Opening a txt file to view ( i.e. readme.txt)
- 2 questions on primitive types
- help
- delete element from list
- in-place set_intersection
- How to eliminate the bitmap difference in little endian and big endian?
- Roots of a polynomial
- STL iterators
- Messed Up Char Array
- [MSVC++]Inline Assembly
- Some questions about inheritance
- implementation approach ..
- set the stdin & stdout for an external program
- sqlext.h - ODBC link time error - dev-c++ IDE with mingw compiler
- Detecting member function constness
- namespace clarification
- templating operator[]
- program error
- STL complient container?
- vectors and arrays
- cout related problem (I think)
- Why STATIC keyword is needed?
- My own sprintf(...)
- MISRA-C++
- problem with templates and inheritance
- C++ compiler implementation details
- Standard Serial Port Access
- Creating a txt file every for cicle
- Destroying set of smart pointers segfaults
- Arrays and Pointers
- Arrays and References
- passing a 2d array as a paramater
- Reference Counted Smart Pointers And STL Containers
- 3D array to 2D ptr casting...
- ensuring non-const equivalents
- Private interface using reinterpret_cast vs. inheritance (long)
- What is wrong with this simple code!?
- class string
- OOP question
- more generic functionalities in C++
- thinking in c++ by B. Eckel, typeid and g++ problem.
- Where to define a const string?
- member variable declaration and forward declarations
- NULL value
- Transport Bar Media Player
- #pragma include_alias in gcc.....?
- conversion of rate
- Debug problems with Visula C++
- Trying to understand casting, from base to derived.
- gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-34)
- forward declaration with namespace
- question about static "only" member functions
- another c++ i/o questions
- How to delcare a vector of a type which is a template class by itself?
- Undefined behaviour or broken compiler?
- Question for dbx.
- C++ Class Data
- Simple C++ graphical program to write ...!!
- Which causes more code-bloat: inline virtual or template class?
- A question about iterators.
- A question about std::lists
- Greater sensitivity to off-topic than in other comp.lang
- operator delete problem.
- problem: calling a template member function
- Flags
- bits of this, bits of that
- generational garbage collection
- C library in C++ code
- Protected Static may as well be public?
- Not specifically C++, but worth sharing
- Can I remove constant from non-pointer variables
- Question for defining pointer.
- extern "C" directive and calling conventions
- A question on initialize a object with a pointer
- Which C++ compiler for Parallel Algorithm?
- Initialization lists and passed parameters
- how to define operator "<?="
- help finding an efficient way to copy dynamic memory!!
- How debug STL programs?
- BMP-Threshold-8bit-->2 bit-problem-image writing
- Linked List
- question on partial specializatio (class template specialization)
- Passing a list of types to a class template
- overloading constructor
- question about the memory allocation of class members
- [MSVC7.1] set_terminate and set_unexpected problem
- minor confusion..
- Unable to understand the code fragement
- static variables and performance
- polymorphism
- _beginthread -- how to terminate a thread from out side of it.
- Why identifiers don't beging with digits?
- inheriting from a class template
- Why static data members can be declared as the type of its own class
- Question about const types
- md5sum differs across builds
- How to capture last octect of an IP address in C++?
- ISAPI problem
- virtual constructors?
- VTABLE virtual function in derived class
- C++ implementation for C API ---- converting legacy C code to C++
- Iterators on Vector
- Operator Overloading and Interdependant Classes
- extern "C" struct -> class
- string::data() mem function
- overloaded operators and namespaces compile problems
- using system tray
- How do I parse a string into individual characters? (really simple!) really!
- Static variable
- What's the difference between string::c_str() and string::data()?
- Why does Explicit specialization of function templates cause generation of code?
- Templates & Implicit Casting
- i/o question
- Dynamically estimating time needed to complete a program
- Conversion of one object type to another
- item callback on container or why STL does not have pointer to iterator conversion open?
- inheritance - minor confusion.....
- is code hazarous?
- copy_ptr: request for code review.
- Select element from Set randomly?
- precondition and postcondition
- 60 GB IPOD deal found
- (mostly) non OO data dictionary / modelling?
- Problem on using "template" in VC/C++ 6.0
- using clone() function
- medlemsregistret@cf.se
- books about deep C++ knowledge?
- books on c++
- templates problems give compile error
- fout.close()
- this should be a compile time warning?
- Lookup Tables
- am I running out of memory?
- Inter-process comms - which method?
- have I wrong order in assignment operator and cpy-ctor
- proposal for template type parameter constraint
- Control CPU usage of a program?
- Beginner: A question about strings/arrays
- Loki TypeTraits bugs
- reference object when using STL
- Interface hierarchy emulation
- why not virtual static method
- Windows Programming using C++
- Exporting C++ Classes from a Static Library and from a DLL
- Why avoid constant template parameter
- convert std::string to (byte*, DWORD)
- having trouble with casting operators..
- Instance creation
- Side Effects of Mutiple inheritance in C++
- Lightning Calculator
- weird bug w/ a template program
- Question about class design
- how to replace sscanf in C++,using <string>s
- Type casting C vs C++
- Const types in map
- Repeating index - Indirect arrays - valarray
- inheritance doesn't works as expected
- printf or something like it
- dbx question: how to trace deletion of specific object?
- garbage collector c++
- why reference cannot represent NULL object?
- inheritance and polymorfism
- Pass by Pointer * or Pass by Reference &?
- How do i convert a character array to string.
- ifndef
- Stepanov Benchmark
- Count Down
- The other kind of map?
- I Need A Vector, Victor
- Can This C Code Compile Under g++
- create an array by value
- fairly basic question on command options
- extract number of entries in a line
- define new iterators
- STL map
- Compiler/Linker Error undefined reference to 'std::ios_base::Init::Init[in-charge]()
- copy constructor and destructor
- Template partial specialisation/inheritance problem
- enum within class
- Other way to write this?
- i got a prOblem, OF FUNTIONS
- STL Concurrent Acces
- container question
- using maximum value of double and int.
- string " removed from argv input
- Template within a template
- STL list insertion compiler error
- File Read Issue
- Creating inherited class with set base class
- Iterator assignment from a pointer
- problem with a truth table
- const reference
- 60 GB PHOTO IPOD DEAL FOUND
- findFirstFile, findNextFile
- Problems of overloading template operator >>
- linked list with templates ...
- List with templates...??
- placement new and bit fields.
- winsock/mingw compile problem (undefined reference)
- Indexing an auto_ptr'ed chunk of memory
- Marshaling multidimensional array between COM and .NET
- const after function name
- emacs-calc
- INFINITY on gcc 3.3
- How to declare enum using attribute in VC++ .Net?
- is this the correct code for a bitset map
- Linked List Help
- Big O notation (Maybe offtopic)
- Oko IDDE and DB-manager now shareware
- Trouble with namespaces
- what next ???
- using directive being transitive
- Need programmer for develop software (p2p remote administrator).
- limitation of template parameters
- A question about the diamond inheritance
- Polymorphism Design Question
- Random Number Not Seeding
- using assert
- pointers and so
- Visual Studio NET Enterprise Architect 2002 and Visual Studio NET 2003 difference
- PHP script communicating with C/C++ program
- STL' Set as variable
- Handling exceptions in a destructor?
- the diamond problem
- sizeof object
- pass by ref vs pass by pointer
- using operator overloding with template
- Operator overloading, C++ performance crappiness
- SQL connectivity in C++
- advanced architecture of c++
- one additional querstion about multiple inheritance
- question and understanding about multiple inheritance
- about delete.
- static member function
- Can't Find Answer Any Where (What would you do/try): fopen ("file on shared drive","w+") doesn't work on 2nd call using Windows LabView DDL
- Adobe Indesign SDK: Interface declaration
- Program
- How to upgrade config file
- Explain this
- reference/pointer to arrays type-cast operators
- C++ Internal representation of objects
- why compile error in multiple inheritance
- Sorting a list of objects
- A question about design of using virtual or not
- confused: vector<char*> and malloc
- problem with multiple inheritance
- Playsound Function
- what is a modul
- public inheritance wth advantage and disdvantage
- Can I delete an unnamed memory with a certain address?
- volatile variables
- size of char ch[] = "" ??
- Operator overloading advise
- Implementation Dependcies in C++
- A question about inheritance with template
- for_each with a non const member fuction
- Copying gsl_rng_state across MPI
- generic functions(template functions)
- Any new compiler support the `export` of C++ template?
- some more inheritance with template
- inheritance and name resolution
- C++ Primer, 4th Edition
- STL map and pthread performance problem on Linux/GCC
- C++ code reformatter
- How do i save data?
- template and inheritanc
- template with several classes
- "Container-of" in C++
- Question about shifting, portability
- DsGetDc.h Missing
- Anjuta IDE doesn't compile wizard generated Gtkmm projects
- defining + and = operator for vector<double>
- Problem: references mess up inheritance. Doesn't make sense.
- one more template question and some typedef
- a Visual C++ question
- even one more template question
- more template questions
- a template question
- is it okay to call the overrided assignment function in copy constructor
- template link error with GCC v3.3.5
- the pointer this
- Why does this work has to do with const
- A const pointer question
- declaring friend
- illegal indirections
- C++ include statements
- C++ includes
- C++ casts
- Why do I see an incomplete type when I define the constructor outside the class declaration?
- c++ book
- a C program
- strstream depreciation
- Programming Win32 Under the API?
- C++ for small Windows app?
- Created object on stack and then returned this object to caller. Item deleted but still there??
- Help Finding Error In std::find code
- Uninitialized vector?
- Problem with stable_sort when used inside a object's method
- Multiplatform Report System for C++
- A question about reference counting
- The bridge design pattern
- What book should I study before a new job.
- makefile
- Safe union?
- Segmentation fault
- gcc flag to compiling C
- Stroustrup answer book?
- Interleaving iostream read and write
- BiskyMisky
- what does 'this' mean if it static
- smart pointer
- How to deallocate memory when handling exception
- Bash and C++, friends?
- exception(logic error and runtime error)
- tricks to organize code for faster compile
- Database
- vector by name, recordset/field setup
- stack overflow before it attempts to sort 1 & 2 million int arrays
- location of names and typedef
- g++ 3.4 exception problem
- ADCURSORS
- custom istream class
- Sharing same copy of a member across all instances of a class.
- software framework
- interface principle
- About data-storing problem....
- Could someone help me?
- advanced template question...
- confusion regarding auto pointers
- signed integer overflow
- C++ lint (detection of unused classes and functions)?
- reference attribut
- tolower in locale
- static class local variable in memeber function
- c++ calling java calling c++ ...
- MFC application using COM port for serial communication stops on minimization
- Need Help - Structure Required on Left Side
- Redirect of stdout to pipe 'hangs'
- Template Metaprogramming
- Hexadecimal To Decimal Conversion (Via Char Array)
- PC-Lint
- compiler nightmares
- about copy constructor and destructor
- g++ template problem
- what is the most effortless way to add a description comment to a function
- Deallocation upon constructor failure
- Developing for Linux Shell Using Windows
- Constructor problem - help needed urgently to resolve this
- what is wrong with this cerr useage?
- Stange Occurance After Using std::Merge On std::vector's
- heap based objects
- using exceptions
- Why doesn't this list copy work?
- using inline
- query regarding copy constructors
- Organizing source in namespaces.
- std::stringstream::seekg
- why define virtual destructor
- Why these operators cant be overloaded?
- storing return value not using assignment nor memcpy?
- Recursion using Stack
- How can I get the size of a ASCII file?
- optional debugging
- New member to group qustion
- compile errors with list of auto_ptr
- undefined reference to `vtable for Base'
- conversion from size_t to int
- Allocate more memory
- casting in VC++ 6
- Polymorphic assignment?
- char_traits<char>::compare
- problem with template class and overloaded methods
- G++ 4: Unrecognised Friendship
- ifstream::read and pointers to std::vector
- copy constructors and the assignment operator
- Member arrays and copy-construction
- How much memory can I use
- read/write file contents
- Pointer to member variable of derivied class
- error compiling
- Static values, does the name matter?
- dereferencing pointer and object creation
- Why template by return value is forbidden?
- extracting data from string streams
- Is there is any strong reason not to use standard native C++ data types
- strtok help
- Extremely low-level serial port programming
- Is temporary variable always *const*?
- How to optimize? Object gets constructed a 100 million times
- lifetime of temp string object
- why VC7 linker complains this undefined...
- changing throw(...) changes interface?
- Crystal Reports with Visual Studio .NET C++
- Learning about dynamic memory - Question
- call java from c++?
- Nested try/catch blocks to give 2 attempts on an operation
- index a vector of properties
- unsigned char pointer
- Best way to cast anythign to void* and back
- C++ produced ASM code
- Have any solution
- std string streams
- operators (f.e. new[]) undefined
- Why ambiguous base when one is inherited private?
- using assignment operator
- Problem of random number generate..
- forward declarations
- Form feed character in header files
- using destructor
- powerset
- is "delete" needed?
- C++ books
- How to find whether Object is in HEAP/Stack.
- How Does Loop In strcpy Work?
- Searching a container
- question abot Exceptional C++ (47. eng puzzles) Iby Sutter
- Avoiding multiply defined symbols for member functions
- recognize utf-8 files
- sql question
- Best way to return an int as a std::string
- comments accross platforms
- Data Structure Problem
- Data Structure Problem
- stl includes
- Need help with declarations (simple question)
- Ultimate++ 0.98.7 released
- Idiotic Question
- Preventing the console window from closing when writing a console program in C++
- Adding Lib to Dev-Cpp
- Using C30 and dsPIC Microchip controllers
- book recommendation for C programmer
- cannot dynamic_cast 't' (of type 'void*') to type 'struct mom::object*' (source is not a pointer to class)
- Polymorphism, iterators and ABCs?
- stable_sort with arrays?
- Borland C++ Turbo
- Effective C++ - item 7 (memory mgt).
- vc++ - strtok() access violation
- How is :: and -> pronounced?
- Converting a float to int (Visual Studio 2003)
- template conversion operator clarification needed
- audio synthesis libraries / platforms / drivers questions
- Abstract Classes, Templates and inheritance...
- MySQL, ZeosLib & C++ Builder
- GCC, libgcc & thread-safe exception handling
- typeid with Qt throws exception
- Derive from MFC DLL to MFC APP
- string class
- C++ forbids declaration of ‘vector’ with no type
- AndyD
- using copy constructor
- good debuger for c++ on linux
- C program
- test - ignore
- Private members and copy constructors
- Unable to consume Process reserved memory
- string reversal
- Default parameter for member array?
- Stuffing bytes into structs and endians
- Binary Search Tree Help Needed
- delete pointer
- Adobe GoLive 5.0
- maybe a problem with pointers
- I am making a project on protocol SNMP
- Text template engine?
- string streams
- XML libraries for C++
- Specialization of a method of a templated class
- std::ostream data-modifying manipulator?
- CPU usage
- Problems with C++ Hook
- convert a char[4] (binary) to an unsigned long
- Makefile for C++ program
- Problem with member function of a templated class returning a pointer to an object of the same class
- Store a static member functions
- problem in calling constructors and destructors
- Operator overloading: s1 = s1 + s1;
- Linker Errors + Multiple Definition Warnings (Dev-C++ and VS2005)
- casting from raw bytes to structures.
- unexpected return value
- Help with overloading the == operator.
- Again in english: Problem with probability formula for gaming logic
- std::string with non-type template arg
- Problem Wahrscheinlichkeitsrechnung bei Programmierung Fussballmanager
- Is C++ faddish like Java?
- An STL vector collection of C++ interface pointers?
- compiler error with a map<string, enumtype>
- Parsing c++ code
- How do I find out if drive (possibly WITHOUT file system) exists?
- Any down to earth c++ reference guides?
- for(int i... and speed
- returning const reference and compiler warning
- wchar_t and wstring with -fshort-wchar optinon with g++.
- typedef error, #define instead?