View Full Version : answers
- const char* as a static member
- how to get the time it takes to perform a certain function in a program???
- g++ compilation - invalid conversion from void* to double*
- is g++ wrong?
- Smart Pointers: Is there something similar to smart pointers in C?
- how to link dll in borland c compiler
- I've a problem with file handling program: see this
- I've problem with my file handling program. See this
- about STL sort
- Need help implementing an ordered-list:storage structure is linked-list using 2arrays
- Trying to use cryptlib in C++ project...
- Bug in G++ or Visual C++ ?
- file copying data from .txt to .dat
- how can i convert a file stream in a string?
- Rice & Chessboard. Doubling Each Square Problem
- ZThreads....
- C++ Primer Plus
- Array data members initialization
- Results of C++ Builder Programming Competition Posted
- jpeglib
- Using CUnit in Visual Studio
- wrong compiler warning?
- Paralel read/write protected file
- C++ static function
- non-standard behaviour of qsort on SunOS 5.8?
- Controlling the PC speaker?
- Some general questions about C and good practice
- Very weird compiler bug or normal ISO C++ behaviour?
- convert different video format (avi,mpeg,mp4, etc) file to a flash format
- Hash functions
- How can I switch between two containers?
- ANSI C mbox library?
- what's the meaning of the macro
- Extracting string from a file using C++
- How to use scanf() for input 2 strings ended of EOF?
- dynamic linkage
- cprogram for fibonnacci series
- which operator can't be overload?why particuler operator can't be overloaded?
- main app <-> module.so bi-direct access C / linux
- my code seems slow
- Question about SYSTEMTIME
- to fake read() function
- structures
- compiler cannot find tasm...
- Does anyone know why this happens?
- how to find a variable in a given list and replace/delete them according to our wish
- books and international edition
- RogueWave hash set ordering
- applying partial_sum to a map container
- how to built script that convert celcius to kelvin in C++?
- How ro Iterate a portion of a container
- handling catch(...) to convert it into SEH
- Item number in ComboBox1
- how to have forward declaration from different namespace?
- ANY S.W: To calculate the time taken by sorting program in C
- quick questions
- gcc-make
- C++ primer
- why I can't change the gloable variable
- AfxMessageBox
- STL vector : can not use begin() and end() on function return
- Calling a member function from a separate class
- faq which matrix class do you use?
- Extreme Efficiency for Odd/Even
- Ifstream help ASAP
- Cannot create an object from a class i created. Help!
- Can't seem to find bug in my code . . please help
- ((UINT)-1)
- Is this a problem with my compiler
- I am truly LOST. I would love some help.
- multidimensional arrays
- Studio ......
- pointers to pointers
- "A reference is an alias"
- Compiler flags
- How to get started (Concept)
- Need help replacing text
- Reading end of file stream in C# problem
- Analysis Paralysis
- problems compiling templates with ubuntu c++
- How to read a text file line by line and remove some line
- memory access violation
- What hashing algorithm outputs numbers only?
- Validate user input in C++
- How to catch and log NULL pointer exception in C++
- c++ struct
- How do i compile and execute an oci program in turbo C++?
- Help with struct
- C++ Versus Pascal
- convert integer to string
- Exception handling -- the significance of "try"
- casting issues
- how to read the system memory occupied by the C++ application ?
- Converting LPCSTR to LPVOID
- word 6.0 files to text
- for(;0;) printf("hello");
- read_data code
- diff between .in & .com
- trouble with installed Turbo C
- disturbed between two versions
- overloading subscript
- Hiding template in non-template class
- Using VB ActiveX DLL in Visual C++ API
- Java JNI callout to anti-spam third-party library
- c++ data pipe
- Constructors (C++)
- Why the results of debug and release version is different.
- Help with std::string to char[128]
- accessing parameters of a post request
- unexpected array modification
- Help with template specialisation syntax
- hi plz help me
- time accuracy
- Which compiler or IDE?
- Urgent...256 colours with mouse in Turbo C++
- C++ Compiler That Doesn't Need To Install
- practical application of inheitance
- circumstances to overload new and delete why?
- Please help me with these problems.... [homework]
- How to read data without the user pressing the enter key?
- how to disable "closing the MFC windows when the Esc is pressed"
- Regular expression to match a nested quoted string
- Storing variables in DLLs
- how to release memory occupied by vectors in c++?
- Segmentation fault with strcmp
- nested loop
- Help with Overloaded stream insertion operator function
- Help regarding Loops?
- unresolved external symbol
- I can't figure out the error
- Character array Initialization
- same overhead in calling virtual and non virtual member function...?
- inherit template class
- pointer definitions
- convert tabs to spaces
- C GUI programming
- Trapping Bad Entries in a C++ Mortgage calculator program
- friend und non-member function
- strange seg fault on stack
- multiple return values (new syntax proposal)
- C++ matrix question
- Issue with Code
- seeking advice
- size_t
- global variables and class statics in a static library
- How do I check if a file is in use?
- Transalate from asm to C/C++
- new to c #define
- pointer problem
- examples?
- Template Class Specialization
- Sorting words by ending
- Memory-reversal Game
- histogram
- Pointers pointers.
- C++ Compilers
- Fail to Compile vc6
- How to write this recursive definition?
- Storing many strings, print alphabetical, print # of duplicates.
- conversion between pointer_to_const int and pointer_to_int
- How to clear stdin?
- Explicitly calling destructor
- Change dynamically its IP address
- Nubee
- allocate - deallocate memory
- AMPC: C to Java Class Files compiler
- Execute sql scripts from C++ Program
- AMPC: C to Java Class Files compiler
- How to write a time delay function?
- Class with no default constructor as a member in another class?
- What will happen to "1 << (-1)" in G++?
- How to read a flat file line by line
- scanf problem
- Creating a log on daily basis
- Does it need a ";" at the very after of "if" and "for"
- Method access question
- Convert wstring to UTF-8
- Please answer this
- Problem With Pointer
- Class declarations
- How can I get started with C++
- Hooking Parallel Port IRQ
- Question on array declaration in C
- a doubt in programming in operator overloading
- template 'typename' usage ..
- transmitting XML files vs. binary data
- linked list in c+
- Rational approximations
- Shared objects and virtual functions
- companies' tests for c++ developers
- Socket class
- please..help me to solve it..
- Ksiazka c++ OO.
- Controlling Messages
- Segmentation fault calling insert on vector
- Structure Initializers: Are Undefined Members Zero'd?
- reinterpret_cast<> and UB
- X programming Through GCC
- Mechanism for distributed programming?
- Avoiding float
- Strings, containers, isstream
- logic ops,
- exit from command line argument
- SSL connection example
- help me
- Alternative to use array of objects
- Create filke with a specified dimension
- illegal call to non-static member function
- wrong output
- Conversion
- while with double
- can i initialize a char array variable like this
- Passing a semicolon or comma as a Macro argument
- Lock pointer implementation
- Difference between Inline function and Ordinary function
- Please help
- Please help
- help
- accessing a local variable
- low-level, ugly pointer arithmetics
- Is there any loop that can expressed in while that cannot be expressed in for..?
- How can i open a directory
- How can I store derived classes in a map
- graphics in console application
- Please any one answer thease questions
- big array in VC
- some C++-specific interview questions
- how does this work?
- how to convert narrow string to wide string and vice versa?
- symbol collision between 3rd party shared libraries
- operating system project
- Casting an array of unsigned char to wchar_t pointer
- reporting error from function
- write a date program
- rounding to an input value
- C++ Library
- 係香港一間IT公司,叫Advanced Telesoft, 有個ap叫Dan,
- Im a noob!!
- Container ?
- what's Visual C++'s equivalent of inet_aton?
- memcpy integers onto floats
- Understanding boost::shared_ptr method
- multidimensional vector declaration
- Screen Dump automation in Borland C++ Builder 5
- printing a block of text
- Solution: linking classes using their derived pointer types (type-safe!)
- Any reason for local var to be "static const"?
- Linking two C++ Programs ???
- Callback high-res timer C++ class
- Matlab plots from VC++
- switch { } - case for range
- plz help...(printing text in reverse order)- c program
- SleepEx problem
- implementation of stacks
- TMP and unit testing
- Similarity of strings
- Confusing function declaration
- Smart Pointer release() const : it can set the pointer to null with the keyword "const"?
- please help me
- A question about private virtual function
- How to Implement Aggregation concept in C++
- Clearing the console screen in gcc
- Recursivity
- Smart Pointer release() const : it can set the pointer to null with the keyword "const"?
- Periodic interrupt using interrupt
- reading character
- FAQ 2.5 quibble
- Rouge Wave Library Port
- Can someone please help to fix this problem?
- Does the gcc compiler have a VC 6.0 C++ compilation mode (interfacing with classes over dll boundary)?
- 2D array with different column types / Dumbass can figure out segfault
- Classes in C++
- conditional expression
- conditional expression
- Does "#if 1 func1 #else func2 #endif execute func1 during executation?
- how getch()?
- Query
- File convertor
- ELF to COFF Converter
- a calculation giving the wrong result
- L2 and L3 (switching and routing) opening with our Leading and Reputed client in Bangalore, India.
- L2 and L3 (switching and routing) opening with our Leading and Reputed client in Bangalore.
- L2 and L3 (switching and routing) opening with our Leading and Reputed client in Bangalore, India.
- Dynamic allocation in C++
- Virtual Funciton from compilers point of view
- I need Hashing program!!!!
- about preprocessor in c
- About Variable declaration in C
- NFA to DFA conversion through C
- how to link classes using pointers of their derived classes
- C++ XML Parsing
- Efficient XML parsing
- multidimension array questions
- PLEASE PLEASE HELP .......[ Specially to BANFA ]
- concept of function pointers in C/C++.
- Nested Loop
- .wav file reading
- Segmentation fault
- Fatal Error 1083
- Redirect output of execvp to a buffer
- interchange two number
- Comapring structs
- Clearest Exposition of A very Important technical subject of interest to us
- struct problem
- Array problem
- Comparing 2 structs
- Namespaces when used with ostream_iterators?
- Test for inclusion
- const exceptions
- Null Pointers
- Signal handler declaration confusion - help!
- using fscanf to read data for a class member ...
- a^=(b^=a); ?
- STL without memcpy
- std::map and multithreaded access
- try this experiment
- accepting cStringIO in an extension
- Code optimization of inner loop
- Pointers to classes and handles && Null pointer
- position in a vector
- Starting
- How to allocate memory which is 2^k aligned
- reseting timers
- Reading in and out of a character buffer
- a question on reference
- Problem in accessing elements of nested structuers
- vlsi & c++
- Full code here,experts pls, how to tokenize so strcmp is possible???
- regarding file handling in c
- Default precision of cout
- pointer to constant
- forward_iterator_tag
- c++ software development
- Generating a map from two vectors
- string manipulation-II:code problem
- mbstowcs and wcsstr problems
- MFC Book -------------- HELP PLEASE
- size of a struct
- bit operations and sequence points
- kindly help me to write program in c
- factorial of very big number like 4096
- pls guide me to write a program in c sort a linked list using selection sort
- How to store range iterator?
- Guide me to code a program in c with Socket which can capture the SMTP mail Packets
- How to fetch the newest state of C++?
- code for NFA to DFA in c
- getting last pushed element pointer of vector.
- how to generate a state transition diagram in c
- c question
- help in VC ++ dll linked to VB
- Clean up "unused parameter" compiler warnings?
- Visual studio
- Timed Function In C++
- faq how to code an expression of fraction in if-clause?
- Best way to allocate memory for simple types and objects
- how to make Y((i,j),k) from X(i,j,k) ???
- how to go from X(i,j,k) to Y((i,j),k) ?
- reading delimited text files?
- Can't find output Dev C++
- Global variables in Shared Libraries in Linux
- testing
- Global variables in Shared Libraries in Linux
- sequence points and evaluation order
- Insertion algorithm
- How much memory can I allocate in Borland C for Windows?
- rounding to an input value
- One type traits class (or something like that) to get the return type of a pointer to function
- storin a istream in a char*
- nested class in a template
- extern and namespaces
- Order of creation of objects in arrays
- using ADOQuery
- In touble, sincerely ask for kind advice.
- saving arrays of floats to a file
- Finding Max and Min using cin
- to allocate memory dynamically to a class
- classes
- skipping line while reading data file
- C++ program
- Does "float" always occupy 32 bits
- How to get individual informations from a file?
- strstr for Unicode characters
- script for running assembley code
- Copy on write problem
- Access violation in C++ Borland Builder
- Freestore allocation etc
- problemrelated to storing reference
- Read a number of 128 bits
- "overloaded cast operator" and "operator const"
- random
- text file naming as login name
- efficiency match.
- std::map in VC 6.0
- I find a BIG bug of VS 2005 about string class!
- syntax question
- virtual inheritance question
- why foo and bar
- Deciding execution path based on template parameters?
- struct question: NULL terminated char* array
- a for loop that quits prematurely
- about fopen and freopen....
- Someone help : air collision detection system (programming)
- Problems.
- LNK2001 error
- create a dos file??
- How can you open a file, and view it, pop it up, using C?
- Logic question...
- System calls in Unix
- how to write C program that copy's it's self onto the hard drive, while its running?
- Query on new operator for object construction
- Is there a logic shift operator in C++?
- Query on new operator
- programming contest
- Why GCC does warn me when I using gets() function for accessing file
- Generate SIGIO
- realloc()
- serialize a struct
- numbers in templates
- Screen control functions
- simple question!!!
- Write to dynamic two dimension array outside the range without Segmentation fault
- problems with threads and gdb
- TCP-IP in 8051
- Not able to link against boost library
- c++
- Keyboard-Error in Application after installing SP2 for Windows XP
- SPI device Driver
- abt inbuilt union regs in c
- Some quick c++ memory-model concerns...
- det_Z(A).r instead of z.r
- Alternative was to implement a Singleton Design Pattern
- i need help in finding out determinant of matrix
- questions on basic endianism program
- generating a random string
- Deniele Russinovic help me please
- new c programmer question
- to read a .wav file using c program
- Read-only variables in C?
- unable to open cos.obj
- c++
- Dynamic Memory Allocation
- Dynamic allocation for Objects
- Weird pointer to function
- Implementing OO in C
- reinterpret_cast or static_cast ?
- Very Important !! Sharing data between a dll and an application
- basic winsock client example?
- Send an email
- digital image processing functions in C
- why dynamic_cast failed?
- convert from unix to windows
- Any undefined behavior???
- int = 10
- implementing password in C++
- pointers anbd references as parameters
- unrecognized option `-remap'
- A question on designing using ADT
- passing
- reading strings into more than 1 array with if
- I Need Programs For Insertion And Deletion In Linked List And In Array
- possible combination of numbers
- bool variable.(a non-standard question)
- Java & C Interview Questions With Answers
- cascading increment operator in c++
- memory allocation for arrays in c++
- What is the hash function that is used in hash_map / hash_set
- test
- program in c to generate a magic square of size n*n, where n is odd
- I want to clear a portion of screen - How??
- time complexity
- Aliases in C
- Dynamically Allocated Multi-Dimensional Arrays
- Unable to correctly concatenate a string variable
- std::cin
- ostream,stringstream and char*
- c program
- static function calling nonstatic method ? (or something like that)
- Can sombody tell diffrence between 'The C Programming Language' 1978 ed and 1988 ed?
- Beginner Help, Win 32
- Please help me to design.
- Multi-Thread public variables...
- Database Handling
- Can someone help me with skeleton C to handle SIGTERM
- Maps, filters and accumulators
- Reqd a prog in C++ for conversions
- How to avoid repeating code?
- length of 2D Array >> char **myString= (char **) malloc (sizeof (char *));
- length of 2D Array >> char **myString= (char **) malloc (sizeof (char *));
- Linking files
- HELP: C/C++ equivalent of dos,crt Pascal units
- HELP: C/C++ equivalent of dos,crt Pascal units
- how Conversion is done char to a bytes
- No another Text File =]
- creating an object of a #defined class
- What WCHAR * to wstring does internally?
- Floating points
- Typedef and Structs
- threading in c++
- how to do it!!
- Changes needed in the resource file to support Hindi language using vc
- Abnormal program termination
- why the size of emty struct is 1 byte in C/C++ ?
- cin.getline() problem
- A function for parsing complex declaration's
- Suggestions for declarations.
- segmentation fault in following code
- Trying to figure out what I am doing wrong.
- can functions return a struct?
- sizeof and dynamically allocated arrays
- Is this the correct way to assign array value?
- Global change of naming convention
- Visual C++ 6.0 and Visual C++ 2003 compatibility
- how to detect CPU architecture..
- how to detect CPU architecture..
- Beginner question
- which one is better
- ARRAY SIZE TOO LARGE
- Segmentation Fault at sqlcxt.
- Operation recomputation
- serialize a struct
- Proper Use of Volatile?
- Reading a text file and storing the content in arrays in C++
- Zthread devpak
- Diffrence between 'The C Programming Language' 1978 edition and 1988 edition.
- array
- Serial Port Access in XP
- list::iterator behavior (after insert/delete) specification
- about panda PDF generator
- Determine where my C program core dump on solaris
- Making a Script
- CERT C Programming Language Secure Coding Standard
- Convert 00010000 to 11110000......how?
- Array help
- overloading ()
- 0.43 convert to 43/100??
- oracle and c++
- mp3 player
- memory take by void return type
- how could I write this cpp macro
- Initializing constants
- image processing program in C or C++
- Ending a Thead and retrieve the result in MFC
- Dinamically allocate array of array of structures
- strange problem with map iterator
- Want To Measure CPU Load On a Linux system
- TreeView Design
- Writing own WinExec
- Info
- General advice on type casting
- Constructor