Home : Bytes IT Community / View Full Version : C++
- efficient assignment ???
- Link Error
- my first template
- Open a specific page in a help file
- Multiple union member initialization
- New operator -- construction a side-effect?
- string parser
- How to create an initialised object declared as a class member variable?
- Quality of rand()
- dos promt staying open when prog runs
- How to check if a bit is off?
- std::string
- Trouble with bit fields
- accessors
- Conditional compilation sans the cpp
- xlC shared library
- delete NULL, what about delete[] NULL
- compiling with VC++
- what are static destructors? disadvantages? .. TIA
- Inheriting interators
- Linking third party Libraries
- inline text, large strings
- Virtual Assignment Operator in Protocol class
- the book c++ primer answer always say L&L
- Design of pointer_to<T> templates
- accessing a private member (illegally)
- Trouble with namespaces and unresolved externals
- Partial template instantiation?
- Rectangle: struct or class?
- File manipulation
- Help writing a web browser plugin using c++.
- Virtual dtor and placement new.
- Using a multimap
- edit control
- Convert vector<float> to vector<double>
- microcontroller bootloader in C
- Accessing a protected member of a member of type BaseClass????
- C++ Programm - Shutdown win2k
- C# group?
- help:how can i get the libray about bioinfromatics
- Is the FAQ availablbe on FTP?
- Reasonable expectation: for(it = v.begin(); it != v.end(); it++)
- Compiling boost using Intel 8 c++ compiler under Windows
- mem_fun with template function
- Questions on creating a virtual machine: Operations
- Borland C++ Serial Port communication
- A question on variable declarations/initializations
- Nested class
- Compile time check for virtual destructor
- C/C++ compilers recommendations please help
- Three programs with sizeof
- OpenGL in VC7
- c++ runtime implementation
- Pseudo destructor
- Static nested class
- using count and count_if on class objects
- How to get around the "long" 32/64-bit mess?
- I finally figured it out! namespaces and the ODR
- SDL_Main or WinMain@16 error
- kevelop
- sdl_main or WinMain@16 error
- Pointer convension, dot vs. indirection notation
- std::map question
- pointer to member function and pointer to constant member function
- Starting to use STL containers...
- problem with "inline"
- Function specialization
- Porting code, need guidance, Thx
- converting from string to ints/bits
- Simple Windows application
- Overload resolution & boost::bind
- MSFlexgrid Column width
- detecting arithmetic overflows - stdexcept help
- sorting list of pointers
- main argv command line
- Name-Based Object Creation
- What is a .hpp file.
- How can this not be?
- Equality on input iterators
- reverse engineering
- Sorry
- psapi.h strsafe.h
- passing a transform as a function parameter?
- window-handlers on windows
- structs ALWAYS on the stack?
- wrapping new
- Price of Creating Local Objects
- Tree in C++
- STL extension
- Preprocessor, nested files etc.
- Overloading composite operators?
- MSFlexGrid
- Qualcuno sa come funziona RegMon
- linkage issue
- Import Only std::string
- virtual for all derived class
- Serial Number evc
- Objects containing a smart ptr (pimpl) and stored in STL containers - help please
- Sorting a struct
- Purify reports UMR in wrong location
- struct problem
- Disabled out stream (operator overloading problem)
- Attempt at initialising a class with a vector "inline"
- Type identifier management and object factories
- how can I loop a std::list ?
- Problem inserting into Vector
- ---what does "virtual int xfunc() = 0;" mean ?
- strlen
- functors
- Array arguments
- Special linke list
- how can I access data with iterator?
- Problem with nested class or array overrun.
- why can I test for is_volatile<T> but I can't test for is_unsigned<T>?
- Handling directories with C++
- Problem with const reference as a parameter
- Keypress with virtual key. (keybd_event)
- new foo -vs- new foo()
- VECTOR problem
- How to convert from time to UTC?
- Design a new class or inheritance or else?
- borland c++ 6 program for snapshots from webcam
- sort indices
- vc++
- Text File parsing
- passing const ptr argument
- iterating ENUM
- Linked List Help please
- C++ casting
- [help] How to copy fast an array to another array?
- Proper way to put an abstract base class into a container
- Improper argument deduction???
- What does it mean int (*a)[10]
- Return an iterator?
- File seek
- Reprise: Template syntax help
- Open Source C++ Internet protocol library
- Template syntax help
- Is explicit template qualification required for explicit delete?
- & vs ptr
- Overloaded operators ++(), - - ()problem
- resource acquisition is initialization?
- use of strstream object of standard lib
- filesize error
- When new operator fails in pre-1997 C++.
- fstream.close()
- Using transform() in a function
- Porting binaries from Solaris/SPARC to Linux/Intel
- Member function templates in libraries
- Quick reference card
- grouping templates
- Template terminology question
- declaring variables inside for loops
- Templates: Members Vs. non-members
- TEXT( ) function
- iterators
- Boost Workshop at OOPSLA 2004
- Stack unwinding and destructors?
- Stupid compiler
- Size of a reference?
- Ant for C++ development
- Initialization of static varible in class template
- function non-template versus fully specialized function template
- static object?
- how second and first arg are binded?
- Productivity in programming of C++ programmers
- Value of float variable
- Observable behavior and instruction reordering
- IO Streams
- Inefficency in search_n
- Symbian
- playing with namespaces...
- "Assignment" through base class
- Cast to protected base fails even with explicit operator
- Questions of copying memory
- command line tool to convert VC project files to Makefile
- Shadowing a parameter
- How to define function which operates on iterator convertible toT*
- converting from base class to derived class
- Constness Complications
- Warnings for implicit casts to a narrower type
- How to Instantiate object pointers that are members of other objects .
- differences between c and c++
- How can I get microseconds in windows???
- name decoration
- Quick reference card
- bool specifics
- Virtual function parameter variance
- Deriving from std::basic_streambuf
- i = i++ for class types...still undefined?
- Boost::Bind strange compilation errors
- Why this is wrong in calling bind1st
- Declaring a Static Member of a Function Pointer
- Pointer to Member Functions and Inheritance
- Calling base class operator==
- float, double, long double
- Any forseeable disasters?
- GUI for Decision Support System
- Reading from an istream to a bool vector
- How should I do this ??
- parse error
- Qualifiers lost compiling STL code
- RasEnumConnections
- Friends of Templates
- Covariance
- What is CLI?
- can anyone help me with this?
- char array question
- Quick sort and memory problems
- static object?
- arrays that store pointers
- std::fill and containers of pointers
- References and function calls
- operator presence?
- Pass data between C++ programs
- operator + without =
- Something I don't understand in the FAQ
- C++ skills and commonly (?) used non-standard libraries.
- HELP: New to c++
- gcc strange error
- VC++6 missing storage-class or type specifiers
- where can i get the pure c++ code of the implementataion of CString::Fromat()?
- Custom allocator sample code for vector
- But..... WHY??? Access Violation
- abstract methods and inheritence
- i can't understand this statement: &origin + ( &Point3d::_y - 1 );
- Great way to get an Ipod...
- Deleting objects obtained from a STL library
- CPP builder 6 and MySQL with or without VCL ?
- object to standard output and input ( cout / cin )
- Can I always determine what I catch?
- What does it cost to try?
- DLLs using MinGW
- Pointer: why could a deleted pointer be dereferenced?
- Objects inside unions
- fclose() causing access violation in threadFunc
- typedef doubt
- Exception safe at what cost
- Design structure for a MMORPG server core written in C++
- Object factory and Intel compiler
- What are friend classes?
- Auto destruct
- overloading a function
- [LONG]Simple RTTI
- Implementing Mediator Pattern in C++
- Why can't a public member function see a private data?
- ---Hi, what mean, what help it can do?
- Iterate through member variables of a class
- C2C++ itch
- Resolution of virtual functions
- smart pointers
- Creating Barriers to Reverse Engineering
- "Undefined Behaviour" or "Non-portable"
- Optimization problem, for a sports tournament
- "C++ with Interfaces" (article in CUJ vol 22 no 9)
- Remote ip status
- containers or array types gubbins
- Templates within templates
- API Callbacks into Objects?
- cast operators...
- linking - QT app
- why does it crash?
- overload == operator for structure variables
- operator== (float, float)
- Handling maps.
- cast operator for built in to class?
- calculate rank of matrix
- operator overloading...
- simple multiset question
- too much globals?
- pointer and array help
- template function as function parameter
- problem with creating new levels of logic
- Storing an integer: why "int"?
- Book
- Override virtual member functions in Subclasses
- How to plot Sin wave ?
- ofstream, copy algorithm .. more
- Print all possible routes in a graph between two nodes
- Template temporal value
- Some basic questions
- Compare enum types to...
- How to configure my PC into a server?
- Portable Sockets Wrapper
- get() function vs public member
- function Calling conventions
- What happened to LarchC++?
- How to debug a program only having .exe file
- Tic Tac Toe using recursion
- protected
- End of cin
- templating problem
- Porting VC6 to VC7.1, get error LNK2019
- Build Problem
- [Snippet] a Recursive Descent Parser via TDD - test.h
- [Snippet] a Recursive Descent Parser via TDD - recursiveDescentParser.h
- [Snippet] a Recursive Descent Parser via TDD - recursiveDescentParser.cpp
- using c++ to read an online file
- What API replaces the unlock API that existed in gcc 2.9.3?
- my output
- .exe files...
- FAQ 25.1
- easy conversion between two basic_string types...
- vector::resize() and memory allocation
- how to exclue libm when compile C++ program with g++?
- Help: template function specialisation must accept scalar types only
- C/C++ for EPROM chip?
- Binary files, why does this code crash?
- Prob with delay timer
- seg fault on different linux boxes with C++.
- problem with dll
- Initialization notation
- Listing all the files in a directory...
- seeking xml load/save library for c++ ... plus some other questions
- Determining a functions calling address
- Giant C++ resources list, 2nd edition
- read - website CODE
- portability issues
- bitfield & union strange ?!
- Writie classes of some algorithms
- How to walk through a Stack without destroying it?
- Miranda functions and Initialization
- How do I increment a float point num
- controlling pins on lpt
- Advanced C++ writers
- Accessing private members
- efficient string tokenizer
- need help with mmx (vc++)
- Memory Cleanup problem
- 2-D vectors..string2int
- WANTED: Embedded C++ developers
- overloading operator<< as global friend funcion
- initializing a constant in the .h file?
- getline - 2 questions
- class derived from template class
- scanf and iostreams
- Where can i find the script language?
- Virtual Data?
- returning to deleted classes
- Is this code correct?
- method prolog/epilog
- STL containers header guards.
- Passing Private Reference to Object
- pointer to reference adaptor
- C++ getting data from serial/parallel port, how to?
- C99 Complex number support in C++
- How Methods Return Objects
- help installing FFTW on Windows XP
- strange compiler message
- default parameters: question
- initializing static class variables
- memcpy char* to unsigned char *
- One more reason for using std::string instead of char * in C++ programs.
- Exception Specifications Using Undefined Class
- loading a CBitmap from a URL
- Feeling kind of stupid about pointers
- a very weird result
- post message from App to Internet Explorer
- problem with destructor
- overhead of using std::sort
- Nodes with unlimited children.
- :: before function calls
- std::advance too much?
- what does the const mean??
- why can't I post in comp.lang.c++.moderated?
- Undefined symbol: ._STL:: on AIX platform
- Usage of Hex Dump in C++ Programming
- is this defined behaviour in C++?
- how to dial no in C/C++
- Why Doesn't C++ Accept This OFSTREAM VECTOR?
- TList documentation
- Troubles writing an object to a file.
- Table of pointers to templated functions
- Error message getting addresses.
- Matrix optimization
- Timeless Classics of Software Engineering
- style: for(nth_elem_in_list, end_of_list; next)
- explicit default constructor
- std::vectro - append other vector container?
- Function Template Question
- atan2() and fmod()
- GUI Programming
- Question about friend member functions
- Dev-Cpp Win32 edition Can not Compile
- what's the difference between delete ptr and ptr=0 -dont they accomplish the same
- validates characters
- Behavior of compilers.
- Complex Static Initializations
- getline function
- Anyone want a copy of C Builder X Enterprise ?
- Vector Initialization Syntax
- how to define the working directory
- program that push some button automaticaly?
- Windows Application with RS232 output. URGENT and not to difficult for you!
- avoid destructor
- Book on Windows .h's
- init and set state of PRNG with VC++
- Detecting classes with virtual functions
- Synchronized Applications
- how do I get the name of a subroutine in c++
- How to write a portable function
- Problem evaluating conditional operator
- REQ: C++ Technical Interview questions
- How to get sizeof
- a question not about C++
- How to get the file no from an ostream object?
- Hello World...
- Binary Search Tree Input Problem
- A simple way to track available memory in C/C++ and why is there so many different types of it?
- Forward declaration of a nested class
- byte B= 0x0F;// Hex. representaion --> How byte B=0001111 // Binary rep.?
- Wait for "signal" from another application and/or thread
- Vector reallocation
- Error launching acmboot when installing visual c++
- If std::vector <TMyClass> MyVector; --> How to remove MyVector[i] ?
- How does the constructor of vector work?
- transform(), iterators and pointers while computing Fibonacci numbers
- the standard....
- STL sort problem
- Curiously Recurring Template Problem
- Any compiler supports 16 bytes float on IA-32?
- Can some explain plz. Basic uses a C++ wrapper.
- Sets relations
- how to delete this?
- do you ever found memory leak with STL?
- New to the group - with question.
- Bit-fields and packing/alignment
- Python.h include not found
- is using tons of stl a correct method?
- Circular dependency - I think..
- STL queue technique
- Pointers vs References: A Question on Style
- Does C++ raealy exists !
- accessor/mutator - design 'flaw'
- the old virtual destructor nut
- Network programming conventions?
- Refutation of the DisProof of the Halting Problem
- career change question -- not C++ specific
- If declared as virtual in base, its derived version also is virtual. Why not for destructors?
- Tool for partial C++ preprocessing
- class declration
- C++ formatter/beautifier?
- Does my object exist? So why its HWND doesn't exist? That's a question... (CMonthCalCtrl control)
- C/C++
- When a default constructor necessary?
- assert-macro: brackets
- Help Returning string values within brackets.
- Static variables and threads
- Circular Class Template Friendship
- Problems with Standard Library
- returning static arrays
- Best graphics api for GUI?
- Help with controlling stdin/stdout for a child process
- Help: Double convert to Integer and Double....
- two visual c++ questions
- P((int));
- c++ fstream writing to existing file
- Adding Map Entries
- How to get name of calling function
- Question on Lists and Classes.
- Followup: NULL macro vs. 0 as null pointer?
- NULL macro vs. 0 as null pointer?
- TNT jump start
- Handling large files in encryption prog
- class factory linking issue
- Visual C++ or Borland C++
- virtual function and pure virtual function in the implementation of COM
- How to implement "__property" in ANSI C++ ?
- where can i download a complete copy of the win32 APi
- Executing the executable
- is there a tool to remove throw list declarations?
- Keyboard and mouse librarys
- Hint of operator overloading
- Help with "read" issue please
- GUI compliation problem in borland
- Function pointers & template functions
- How to reuse a friend operator?
- simple memory question
- Watcom and ELF...
- C++ Mentoring
- Multiple sort?
- Pointer Problem
- Intrinsic Minimums
- Searching Point x/y in a ordered List
- user definitions in the std namespace
- istream segfault
- Object construction
- Can I modify a constant variable through a pointer obtained from const_cast?
- Rotate non-rectangular region
- What's wrong here? Accessing members of a templated base class
- Allowing only certain classes as template parameters
- Which do you prefer, ``.cc'', ``.cpp'', or ``.cxx''?
- Static Variable Problems
- Usage of rdbuf
- Problem with C++ traits under OSX
- Exception Handling & Memory Leak
- std::map::iterator with STL algorithms
- Template specialization
- namespace question/problem
- Galois field arithmetic libraries in C++
- istream >> (my own string class) - low-level solution?
- How to browse Std C++ classes in linux
- Reference to array, NOT array of references!
- migrating recvmsg() to recvfrom()
- Windows Error at run-time...
- How can I clear buffer between getch & cin?
- Developers and Srchitects needed(C++ and C#)
- Operator overloading and inheritence: Code critique please
- Enumerations
- Visual C++ 6 Compilation Problem
- Hardcore C++ developers interested in NYC financial firms....
- namespaces and main()
- Copying with istream_iterator
- does STL hash_multiset erase invalidate the iterator?
- Reading ints from ifstream to a vector
- C-style casts for built-in types?
- bit field with Arrays
- Manage a dynamic vector in a structure
- menu-based console application
- iterator as a member?
- VC++ and WinNT Problem
- "Thinking in C++" in unix info format
- std::container - preallocation size?
- std::list - access at index?
- std::vector allocator?
- string comparision in a file
- pre startup initialization
- Pre / post conditions in error handling
- latest C++ standard
- Performance measurement and optimization levels
- Solution to the halting Problem?
- C and C++ compatibility issue
- map<string,set<strin> > compilation problem
- comparing strings
- string class won't compile
- Templates templates templates
- extern "C" and JNI
- std::list and a composite type ..
- fstream::open & seg fault
- Redirect COUT to file
- Visual C++ 6 Compile Error
- Linux & C++
- Known at compile-time
- problem with constructor/destructor?
- where to find info?
- What does the standard tell about NAN?
- Set NLS_NUMERIC_CHARACTERS
- accessing the vtable
- Formatting in C++
- different design considerations for objects and tables