by hottosho25
thread wrapper class
|
|
[3 replies] Last: I'm writing a wrapper thread class. Yay! Because Posix "pthread_cre... (by kbw)
|
by G3PO
Calculating Area Under Curve (1,2)
|
|
[25 replies] Last: I don't know how important it is to perform this efficiently (probabl... (by kbw)
|
by RoMo
functions with password creating code
|
|
[2 replies] Last: Thank you very very much (by RoMo)
|
Error in code--need help fixing |
|
[4 replies] Last: What error do you get? When you post code it's better if you don't i... (by Peter87)
|
by Sena2012
Square Display
|
|
[4 replies] Last: @abeginner23235616 Close, but not exactly right. (a) if the user inpu... (by Chervil)
|
by munjo5746
Qustion about set function!!
|
|
[2 replies] Last: Thank you very much!! (by munjo5746)
|
by Joseph544310
help me solve it
|
|
[4 replies] Last: On line 7: sizeof (z) is the size of the pointer to that array, it d... (by coder777)
|
by chazztastic
calculater for a grade
|
|
[3 replies] Last: First, you need to edit your post so it uses code tags - the <> butt... (by TheIdeasMan)
|
by scu1casper
Double Linked Lists
|
|
[9 replies] Last: Define "LinkedListNode" once, and then declare two objects: struct L... (by BlackSheep)
|
by boqian2000
C++ Video: Understanding rvalue and lvalue
|
|
[no replies]
|
by Dan Halen
want to find pi... almost there
|
|
[5 replies] Last: Leibniz's formula converges slowly. Calculating π to 10 correct deci... (by tntxtnt)
|
by hjone
How to keep Guesser object in scope
|
|
[5 replies] Last: Checked your code. There seems to be a few output errors. I've tried f... (by spixz)
|
by vichu8888
Debug Assertion Failed … _BLOCK_TYPE_IS_VALID(pHead->nBlockUse)
|
|
[5 replies] Last: Got it! In my function declaration, void specific_month(const int le... (by vichu8888)
|
by birdwalkr
Don't understand the assignment.. can somebody clarify?
|
|
[4 replies] Last: also, realize there are four arguments in your function. you need to m... (by Aerion4)
|
by jclase1
problem returning arrays from function to send to a function
|
|
[1 reply] : you've got a lot going on here. For starters, look at the list of poin... (by Aerion4)
|
by johndolkl
std::set - How do i alter element in list?
|
|
[2 replies] Last: A set element once inserted cannot be changed. You can erase it and in... (by tntxtnt)
|
by hjone
error:no matching call to function Guesser::Guesser()
|
|
[5 replies] Last: Why would guesser and provider be pointers in the game.h file? (by spixz)
|
logging statements |
|
[3 replies] Last: There's also clog. (by Gulshan Singh)
|
by khal
Grouping Words
|
|
[2 replies] Last: Look at Levenshtein distance (also known as edit distance) and suffix ... (by Gulshan Singh)
|
by fstigre
Printing a char array
|
|
[5 replies] Last: Thank you all very much for the good advice, it now makes more sense. (by fstigre)
|