HOw will i make a 5 X 5 2D array w/ diagonal sum.1) This is the General C++ Forum 2) Why don't you watch your mouth? ~psault
Classes and dynamic memoryYour loops are wrong. tempArray[arraySize] = memberA[arraySize] keeps setting the same index offset...
HOw will i make a 5 X 5 2D array w/ diagonal sum.For your amusement, and mine... [code] #include <iostream> #include <iomanip> const int kDim...
External Applications Running Turbo C + +haha that's awesome! ~psault
STRSTR searchingYou've got some bugs to fix. But first off, what you're passing to strstr is a single char at offse...