All possible 3 numbers which when squared and summed are equal to your chosen number. |
|
[11 replies] Last: You can edit the posts to alert to updated code (though I dont see it ... (by naraku9333)
|
by Hotice
A function like this one won't return two values, right?
|
|
[3 replies] Last: Holy crap, I overcomplicated this! Thanks, guys!! (by Hotice)
|
by G3PO
Factorials: Iterative vs. Recursive. (1,2)
|
|
[21 replies] Last: Woo! I got it! And with three minutes to spare! Here what I ended with... (by G3PO)
|
by scu1casper
Anyone any good at explaining linear probing?
|
|
[no replies]
|
by sdsu619
reverse strings in an array
|
|
[4 replies] Last: Your code is invalid. Consider n equal to 3.:) I am sorry. It seems I... (by vlad from moscow)
|
by musicgp
Problems with classes
|
|
[3 replies] Last: Thanks for the help guys! (by musicgp)
|
by Hotice
Different instances of the same class
|
|
[8 replies] Last: I answered my question by trying it myself. I decided not to delete th... (by Hotice)
|
by Amnesiac
Linking/compiling a header file
|
|
[1 reply] : Normally, you just need to add both solutions to the source file witho... (by Stewbond)
|
by ygh929
Program received signal: “SIGABRT”.
|
|
[3 replies] Last: When is a proper time to call that? As a very very good rule of thu... (by Moschops)
|
by zakkor
Prime numbers problem
|
|
[6 replies] Last: For a number to be prime, it can't be divisible by any number less tha... (by ResidentBiscuit)
|
by matt5454
C++ help with an assignment
|
|
[9 replies] Last: If you take notice of what I said in bold earlier, then I might be pre... (by TheIdeasMan)
|
by tmort92
Creating a Test Input File
|
|
[4 replies] Last: tmort92, here is my take on your assignment. I've appended some more ... (by LGonzales)
|
by whitedragon
Sorting coordinates
|
|
[1 reply] : Just add an operator< function to your point structure and compare t... (by Stewbond)
|
by assasinzex
expected `(' before '{' token
|
|
[3 replies] Last: else if is missing a condition. you forgot tax == 'n' (by Darkmaster)
|
by qkman1224
C語言新手
|
|
[6 replies] Last: ¿Shouldn't you blame your browser? +1 @ This. (by Disch)
|
by sanoj00
Java-like functions?
|
|
[4 replies] Last: Excactly. Thanks for the help! (by sanoj00)
|
by GFreeman
Visual C++ 2010 IDE, a few questions
|
|
[1 reply] : I don't know much aboutthe mfc, bu I know that Microsoft has a site de... (by pogrady)
|
by rkstengel
cin.ignore(numeric_limits<streamsize>::max(), '\n');
|
|
[2 replies] Last: Forgot to reply. Thank you! (by rkstengel)
|
by robotnikt
Transcendental Function Implementation (need help with output file now)
|
|
[11 replies] Last: Also, you should not use double variables in a for loop like this: f... (by TheIdeasMan)
|
by Dwibble
Operator Overloading [] & =
|
|
[9 replies] Last: You would only need to do that if the implicitly defined operator= isn... (by Peter87)
|