by vulee
multiple definition of `__start__Z
|
|
[2 replies] Last: Buffer.h already has "prama once", but still having the same error (by vulee)
|
by Nirf
Problems with member function reference
|
|
[5 replies] Last: For callback functions, I find the boost::function and boost::bind lib... (by jsmith)
|
How can i make sure something is constantly updating? |
|
[2 replies] Last: Just FYI, the Observer pattern is one approach to coordinating changes... (by moorecm)
|
by Aurelio
use of "delete"
|
|
[4 replies] Last: The program will never work as mentioned. Since s1 object is in stack ... (by athachil)
|
Excel and C++ |
|
[1 reply] : Hi, Using MFC you can read from excel using CDataBase class. Using ... (by athachil)
|
by Jaymie
2 Simple DLL Questions...
|
|
[2 replies] Last: 1. Windows looks for DLLs and programs in each directory listed in the... (by helios)
|
by mousenz
Writing to a text file without deleting what is already there
|
|
[6 replies] Last: Hi all To solve this problem I created a new delimiter of a '?' bet... (by mousenz)
|
by AGlass0fMilk
Access Violation Error
|
|
[8 replies] Last: #include<iostream> #include<map> #include<string> using namespac... (by vivmen)
|
Ignored const qualifier |
|
[16 replies] Last: You got it exactly backwards. const char *c11= new char ; char * ... (by helios)
|
by W Neto
"Hello World" PS1... in C++...
|
|
[2 replies] Last: thanks man! (by W Neto)
|
by aymank1985
Convert class type int to double
|
|
[11 replies] Last: I'm saying that unless you are using a compiler that supports C++0x's ... (by jsmith)
|
by rhtbapat
Performing an action after regular time intervals.
|
|
[2 replies] Last: you can use a timer http://opengroup.org/onlinepubs/007908799/xsh/t... (by bigearsbilly)
|
by karthick88
Basic char allocation
|
|
[7 replies] Last: works for me. on gcc. remember some compilers aren't fully compliant... (by bigearsbilly)
|
by tutiplain
Compiling SQLite with Dev-C++
|
|
[7 replies] Last: SQLite Amalgamation and g++ "This is not a link issue, but a compil... (by Taffy)
|
by Jaymie
HUGE NUMBERS!
|
|
[2 replies] Last: I would strongly advise using a 3rd party bignum library -- their algo... (by jsmith)
|
by benhe
How to play this game
|
|
[1 reply] : It looks like the code has a bug in it. It is not well-written or docu... (by Duthomhas)
|
by ayush20m
Parsing pcap files
|
|
[no replies]
|
by Incubbus
calling a member function pointer with an structure´s assistance
|
|
[1 reply] : //The windows version #include "stdafx.h" //I'm using visual stud... (by guestgulkan)
|
by mugga
Reading a particular line from an output file (1,2)
|
|
[26 replies] Last: First of all I have spotted another problem. Your if() at lines 7 & 8 ... (by Galik)
|
by grantheman
how to incorporate voice commands (1,2)
|
|
[26 replies] Last: I just read over the SAPI´s Overview and found out, that it is not im... (by Incubbus)
|