by silver chips
Determine if a specific thread is running or not??
|
|
[5 replies] Last: Got the answer I could use GetExitCodeThread thanks for the suggesti... (by silver chips)
|
by LoLFactor
Overloaded operator problem
|
|
[6 replies] Last: Oh, yes, that would do it. operator+ returns an (unnamed) instance ... (by jsmith)
|
by Kimmelivim
Need assistance with a menu program
|
|
[1 reply] : Yes, you have. Why not compile the above program, run it, and see w... (by jsmith)
|
by cardinals03
Parent Process
|
|
[no replies]
|
by olove05
invalid conversion from âint*â to âintâ
|
|
[6 replies] Last: yes, look like I do not saving any number and the destructor do his... (by olove05)
|
by gpht
converting decimal to binary with zero padding
|
|
[3 replies] Last: @helios, can u please explain a little more or give some references... (by gpht)
|
by kakashi316
error with function
|
|
[2 replies] Last: thanks it does. (by kakashi316)
|
by tition
Is this code legal (standard?) c++?
|
|
[5 replies] Last: I said it looked fine, what else do you want? GCC doesn't complain. (by helios)
|
by luq
Making a loginsystem
|
|
[3 replies] Last: Thank you very much, I'll check out some references on .cgi. (by luq)
|
by lampshade
Objects & Operator Overloading
|
|
[2 replies] Last: I solved it except for a IOMANIP part. I reposted..Sorry I know, confu... (by lampshade)
|
by garob
rpn functions
|
|
[2 replies] Last: You could build an abstract syntax tree. Consider this: * A function... (by helios)
|
by npp83
String Evaluation Problem?
|
|
[3 replies] Last: Here is some pseudocode -from line 19 to 35 of your code- while(true... (by Bazzy)
|
by gpht
reading input files.
|
|
[3 replies] Last: Then post your code, we can't help you if we don't see what you do wro... (by R0mai)
|
by olove05
any idea????
|
|
[4 replies] Last: I have done before in the implementation in separate file and work fin... (by olove05)
|
by JCED
Templates and vectors of pairs
|
|
[3 replies] Last: I don't think the errors could be any more explicit. std::vector<std... (by JCED)
|
by Qwerty2
What is a Runtime Library
|
|
[11 replies] Last: thank Grey Wolf , explaining in wiki is use for OS environment (like:... (by thavali)
|
Reverse a char array |
|
[10 replies] Last: Oh, I didn't see the "in-place" part. Yeah, in that case it requires ... (by helios)
|
by patrick19
problem for "for loop"
|
|
[11 replies] Last: got it... i know the answer to my problem fenor.. thank you so much f... (by patrick19)
|
by kakashi316
threading error
|
|
[5 replies] Last: int* pNum = (int*)n; for( int i = 1; i <= *pNum; i++ ) { // ..... (by jsmith)
|
by mar11
structure
|
|
[5 replies] Last: Well, operator==, the equality comparison operator, should not do that... (by jsmith)
|