Home : Bytes IT Community / View Full Version : C++
- Correct syntax for definitions of inner classes of a template class.
- How can I do this?
- Ulta Low Level Hard Drive Access:
- WINDOWS
- How do I write this in pointer notation?
- help
- Code reuse in C++
- C++ as a better C
- Market Confusion Solved
- Calling a ActiveX function from a console application
- Inserting into a queue
- calling GNUPLOT from a c++ program
- Passing the Functor-parameters in for_each() and transform()
- [WinAPI] WM_CHAR & DialogBox
- problems with pointers (i think)
- Question: Any idea of midi programming ?
- Bc4.5 to VC6
- STRANGE QUESTION : search engine query and web site dowload
- Byte I/O
- Specialization of a template within template
- dynamic multidimmensional arrays
- Undestanding proper ctime and clock() usage.
- Whoever loves C++ and java programming, come here
- Namespace & template puzzle
- File Manipulation
- loop files in folder
- implementation details
- binary tree
- Nasty code...but please critique it anyway :-)
- Empty the inbuffer
- How can underflow, overflow be tested for using C++?
- Built-in sorting algorithms?
- volatile
- compiling C code using aCC on HPUX
- Possible g++ bug in template parsing
- ActiveX DLL
- Baffled!
- syntax for a vector within a map
- Command line parser
- [Off-Topic] cvs
- Q: Optimization issues?
- fread gives only the first 4 bytes ??
- flyweight reference counting
- nonmember vs member?
- MyString Class
- Simple Multiuser access to file ?
- #ifndef #define #endif and multiple definitions problem
- How to divide typenames from a function declaration?
- Can I use delete with malloc'ed items?
- pointer to a method
- queue, deque, priority_queue
- Inheriting from std::vector?
- Iostream
- const and valarray reference
- Request for useful C++/Algorithms Sources
- my own streams
- traits help
- Pointers to non-static member functions, compiles with MSDEV, but not with GCC
- windows equiv to mmap()
- very difficult ISAPI filter question - help
- OCI links required
- about partial specialization
- private structure
- Builder / go to edit filed
- Getting the units of a number
- class static variables & __STDC_VERSION__
- Help on implementing COM on unix
- sorting a Vector
- ABNORMAL PROGRAM TERMINATION Control Panel CBUILDER 6
- overloading +=
- learning auto_ptr
- Coding classes with 1 to N relationships
- iterator help
- Adding a network printer on Win 98 and Win Me.
- Retrieve printer permissions programmatically
- STL and Balanced Trees???
- Addition of strings in C++
- Putting cursor at end of EditBox
- Can I use an Excel Add-In in my VC++ program?
- Is copy constructible
- list boxes
- Dynamic memory or...?
- this pointer getting screwed
- Effective Use of Low-Level C and C++
- short circuited expressions...
- Set file date
- A fatal exception
- Is there an inverse of gmtime()?
- null stl iterator ?
- Hex String to Long
- Why can't push a "const auto_ptr" into a "vector"
- overriding static and virtual members with same proto. What is the standard ?
- dynamic tables and serialization of vectors
- linkage
- Help! How to program about 2's complemet with 22 bits value?
- std::vector
- ZLib
- Bar: 'class' type redefinition compile time error
- affectation, et copie
- How to input 2 inputs in 1 line???
- some assistance with a linked list
- how to count words from text
- constructor and destructor
- displaying memory content in LINUX
- Question About Method
- C++ Compilers
- Why no copy_if?
- Pointer proxying with reference members
- How Do You Turn Off the Debugger?
- std::remove_if errors!
- c++ and databases
- How would Mr. Stroustrup implement his solution to 12.7[2]
- Is this the correct form of a copy constructor?
- easy question part 2
- silly question
- copy constructor
- Inherit a constructor with default arguments
- iterators, pointers and (T*)-1
- About const
- clarification on delete []
- Incorrect template code, or compiler/library bug?
- #if defined
- electronic version of a Book online
- file i/o with stream_iterators - error
- missing include files (sys/param.h, sys/socket.h, net/if.h, ...)
- dynamic polymorphism or std::list<boost::any>
- Visual C++ vector warning
- ostream::write() error result
- please help a rook!
- cannot run dbx to debug a core...
- C or C++ first?
- Template instantiation on HP aCC compiler
- Template specialization
- class question - please help
- how to use a STL map?
- cin question
- about: map
- easy question
- approx 100 assorted computer/ math/other books
- Template Friend Function, GCC and C++ FAQ Lite
- Linker error with static const field
- Corresponding forms of new and delete
- Accelerated C++ Sample Solutions
- friend vs member for comparison operators
- details in my previous Q?????
- Machine precision
- Machinista Festival
- so many warnings
- design question
- iterator design help
- coding a csv to xls tool
- casting in C++
- Sending http-request with multipart/form-data
- Can I use a C++ function pointer instead of a C one
- Grabbing video frames from webcam...
- Garbage Collection
- new/ resize
- Generating unique random numbers
- C++ and databases question
- string literals
- MemoryPool Class from Efficient C++ Failing
- operator delete(void *ptr, size_t size)
- Corresponding forms of new and delete
- C vs Perl
- Troube overloading operators
- C++ parser
- I cannot see the need for auto_ptr?!
- a quick Q??
- Searching for C(++) source code to digitalize voice from MICROPHONE
- I am selling many of my c++, java, Oracle and Game Programming books
- operator new and parameterized constructor
- std:stringstream reset
- C++ to java code converter
- Arithmetic conversions/promotion and templates
- memory access failure
- cin.peek()
- Critique requested for a smart pointer implementation
- Array of pointers to a vector
- iterating over containers
- nothrow and exceptions
- string to const TCHAR problems
- parser needed
- Assignment to templated derived classes
- operator inheritance problem
- DLLs and static members
- operator + on vector
- vector<int> fillVector(int arguments ...)
- unit test for basic_string?
- initializing references / null pointer
- Linux oddity
- Help with template code, and a question on numeric_limits
- template parameters in non-template class
- String of Spaces
- Learning C++
- ostream_iterator
- ostream_iterator
- Why can't a C++ string be used as the path name to open a file but a C-string can?
- Why does new allocate more memory than there is??
- digicam via c++
- Extracting a substring
- Dll with dialog box
- Q: Inheritance design issue
- Performance or other differences on if expression?
- size & time modification from files..?? (Builder)
- Registry question - please help
- ATL/COM Destructor Lockup
- allocation problem
- c++ debugger on unix platform
- Please Help!! I can't figure out how to build the simplest class
- Simple class design issue, pointer to parent needed
- how to instal allegor Game/Multimedia Library to Dev-C++
- static const class members
- Standard containers, delete, copy
- daoview.exe
- Windows IDE
- Help! Operator + problems
- vector use warnings
- associative containers: requirements
- Reading from the command line using stringstream
- Overloading +=
- limiting class template parameters
- variable number of arguments + function pointers
- C Library Wrapper in C++
- How to get parent menu of sub menu??
- File I/O Question
- C++ library for numerical computing
- template question
- C++ and GUI
- Please Help With C DLL
- declare array of objects in header file
- Continuously concatenating binary data
- Trouble with factory pattern
- Eight queens using stacks instead of recursion
- compile hello world
- WO : A new Object Oriented Language (Open Source)
- Where to Start?
- test
- Problem with push_back,help me ASAP
- Passing return as reference to another function
- To STL or not to STL
- Conflicts with Nested Namespaces
- alternative to rdbuf()->in_avail()? [was is cin always hte keyboard's input]
- std::vector<>::clear semantics
- Library to use
- template problem with ostream operator
- _T Dev c++ problem
- testing input values
- Placing bytes into a stream
- template problem with ostream operator (Borland compiler)
- Word Histogram in C++??
- Switch Optimization
- template problem with ostream operator (Borland compiler)
- Taking first coarse in c++
- help with functions.
- test
- Word blocking
- string --> int[]
- Question about definition files and DLLs
- multi-dimensional array
- return values and type conversions
- visual studio - academic VS regular
- Clarification related to template definition?
- Function pointer member variable to non-member function
- Problem understanding automatic objects
- Function pointer member variable to non-member function
- reformatting a string - help please
- Erasing map elements by iterator
- converting std::string to std::wstring
- GUID is undefined ???
- friend template function
- is cin always the keyboard's input?
- solution: an in-language way of mapping class names --> strings
- Working of the delete [ ] operator
- log file
- std::ostream manipulator
- VC++ 6: Customize classwizard templates?
- polling streams
- Struggling Comp Sci Student
- Mouse and Keyboard sluggishness
- Determining member order
- dev-c++ gdb
- how can two class reference each other?
- what is wrong with all that authors?
- create pointer to list
- VS03: overloaded non-member operator(<<) for templated class
- Dynamic sized structs
- Type cast erorr - from 'void *' to 'int (*)[3]'
- C-style string parsing
- template and forward declaration
- Database help
- A constructor question
- visual c++: problems with pointers
- explicitly initializing
- [lame] overloaded fun. virt. and inherity
- (DirectShow) AVI player using CFrameWnd class ???
- Issue with Sopen() and dropping a network connection.
- unexpected result using std::list
- visual c++ : inside for loop scope declaration problem
- reading a line from a file
- getopt
- log file
- Question about XmlDocument->Save method (C++ .NET)
- compiling problem with ms visual c++
- please help... ...me learn C++ please please please :)
- Microsoft Speech SDK
- Java plug-in
- bitmap in embedded c++ for wince included
- converting pointer to const ref
- using a custom class in a list
- Problems with mod
- cin and cin.clear() problem
- Using "const" : why does compile fail
- this in constructor
- Using printf on char array
- Abstract constructor initialisers
- help. how to blank off when info from file...
- need a graph isomorphism algorithm
- Control the appearance of a launched application
- strange function behaviour
- DLL importing simbols from EXE
- Why is MAXINT doubly defined in system include files
- Help needed in running a c++ program as Windows Services
- unresolved symbol with shared library
- How to pass a function name as an argument?
- have a short, need to extract 8 bits so I can have a char
- word
- Syntax for defining non-inline func. in Templates
- Invoking methods on objects returned from functions
- outputing hexidecimal using cout
- Does Visual C++ support member function template?
- custom iterator for multiple arrays
- const keyword
- problem related to the sort function provided by STL
- Good C++ course
- Optimizing array accesses
- Unknown delay
- Converting pointer-to-member to int
- new
- [RTTI] cast base class pointer to <templated> derived class pointer
- Visual Studio Resource Editor Bugs
- Windows C++
- operator overloading & STL
- visual c++???
- how to read powerpoint file
- visual c++
- Operator overloading problem
- Checking if iterator points to a specific element
- Classes from pointers?
- Launch application
- View applets in an application
- Installing underC :: the C++ interpreter
- Some Exercises
- Compile error C2664 - Why??
- Memory leakage in set class
- How to move a Visual C++ Workspace
- design issues: variables at class scope
- Invisible streaming?
- Loki test
- Dynamic Allocation of 2D array of <class>
- bigInt operator* help
- transformation -
- Interesting parameter overload prob...
- Does Visual C++ support member function template?
- Problem using I/O manipulators
- private member functions
- why does it crash?
- INTERNAL COMPILER ERROR C1001: msc1.cpp (line 1794) error at every std include file: stdio.h, windows.h, ansi_c.h ????
- Doubt in distinguishing between modules and user-defined types main features.
- std::map::find() throws exception when map is empty?
- matching { } syntax style
- Literal Pool
- Network programming
- overloading operators
- function pointer and member function pointer question
- Crystal C++ Export To Excel
- Fibonacci numbers
- STL sort not working??
- expression template help
- Since which version is STL shipped with Gnu-C++ ?
- Cant use cout in G++
- allocate memory for a list array with templates
- How can I open a file, skip first 2 lines and get the 50th character?
- uml program recommendations
- c++ reference book
- STL Memory Leak when compiling on11.00 HPUX using the aCC -AA flag
- basic memory question
- simple AnsiString to char* conversion
- Stacks Queues Reverse Reverse Polish
- about class specialization in templates
- HELP: Class object I/O
- Help: OOP file I/O with C-strings
- const char * to char *
- help in inheritance and typedef
- Rlogin Library?
- Simulating punctuation character input
- Own Variant of cout
- dynamic looping
- result of system call
- -1.#IND
- error with boost::shared_ptr<T> with incomplete T, VC7.1 ?
- C++ and 3D ? Thanks
- g++: class size or file size limitations: NONTRIVIAL BUG
- iterator help
- where are my objects???
- Stack vs. Heap
- What is this - weird function definition
- C++ and MySQL
- Static types
- push and pop - stacks
- How to Install a Program
- Converting from and INT back to ASCII character
- Unresolved Symbols from C++ Code
- Difference between vc7.0 vc7.1 and vc.net
- tolower conflict with iostream?
- implementing policy classes with template template parameters
- int packed as hex with memcpy
- VisualAge C++ Professional for AIX v5.0.2.0
- vector<string>.clear() now working -- please help
- returning a reference
- stacks and array
- Best lex/yacc for C++?
- Help to access dmoz file.
- Simple constructor question
- Looking to buy : Old software : Borland & Microsoft DOS Compilers
- iostreams in multithreaded environment
- template and container, looking for advice
- namespace and inheritance issue
- Inheritance and destructors, guidance please
- Indirection talks to you
- convert data type help
- Amusing Microsoft C++ ad
- stl vector: what is wrong with this code?
- Stacks
- how to print output?
- Is there any place I can find some "small" projects (using c/c++/c#/java)?
- Error: Partial specialization
- Windows(Cpp>>DLL<<VB6)
- Simply gcc compilation error using sys/dir.h
- Odd Error
- Derived class losing base member function?
- calling virtual function that is hidden by inheritance
- template and include files
- Isolation testing, need suggestion
- Commands for C++
- Questions about "alignment" in memory
- string tokenizing
- string not working in c++
- mulitple inheritance and constructors?
- static_cast usage
- copy ctor question
- where to find c++ reference???
- Serialisation of STL-container - fails with maps...
- const qualifier and VC6.0
- about djgpp
- check range of unsigned long
- C++ optimization for emulators
- Picking const vs. non-const member functions upon a call
- using map STL in Microsoft VC++ 6
- unget vs. putback
- char* and STL map
- stl string initialization question
- I can't understand this "const*&" stands for?
- c2064 problem-- namespace issue??
- Friends and Namespaces
- namespace? include errors??
- duplicate
- prova
- messagebox
- Test if function defined?
- setw, width
- void and this
- templates error
- Why can't I pass by value in this case??
- gcc test5.c test5
- gcc (rh 9.0 ) I do not know how to correct the error...
- STL Help with Store/Retrieve .. Maps
- std::multimap insertion order guarantees
- Serialisation
- Hiding External program
- recursively draw the lines
- system calls
- gray a disabled menu item???
- C++ helppppp
- Evaluation order for nested function calls
- _getch() doesnt work for me
- Function objects / adapters
- Sorry and Thanks
- Which one is better VC,C# or Delphi
- about leak of memory
- Get all files list in a directory
- Comparing audio (wav) files
- how to represent binary code , hex code in c++ and display them on screen using prinf statement
- ifstream: ignoring last line of file
- Beth and Attila
- operating on files in C++ need help
- ifstream: ignoring last line of file
- private inheritance
- How do I compute a sine wave
- Problem with vector<double> alocation
- Function lookup tables?
- Problemas con la comunicacion serie, inportb
- Problems with serial communication. inportb
- How to implement this?
- BST: remove less than
- Question regarding Const Reference and Temporaries
- How to output a Unicode character?
- Help! A hard (to me) corress-reference problem of C++
- tcp packet overflow
- How to quit using 'Enter'. Advise please...
- Assembler is better than C++
- string class that can convert between wchar_t and char
- Is there already a discrete range class?
- Help: 2D Array Reversing
- std::pair<,>
- string comparisons
- range of char
- How do I redirect stdout from system/execlp calls?
- strcmp
- Object Initialization in C++
- Implementation of virtual inheritance by compilers
- searching a 2D array (nxn) with comlexity of O(n)
- SendInput too slow
- Implementing Adapter Pattern with class and method renaming
- looking for C/C++ numerical library(complex matrix manipulation)
- test suite for C++ parser
- static STL ?
- Can a class be used in default arguments?
- Signals, threads and the use of SIGUSR1
- Fourier transforms (coefficient calculation)...
- auto_ptr: reassigning to member of owned object
- Temporaries bind to const reference
- Default arguments and prototypes
- template function help
- Character to number conversion
- functions question
- to guru : strange C++ operator behaviour
- template specification
- float_expr not supported by dump_expr .. (wha?)
- std::list::clear()
- "unresolved external symbol" error in MSVC++ 6.0
- Arrays of dynamic objects and operator[]
- implementation details
- Backup your projects neatly
- Deleting Pointers from STL Vector
- Looking for the Matrix Template Library and OON
- std::find
- null pointer question???
- is this a type of Operator overloading..
- vc++6.0: capture cerr
- missing ';' what does this mean?