27 reputation
1
bio website
location
age
visits member for 3 months
seen Feb 24 at 1:09
stats profile views 2

Feb
14
answered A formula for point calculation based on value A's proximity to value B
Feb
14
comment Stack Frames and the Heap
@byte56 Okay. I can agree with that. But I was actually looking for a more technical answer. Such as where specifically is each of these objects kept. I am aware that the stack segment is used for a programs stack frame but I am unsure of whether the heap is the data segment or another piece altogether. (This is if we are speaking in terms of assembly language).
Feb
14
comment Stack Frames and the Heap
thank you byte56
Feb
14
comment Stack Frames and the Heap
the only reason why i asked the question is because i am having a very difficult time figuring out exactly how the heap and stack frame are related in memory of if they are not related at all
Feb
14
comment Stack Frames and the Heap
I would argue that it is very relevant to game programming. When writing games the most common problems arise from logic errors and proper management of memory especially on the mobile platform.
Feb
14
asked Stack Frames and the Heap
Feb
14
answered Determining a point that reached another point
Feb
13
awarded  Teacher
Feb
13
answered Oriented Bounding Box - How to?