by DBarzo
Observer pattern doesn't work
|
|
[1 reply] : I changed the IWaveStream class, not deriving anymore from IAudioEvent... (by DBarzo)
|
by david84
Partial "function" specialization and performance
|
|
[4 replies] Last: Thanks to you both for your help. I am not using macros because I w... (by david84)
|
by qwasqwas
Conditional breakpoints in Visual C++ 2005
|
|
[1 reply] : str is an std::string, right? The conditional breakpoint evaluator can... (by helios)
|
by ekacandraw
how to draw a rectangle in visual C++ 6.0
|
|
[no replies]
|
by samguddy
Multithreading with prime numbers
|
|
[4 replies] Last: Ugh. Never mind. I didn't actually read your post, just tried to get t... (by helios)
|
by walker88
Menu bar in VC++
|
|
[1 reply] : Never mind. I figured it out. Thanks. (by walker88)
|
by vnzlngurl11
RPN Calcultor
|
|
[1 reply] : Line 17: You have two members named 'elm': double elm; Element *e... (by helios)
|
by Outerblob
Code Problem
|
|
[4 replies] Last: Whenever a player's health is at 0, it always says player one wins! ... (by Outerblob)
|
by override
c++ and MYSQL
|
|
[1 reply] : "How you insert strings into C++ mysql program" Ok after a lot of t... (by override)
|
by CATCH3624
Subtracting Time Logins
|
|
[1 reply] : Why do you include "time.h" twice? And what about the declaration of t... (by mspy2plus)
|
by avalanche333
Optimizing string conversion and concatenation
|
|
[9 replies] Last: wchar_t buf = {0} assigns zero to buf . You don't need it here.... (by kbw)
|
by Ludwitch
Declaring Array
|
|
[2 replies] Last: There are two errors in these lines: int nr=8; // Current C++ does... (by Bazzy)
|
by DxD
Battleships
|
|
[4 replies] Last: Ok I fixed the bool declaration. I don't think I want it as a class de... (by DxD)
|
by malcolmdko
my code has a problem?
|
|
[3 replies] Last: Why did you double post? (by turbozedd)
|
by fedora bora
C++ project, arrays to objects and functions.
|
|
[1 reply] : http://lmgtfy.com/?q=c%2B%2B+object+array (by turbozedd)
|
by nguyenndk
How can I calculate the inaccurate range when working with floating-point
|
|
[6 replies] Last: You need to use a fixed epsilon. There are already implementations ... (by turbozedd)
|
by firedraco
Design Problem
|
|
[2 replies] Last: I might be a bit off the mark here - but is this the general idea(I k... (by guestgulkan)
|
by julia2009
how to use Class with Other Classes as Member Data (1,2)
|
|
[21 replies] Last: Operator overloading tutorial: http://www.cplusplus.com/doc/tutorial/c... (by Bazzy)
|
by bdevhfd
Indexing Output Correctly
|
|
[2 replies] Last: I ammended that part of the code to look like: //time loop for (in... (by bdevhfd)
|
by Ask2i
Automated naming of dynamic arrays
|
|
[2 replies] Last: Jap. Thanks Bazzy. That'll help. (by Ask2i)
|