by jamesfarrow
class help
|
|
[14 replies] Last: Cheers I've managed to work it out.. The code below does what I want. ... (by jamesfarrow)
|
by lendcs
find the total amount of frabjous numbers (any number containing a "7") within the specified range.
|
|
[3 replies] Last: #include <iostream> #include <sstream> using namespace std; bool isF... (by lastchance)
|
by rolen
help finding a gui lib for cpp [solved!]
|
|
[18 replies] Last: solved ! wxwidgets had to run minimal sample in (my_wx_dir)/sampe... (by rolen)
|
Move a character in arrays |
|
[3 replies] Last: I tried using values this time but still not sure how to properly code... (by clerkolleseum)
|
by CTLZ
Question on Arrays
|
|
[2 replies] Last: I'm not sure I completely understand your question, but it sounds the ... (by Yawzheek)
|
by fivestar
Help with functions
|
|
[3 replies] Last: @fivestar When you forward declare a function your telling the compil... (by boost lexical cast)
|
by AchillesO23
Not sure what the question is asking
|
|
[2 replies] Last: You have additional tests, so there will be more OR (||) conditions. ... (by lastchance)
|
by lWilliamCl
Code will not compile
|
|
[17 replies] Last: No worries. Just make sure you use code tags in the future. Have a gre... (by integralfx)
|
by nbritton
Column bar chart on the console.
|
|
[4 replies] Last: Here is the final version I turned in. // Author: Nikolas Britton;... (by nbritton)
|
by AchillesO23
Need help with my code
|
|
[7 replies] Last: ok thank you (by AchillesO23)
|
by lWilliamCl
compile problem
|
|
[3 replies] Last: May I ask which way? (by lWilliamCl)
|
by kingkush
Vector displaying blanks?
|
|
[2 replies] Last: ahhhh I did not even think of two randomly generated number being the ... (by kingkush)
|
by Benjidude
Compiler error on survey program
|
|
[1 reply] : Try putting one big parenthesis on all the if and else if statements b... (by AchillesO23)
|
by king16
TotalUp Array
|
|
[1 reply] : Please don't double post. http://www.cplusplus.com/forum/general/20005... (by integralfx)
|
Help with reverse file strings |
|
[5 replies] Last: Could you explain what each line or lines are doing? I'm having troubl... (by iseehealthbars)
|
by beverlyras
Parallel Arrays
|
|
[7 replies] Last: Oh, ok. Do I call the function after the array then? Sorry, these ar... (by beverlyras)
|
by Poropin
switch statement problem
|
|
[4 replies] Last: You can always pass by reference to access digit directly: choice... (by boost lexical cast)
|
by Benjidude
Survey program help
|
|
[7 replies] Last: I've done that and it compiles but the program doesnt recognise a tie ... (by Benjidude)
|