Can anyone suggest a way of accomplishing this?What if I wanted to use recursion for a program like this? How would I accomplish it?
Can anyone suggest a way of accomplishing this?The general formula was pretty much what I was looking for, thanks! But would a more efficient way o...
Can anyone suggest a way of accomplishing this?I have a program that tells me different ways that a number can be added up like so: [code]Given ...
Questions about C++ in generalI'm stumped on these questions that were assigned to me: [b]What is the primary C++ syntactic str...
Need some help with some keywordsWhat does printf do differently than cout? Is printf considered C or C++? How could I use cout inste...