[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] __gc arrays
From: |
Alex Stephens |
Subject: |
[Pnet-developers] __gc arrays |
Date: |
Tue, 20 Apr 2004 17:38:51 +0000 |
Hi,
I'm trying to use cscc to do bounds checking and garbage collection on C
program arrays. In visual c++ .net, this can be done with the __gc keyword e.g:
int array[] = __gc new int[10];
Could someone tell me if cscc supports __gc arrays or is there another way of
using standard C++ subscripting on managed arrays?
Thanks,
Alex Stephens
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pnet-developers] __gc arrays,
Alex Stephens <=