by emp1953
Cannot compile -mthreads
|
|
[2 replies] Last: -DTHREAD_SAFE (by jsmith)
|
by JomarC
Templates
|
|
[8 replies] Last: Um... Why are you passing an object of type T to a method of class T? ... (by helios)
|
by emp1953
text file will not read
|
|
[2 replies] Last: I'd like to see the binary contents of the file, possibly in hex. Als... (by helios)
|
by wishingstar
-
|
|
[4 replies] Last: We can't delete posts...he edited it to have a '-' as the title and bo... (by firedraco)
|
by tukuniata
about enum
|
|
[8 replies] Last: thank you very much i got now i change my bool checkInput to void and ... (by tukuniata)
|
by aamirumar
c++ windows.h header file
|
|
[4 replies] Last: Get yourself a modern compiler. http://www.turboexplorer.com/cpp (It... (by Duthomhas)
|
by PseudoCode
Storing a varaible type
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/templates.html Templates impl... (by Zaita)
|
by WaveK89
Priority queue top and pop
|
|
[2 replies] Last: pop() should remove only the topmost element, regardless if there are ... (by mahlerfive)
|
by felipebil
Sementation fault - memory problem?
|
|
[1 reply] : When you say you tried to use malloc and free, how did you define your... (by mahlerfive)
|
by riya123456
Need Code
|
|
[2 replies] Last: i wonder if that topic/article the most referenced/linked (lol) (by simply thunder)
|
by Corpus
Binary operators as friends - why?
|
|
[14 replies] Last: The project I work on has upwards of 50 developers and 1,000,000+ line... (by jsmith)
|
by vipul mehta
Random numbers
|
|
[3 replies] Last: Boost has a few. http://www.boost.org/doc/libs/1_35_0/libs/random/ind... (by Zaita)
|
by enduser000
Multithreading with the boost C++ libraries
|
|
[8 replies] Last: Lines 31 and 32 of the sample I posted. (by Zaita)
|
by bradbobak
vectors and const_reverse_iterator
|
|
[no replies]
|
by Sophisto
Selecting one of two random numbers.
|
|
[4 replies] Last: Cheers, Baz. I'll give it a shot. (by Sophisto)
|
by mrhanky
UPPER TO LOWERCASE
|
|
[5 replies] Last: I prefer transform(): #include <algorithm> #include <cctype> #in... (by Duthomhas)
|
by joebaber
String Arrays
|
|
[3 replies] Last: You could go through the tutorial on this site, it covers most of the ... (by firedraco)
|
by altrim
simple program problem
|
|
[3 replies] Last: Get the year from the user, then look for books that have the same yea... (by firedraco)
|
by ankitsikka
Whats the problem in my coding
|
|
[3 replies] Last: I think you are working in turbo c++. correct line 10 like this: if(t... (by vipul mehta)
|
by graciano
function returning a string
|
|
[7 replies] Last: string provides operator+ that takes a const char* and returns a strin... (by jsmith)
|