User profile: dingyong198608

User info
User name:dingyong198608
History
Joined:
Number of posts:21
Latest posts:

Simulate Java by C++ with reference
But what if I can free the memory by codes like "delete" in C++ and leave a dangling reference. Can ...

Simulate Java by C++ with reference
But sometime I need process a large image considering the small memory space of stack. So, I think I...

Simulate Java by C++ with reference
Can we just use reference in C++ when I dont need change location of pointer? The purpose is to simu...

memory management
But I have to use matrix because I need use them read from a file and write to a file in a different...

dynamic allocation
(gdb) print &gdatat[154][43] $3 = (int *) 0x100deccac (gdb) print &rdatat[154][555] $4 = (int *) 0x1...

This user does not accept Private Messages