User profile: mspy2plus

User info
User name:mspy2plus
Name:Gregory D******
Location:MA, 017**
Website:http://none
Statistical data
Birthdate:Apr 30, 1997
Gender:Male
Occupation:Student
Skills:C
BASIC
C++
Assembly
Java
History
Joined:
Number of posts:28
Latest posts:

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 values
use srand() to seed your random. also, use code brackets so that int main() becomes [code] ...