C++ Question Look at line 9, your function declaration of unmix. You are telling the compiler to pass a [tt]std:...
function not printing result in menu programAnother basic tutorial on function parameters and arguments: https://www.learncpp.com/cpp-tutorial/i...
Array question [quote]I did this and still not working ![/quote]You need to explain in more detail what results you...
Array question You are not zero initializing your [tt]add[/tt] variable at line 7. It can start out with a random ...
moving array valuesOne possibility using C++ standard library algorithms and iterators to sort and merge 2 arrays into ...