User profile: pogrady

User info
User name:pogrady
Name:Patrick O'Grady
Location:Long Beach
Website:http://programmerart.weebly.com/
Statistical data
Birthdate:Jul 16, 1975
Gender:Male
Occupation:Other
Skills:C
C++
Visual Basic
History
Joined:
Number of posts:666
Latest posts:

Asteroids problem?
It means you accessed a null or non existent pointer if you had the application running and it lost...

Class in Class
Because a class is a collection objects, and not a sequential program. When the program access the...

Function returns values in continue
Then you want to use the lambda expression to update the value of the progress bar, or pass a functi...

Function returns values in continue
[code] int* foo(int Size) { int* Summations = new int[Size]; for(unsigned int x = 0; x < Siz...

Function returns values in continue
instead of having the loop occur in the function, the loop needs to be outside of the function, so t...