A small array is too big??All of the array things, a million doubles, are on the stack. The reason Matlab handles them is beca...
Big O & time complexity ????????????Think about it first. show us your ideas
dose c plus cost alot and is it easy to work with?C++ does not cost anything to use. It is a language. Some compilers may cost money, but the langu...
why use #define?Sometimes #define is a macro, so instead of having to type in a routine, you can just #define it. th...
generating random valuesuse srand() to seed your random. also, use code brackets so that int main() becomes [code] ...