by Blank
magic program
|
|
[2 replies] Last: Do this: cin >> month >> day >> year; But not this: cin >> month,d... (by Nikko YL)
|
by ADTR2012
Help with Binary Tree
|
|
[1 reply] : I have the other files if more code is needed. I just need help gettin... (by ADTR2012)
|
by ericblites
Sum/Average Volume Program
|
|
[1 reply] : #include <iostream> using namespace std; int main() { double arr ... (by q1670741824)
|
by orangebanana
unresolved external 'WinMain'
|
|
[3 replies] Last: what ide are you using ? take a look at this similar thread : http://... (by nvrmnd)
|
by Hunkofsteel
Problem with class arrays.
|
|
[no replies]
|
by zychin
Simple Calculator with switch function not working
|
|
[2 replies] Last: Thanks, didn't see that. (by zychin)
|
by Nikko YL
Why can I change a const's value
|
|
[6 replies] Last: &y is defined as a constant alias for x. 0x22ff48 is just a physical a... (by hooshdar3)
|
Modulus |
|
[2 replies] Last: That was the error in my code then, thanks condor. (by heyyouyesyouiloveyou)
|
by Excuseyou
Removing an Array Element
|
|
[3 replies] Last: while (name == list .name) { for (int i = 0; i < size; i++) ... (by Excuseyou)
|
by mckf68
Solve use of dictionary for hangman
|
|
[2 replies] Last: Thank you so much, was not aware of the clear() function and eof bit s... (by mckf68)
|
by ombl4
Array doesn't perform calculations - need advice
|
|
[no replies]
|
Segmentation Fault: 11 |
|
[2 replies] Last: Yes I am able to display all of the random integers. I don't think tha... (by aviatorblue62)
|
by Walters28
Blackjack help
|
|
[no replies]
|
by bwilfong3
Assign element of array into string
|
|
[no replies]
|
by alogedro
lvalue required as left operand of assignment?
|
|
[1 reply] : The problem is indeed on line 28: if (counter%4=0) Should be if (c... (by long double main)
|
by newlearn33
Rounding question
|
|
[5 replies] Last: Thanks! That link is useful!! (by newlearn33)
|
by arsonholiday
program compiled. will not execute.
|
|
[6 replies] Last: In main, first initialize count to 0 if you haven't done so already. T... (by heebleworp)
|
by anhkha1205
Use array? Need help with extending program
|
|
[8 replies] Last: #include <iostream> #include <list> #include <limits> using namespace... (by ShodanHo)
|
by heebleworp
Is this possible (= operator overloading question)
|
|
[2 replies] Last: In the end, are you sure this is what causes your problem? Nope, be... (by heebleworp)
|
by natekelsey
Dijkstra's Shortest-Distance Algorithm Help
|
|
[1 reply] : You are missing something important in your implementation. Where do y... (by Smac89)
|