by vasiqshair
Can we control the order in which two threads are executed
|
|
[9 replies] Last: Thank you all so much. Your input was very helpful. My program has def... (by vasiqshair)
|
by mof
Using BOOL as threadlock (1,2)
|
|
[20 replies] Last: Well my thread aware filter is working. It involves 3 threads and two ... (by mof)
|
Please explain this small code |
|
[4 replies] Last: As Syuf said, derived classes can use (some of) the methods declared i... (by andywestken)
|
by JeremyMH
Parse Split Delimited str.
|
|
[7 replies] Last: Yeah, kind of. I wanted to be able to repeat the variables as well. I ... (by JeremyMH)
|
by vasiqshair
Using Peterson's solution for mutual exclusion
|
|
[1 reply] : use condition variable together with mutex http://www.cs.loyola.edu/~j... (by agile)
|
by Tanatos
string and sprintf()
|
|
[8 replies] Last: The snprintf () function is C99, and it has some issues. http://linux... (by Duthomhas)
|
by liwei
test
|
|
[1 reply] : What's the question? Also use code tags. See http://www.cplusplus.co... (by webJose)
|
by Helegurbann
File's icon
|
|
[10 replies] Last: You edited winuser.h to add hIconSm to WNDCLASS? You should never c... (by andywestken)
|
DirectX9 Assistance Required |
|
[2 replies] Last: That clears things up :) Thanks, Quirk. Wazzak (by closed account zb0S216C)
|
by ahura24
STL
|
|
[11 replies] Last: oh oh oh very very very bad mistake X_X tnx and tnx all my friend (by ahura24)
|
by JMJAtlanta
const and casting
|
|
[1 reply] : The compiler must have exchanged your references of constant i with it... (by webJose)
|
intellisense not working for some pointers |
|
[7 replies] Last: Thanks a lot for your guide. I didn't know about inline files. Can I a... (by soheilghafurian)
|
code optimization question |
|
[2 replies] Last: oh ok. thank you. Ill just leave it as is then. (by closed account zwA4jE8b)
|
by kkg
Help with library implementation
|
|
[no replies]
|
by Chathu
Arrays of char
|
|
[2 replies] Last: Thanks a Lot For Your Help!!! (by Chathu)
|
by Azagaros
Undefined reference???
|
|
[4 replies] Last: Static class members have to be both declared and defined. The problem... (by helios)
|
by sin0emp
Default value in functions
|
|
[1 reply] : Unfortunately, you can't do this -> F(2, ,3); A simple solution wou... (by m4ster r0shi)
|
by andywestken
const struct member in aggregate definition
|
|
[1 reply] : C++ Standard section 8.5.1 wrote: An aggregate is an array or ... (by hamsterman)
|
by akachan
Division by 100 Precision
|
|
[1 reply] : Floating point math is not exact. (by Zhuge)
|
by Gatleos
Deleting Static Library Asset
|
|
[2 replies] Last: So there's no reason to deallocate it? That makes sense. Thanks! (by Gatleos)
|