by Ascendant78
Confusing output for if/else code
|
|
[4 replies] Last: Yeah, that's right. If you don't want to change the value of n you s... (by Peter87)
|
by teetee
correlation prob
|
|
[1 reply] : #include <iostream> using namespace std; const int SIZE = 10; doub... (by closed account 48T7M4Gy)
|
by alielsaadi
swap_floats function
|
|
[5 replies] Last: You made the changes kemotoe suggested, including the reference parame... (by Zhuge)
|
by aly2cool
Need help printing max value using functions
|
|
[3 replies] Last: Why are you trying to pass the maximum array to the function when you ... (by jlb)
|
by Corey21Woods
How do you do this?
|
|
[3 replies] Last: #include <iostream> #include <limits> using namespace std; int mai... (by Corey21Woods)
|
by Musica
C++ help
|
|
[2 replies] Last: thank you!! it works!! i also change char word ==> string word . (by Musica)
|
by jdwright
Multiplication by parallel arrays
|
|
[3 replies] Last: In your print statement, the condition for the for-loop should be i <... (by Smac89)
|
by Zenith1900
Wrong Division Result
|
|
[2 replies] Last: thanks! (by Zenith1900)
|
by DopeOrder
Can Someone revise my tic-tac-toe program? (long code)
|
|
[1 reply] : What are you looking to improve? (by squished18)
|
by and kand 97
Help with C++ Loop intro assignment
|
|
[1 reply] : When I am unsure how to get a program started, I try to answer the fol... (by squished18)
|
by deathslice
Need help with my C++ menu program
|
|
[1 reply] : Well I was finally able to solve my dilemma(took about 3 hours jeesh).... (by deathslice)
|
by David623
Help...What does this mean?
|
|
[2 replies] Last: Thank you. That is correct. I have forgot about that. (by David623)
|
by jholman93
while loop output
|
|
[1 reply] : I think it's ur incrementing and decrementing. In the while loop, yo... (by crimsonzero2)
|
by MacabreCurve
Analysis Help
|
|
[no replies]
|
by DeathLeap
assert function
|
|
[10 replies] Last: Holy shit, now I realized that all I program is absolute crap xD Than... (by DeathLeap)
|
by DrJones
easy implementation of zig /zag etc.
|
|
[no replies]
|
by Jacobhaha
reading hexadecimal
|
|
[6 replies] Last: I know it now, thanks (by Jacobhaha)
|
by nicobautista
Help please
|
|
[1 reply] : ^ is the bitwise XOR operator in C++. Use the std::pow function if you... (by Peter87)
|
by csharp
Class Assignment help
|
|
[12 replies] Last: I asked and now I know that the colon mean initialization list and *t... (by csharp)
|
by jynx678
Linked List class
|
|
[2 replies] Last: #include "orderedLinkedList.h" #include "linkedList.h" #include <fst... (by jynx678)
|