by Emma Naylor
How can I make this program tell me all the pythagorean triples with no repeats?
|
|
[9 replies] Last: I think I got it... I was just overthinking a lot of things but I unde... (by Emma Naylor)
|
by pratto123
"If while" statements problem
|
|
[no replies]
|
by wolfv
Pass data from child to parent?
|
|
[1 reply] : I understand part of what you are doing, and I certainly understand wh... (by Stewbond)
|
by remusac
Understanding Code/Class definition
|
|
[1 reply] : class name1::name2{}, how do I interpret that It is a qualified name ... (by MiiNiPaa)
|
by Yugaeh
Isdigit for checking number/letter
|
|
[1 reply] : Firstly digits are 0-9 ( lines 11-20 ). Secondly isdigit function is u... (by giblit)
|
by ccwtree11
Help with switch and sorting
|
|
[3 replies] Last: @NwN On your last snippet, I would consider replacing int highest=0, ... (by booradley60)
|
by noisycoder
Map nested in a map
|
|
[7 replies] Last: I figured out the problem.. i need to use the iterator of the map_data... (by noisycoder)
|
by nannerandaj
What is wrong with my code
|
|
[no replies]
|
by Cryptik
What is wrong with this? Array issue.
|
|
[6 replies] Last: Wow, I can't believe I didn't notice that. You're a life saver, man. T... (by Cryptik)
|
by Josue Molina
How NOT to Ask Questions (For Dummies)
|
|
[3 replies] Last: Articles: How to use code tags http://www.cplusplus.com/articles/z13... (by Chervil)
|
by deividas717
Why my program read files incorrect
|
|
[2 replies] Last: Ok SamuelAdams, I have uppladed all my program there http://www3.zippy... (by deividas717)
|
Alignment and columns in C++ Problem |
|
[7 replies] Last: He wants it to be aligned to the left. Something like 10 width and val... (by giblit)
|
by elv5022
Help with output file formatting
|
|
[3 replies] Last: You need to read in one word at a time. Then check the size of the st... (by SamuelAdams)
|
by Ruoter
Put condition on int about its range
|
|
[2 replies] Last: oh... that was much simpler than expected. :D thanks (by Ruoter)
|
by Anna22
undefined reference to neededPaint()
|
|
[2 replies] Last: Now I get too many arguments to function "void" with paintNeeded(are... (by Anna22)
|
by jvjvalerio
Cant find the error(s)!!!
|
|
[2 replies] Last: "Write a program in C++ that inputs a value into a variable n and outp... (by jvjvalerio)
|
by ephekt
overloaded bool operator
|
|
[6 replies] Last: awesome thank you that makes it a lot easier to understand. I now see ... (by ephekt)
|
by Codeez
adding to map< string, <vector<string> >
|
|
[2 replies] Last: Thanks. Yup I can use initializer lists, I just assumed they wanted us... (by Codeez)
|
Output Problem |
|
[3 replies] Last: I tried setting the min to the max value and now it works. Thanks for ... (by BrotherFromAnotherMother)
|
by ahmarajeel
string problem
|
|
[no replies]
|