User profile: paulmcco

User info
User name:paulmcco
Name:Avery
Location:Oakland
Statistical data
Gender:Male
Occupation:Student
Skills:C++
Visual Basic
Java
ASP
History
Joined:
Number of posts:86
Latest posts:

Read bytes from data in memory
what if some of the data is of another type..? the data may also contain integers... is there a...

Read bytes from data in memory
I need to copy bytes from data stored in memory. I need to begin copying from a starting point withi...

Finding Overlap in Ranged tuples
I have a pair of tuples (0,10) & (5, 15). I would like to write a function that will detect an overl...

Destructing a Vector Object causes: Free Heap block ### modified at ### after it was freed
I'm trying to destruct a vector object within my program...When the destructor is called (during "pr...

Random Number Generator - rand() & srand()
the problem was that I needed to get a new set of random numbers when "the game is reset" not only w...