Home : Bytes IT Community / View Full Version : C++
- 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?
- Sharing code between cases
- passing a type to a function?
- BSTR and a LPOLESTR
- What, if anything, is wrong with the following code fragment?
- C++ and C kernel
- Object persistence & serailization: patent from Microsoft
- 'CString' : undeclared identifier
- do I need to specify an = operator for this
- Create and modify Ini-files
- ## _delete
- object arrays
- algorithm for c++(g++) demangling
- Modifying the value of each element stored in a std::vector.
- Disabling base class conversions?
- File I/O help
- confusion with copy constructor and operator overloading
- Plugin Application Request
- Correct C++ tutorial part 5 "How to use libraries" available (Windows, mingw/msvc/std)
- template specialization of a template class
- remove an item in a STL list
- const function problem. casting to mutable?
- Inheritance and templates
- Using vector of references to a template class in the same template class.
- [BEGINNER] syntax for constructing class with members and base
- hello
- converting weird #define to const
- Changing Namespace at Runtime
- enums
- Is this codepiece legal c++? and/or portable?
- lower_bound - close, but no cigar
- Static build and Oracle OCI problem
- STL for_each
- printout statements
- Random numbers within a sphere?
- matlab into c++
- Access control and nested classes
- template class in DLL (g++/Cygwin)
- Run-time type id and Inheritance
- win32 apps
- References in C++
- namespace/static style issue
- Learning C++ - resources and ideas
- How to retireve a value returned by a Store Procedure with ADO
- About c++ license.....
- address of static const
- references
- No identifier required?
- Classes with the same functionality but not convertible
- Dereferencing adaptor?
- Initializing a vector with pointers to elements of another
- Working with COM/Serial/Parallel Ports?
- curious about typeid().name()
- C++ online information
- templates vs. virtual methods
- Function of ":" in a structure
- How to let a function return an array
- Problems with for_each and bind1st
- Please give me a pointer
- OT Exception handling testing
- Inheritcance, references, constructors
- segmentation fault on private variable
- Multiple definitions of a variable in C++ not permitted
- Retrieve and update from SQL
- An integer type with range checking.
- Compliance Checking (C++)
- Help me to write a programme
- const objects ->const member functions?
- problem with pointer to class method
- Overloaded typecast operators and copy constructors
- Accessing member data from another class with pointers
- One Small step one infinite leap
- Inserting a char into a string.
- method printing values from a vector not working
- time
- pointer confusion :(
- Compiler error C2664
- ofstream problem opening file
- storing password for e-mail app
- Under what circumstances can the STL move a vector?
- enum type
- Piping std::cout to a std::ostringstream.
- main function not found
- getline()
- Template Libraries
- classes, pointers, vectors, and memory allocation
- I need Help please
- New Promotion, need advice from experience people who deal with this situation.
- Self Assignment check in Copy ctor
- Sequence point problem?
- sizeof
- bug patten in C++
- bit of a maths quesiton
- Error when entering wrong data type in do-while loop
- drop-in replacment for function pointers
- Array Lookup [Was: Why is "Hello World" const char* ?]
- Simple Program using Arrays
- Can basic_string<>::c_str() throw exceptions?
- ok, I've found it:)
- Scope resolution in needed to call a functor maker
- borland builder C++ - wait() ??
- Why is "Hello World" const char* ?
- Stripping specific bytes of a file without opening the entire file...
- FAQ issue: Guaranteed value ranges of fundamental types?
- std::string operator< ?
- Using Borland C++ Builder under Windows AND Unix?
- rotate operators
- How to Ingore the input of std::cin??
- operator= and implicit type conversion - precedence.
- Accessing characters in character array
- "no matching function for call to" and templates and old code
- Function to convert all of the small letters to the capital?
- Display bitmap from array
- Function Pointer Question
- Your word on notation?
- Inheritance and sharing function names
- How about C++Test?
- error C2666 overloads have similar conversions
- g++ default #include's
- Exemplers in C++
- Trying to convert _btsrt_t to string
- static variable problem
- Pass array by value
- initialization of a struct in a vector
- parametre de fonction const
- const int NULL = 0
- c++ pointers
- wrting function using pointers and list
- Scheduled task
- Help needed!!
- Learning C++
- Calling member function in ctors and dtors.
- SFINAE compilation troubles
- Learning pointers in C++
- vector and sort problem
- GetCommandLineArgs implemention?
- question on template
- Setting up paper source
- unnamed namespace and friend
- STL tutorial...
- Which is efficient?
- Conversion constructors and template arguments.
- Filing problem!
- Graphic functions for DOS
- problems with .h files
- Large scale C++ software design,
- new site
- problem storing user input into string
- Filing problem!
- callbacks to member functions
- Programming Contest
- Exceptions and inheritance
- Handling Exception
- Global vs local streams in a multithreaded app
- Endianess...
- Easing Decoding of Template Error Messages
- Trim Left char tchar[64]
- Conditional code
- Template argument matching
- Explicit declaration
- question/clarification: pointer to function as passed parameter
- Algebraic Parser
- Template argument deduction and conversion operators.
- How do I export multiple classes from one library?
- Variable Exchange Java <-> C++
- infile.rdbuf() for empty file
- general arrays reuse-inheritance question
- sorting with std::map
- question about template
- template type problem in msvc. and more
- Virtual function and overloading ?
- I/O getline: which is a last character - delimiter or EOF?
- Need a C++ update
- Oring multiple values
- Help. Just getting started
- way to address objects in for loop
- Safe union of std::vectors
- Template functions vs. function objects
- Reverting to C in C++ Code
- return values for void functions
- New Scientific Library - Lang?
- I/O getline and small buffer
- Override virtual function w/ Object (not Reference) return?
- istream read not reading everything
- why this program is incorrect?
- std::copy for overlapping ranges?
- Java from C++
- Abstract and concrete classes in c++
- when overloadind input/output stream operator, why return type??
- why it fails
- implicit copy assignment operator
- multiple precision integers-string to int conversion routines
- Two programs accessing the same array
- What does 'extern "C++" ' mean?
- MS Visual Studio 6.0 compile failure
- stack vs heap destruction problem
- Vector Help Please!!
- Polymorphism
- Put Back Functions
- strncpy copying beyond max length
- STL container of auto_ptr
- I am sorry for this...
- static object initialization
- fast insertion and search - STL
- Conversation operator as a lval?
- Templates: Come solve this puzzle....
- What is affiliate marketing?
- listing directories and sub in C++
- Distinct keys in the multimap
- Java from VC++
- Intialisation order and statics
- STL in debug mode?
- What's the meaning of this sentence, "0;"?
- HPUX, shared library and static member variables
- file length...
- Convert string to binary
- Array of pointers makes an error
- Elementary question on const
- Covariant return types
- USB initialization
- Catching vector index out of bounds
- Linux compiler
- C++ Programmers needed
- c++ parser
- Project: KHTML-based browser for Windows
- Problems initializing a dynamically allocated 2D array
- Effective STL Item 4 (size() vs. empty())
- Foo(300) = Foo(500); Why does a compiler compile that?
- What's the difference betwwen explicit instantiaion and explicit specialization?
- VC++ project crashes in Windows 9x
- another weird unexplained anomaly!
- C++ anamaly
- Narrow Vs. wide streams
- stl c++ & map
- Pointer-to-member-function pointing to a member function of an inherited class
- Where to obtain a copy of the Standard?
- Exemptions?
- Why is my const pointer not behaving?
- class instances and threads
- Memwatch
- MFC question - can't bring up same dialog twice
- Question on delete [] vs just plain delete
- Mathematical Programming
- c++ header file
- Buttercup
- C++ property file
- boost::filesystem: Aborted
- getting an object's type
- Inheritance Question
- MFC
- Model View Controller - please clarify
- Overloading operator+
- Reference + initialiser oddity.
- Dynamic memory failure reason
- STL Question
- The C++ sockets library
- Simpler C++ Forum for beginer
- Linking with Static Libraries (linux)
- How to make a library that comples the users to define some function
- Iterator problem with templates
- question about strings
- how to start with templates ??
- why char * gets overwritten after some time in execution...
- structural inheritance bad?
- matrix copy problem
- overriding global new
- Should resource wrappers auto cleanup on destruct?
- Template Type Functions
- overriding global new and delete + STL
- stl wstring and string.
- string::compare
- How do I know if a file is using by an application?
- Catching class exception
- Helper functions
- What is an implicit extern "C" declaration?
- Array object operator overloading
- Method PrintLn (two classes)// need help
- Local class instances invalid template argument
- Are Anonymous arrays possible
- Is this (tiny) function portable?
- Is it legal to call functions in the initializer list?
- extern functions
- How to terminate a telnet session from within your C/C++ program
- Declare an array parameter to be const?
- class definition forgets values
- "typedef" and "enum" problem
- C++ won't survive the next 10 years
- referencing "this" in a static method
- Compiler advice?
- Pointer-to-member as template argument
- Pointer problem?
- reference to pointer of derived class
- C++ generic programming question - looking for suggestions (long)
- extern functions
- Class Pointer Problem
- Visual C++.NET Timer problem
- test
- Mixing STLPort and STL from Microsoft
- Variable declaration: Global vs. Function
- HTML Seite als Popup Fenster aus C++ Programm öffnen
- Does using 'new' and 'delete' increase executable size?
- how to remove 1?
- question about pointers.
- Warning about defined but not used for global variable
- help please / object programming
- CC Compiler Error Message
- STL algorithm for implementing operator+=
- Visual Studio Solution to GCC makefile converter
- Idea for a better IDE
- Dating
- Checking for multiple processors
- virtual copy constructor
- virtual copy constructor
- defult constructor hiding
- C function in a C++ code
- spirit 1.6.0 stlport 4.6.2 msvc6
- Temporary King
- How to specialize member template function?
- C++2Java
- "Default constructor" for built-in types
- Weird numerical behavior regarding zero
- ostream overloading
- determining failure cause of an fstream call
- strlen deprecated ?!?
- Text Display in MDI
- inheritence vs composition
- Using namespace std and Error 19:
- write a function such that when ever i call this function in some other function .it should give me tha data type and value of calling function parameter
- How to add "/*" in C++ comments?
- confusion about friend declarator
- gcc 3.4 template compilation problem
- copy constructor
- fruit objects
- Good use for Unions
- syntactic sugar for initializaing multidimentional arrays?
- linux c++ equivalent
- Illegal code?
- g++ 3.4 question
- finding "\n" in files
- mod - rest of a division
- Using memset instead of a proper ctor
- Is this valid code?
- robust iterator implementation
- Console unterdrücken
- efficency for not instanciating variables?
- Starting NT Service on LocalSystem by ordinary user.
- Problem with fast lines in TeeChart v4.04 (Borland c++ builder 6)
- Order of cpp files matters?
- Superbasic efficiency question
- Double to Currency Output
- Need help with a Linker problem with class template.
- What makes a good C/C++ programmer?
- EOF
- Overloading funtions with const qualifier
- Referenece binding to const temporaries
- Can read all data off file accurately with fstream
- Alternatives for redefining a typedef?
- allocating memory for multi dimensional arrays
- portable imaging/twain library in C++?
- sorting std::list with function predicate
- Correct C++ tutorial part 4 "Decisions & conditions" available (Windows, mingw/msvc/std)
- Returning const references to class data
- template specialization in member function
- template specialization in friend function
- new to Numerical Recipies
- Why C++ has ambiguity between expresion statments and declaration statments?
- Object creation
- Looking 4 Flash-to-ActionScript-to-JavaScript-to-C++ examples & guidance
- User-defined manipulators that accept arguments
- Help with header files
- Turning off scientific / fixed output
- [Q] Extracting the key members of an XmlRpcValue object
- To manipulate or not to manipulate
- Overloading class new and delete operators with parameters
- compile time vs. run time?
- Avoiding templates, alternative design?
- USB help
- what dose it mean?
- myOpenFile function
- i have some problem about c++
- Will there be memory leak ?????
- Preprocessor trick?
- OOP in C++: Objects failing
- virtual templates
- Please help with an interview question
- operator= for derived class
- C++ Reference
- Integer div and mod together?
- allocating dynamic memory
- lifetime of local variables
- why doesn't this work?
- running time
- &X == &X.member ?
- C/C++ Users Journal on Fleabay
- byte alignment
- C programmer, what does this syntax mean?
- CRC16 not the same
- Iterating over elements in a deque results in garbage.
- How to organize the data structure in a parser?
- about "friend name injection"
- question about objects by reference and threadsafety
- unsigned char [6] numerical representation
- need help with large int multiplication and division
- Professional C++
- Object factories
- Why isn't multiple inheritance very useful?
- Createprocess
- CString to char array convertion (vice versa)
- time
- copy content of vector<BYTE> to BYTE*
- implement atoi
- stringstream
- Programming Contest: Create a Crossword
- sth wrong?
- Unexpected termination
- Sorting the file Name
- Bit Field Question
- Shifting to KDevelop
- global/static/namespace trouble
- how to check that my programe respects the iso c++
- stable software, How to ?
- [Allen R. Cha] I'm developing FTP Client. but i have a problem. plsease help me.
- How to build Linux apps w/ Borland C++ Builder X??
- enterprise application versus enterprise system
- number of decimal places
- array Puzzle
- Simplify this ?
- Calling C++ from C
- Interesting article about concurrent programming, any thoughts?
- Pointers?
- LL TO BST
- C++ .NET
- string combination algorithm for a "word descrambler"
- Shrink vector capacity?
- Recruitment Agencies for the London area.
- Execution of a function on startup
- Inheritance of conversion operator
- Non-const static members in templates?
- inheritance of conversion operator
- random error
- ALIGNMENT REVISITED 2
- convert java to c++
- Can't make a COM Object external
- Mixing new/delete and operator new/delete?
- Connect to SQLServer
- Double comparison problem
- Can overriding be controlled ?
- Design of image & view classes?
- Problem z fokusem.
- comp.lang.c++ FAQ
- implicit type template warning