We know that C language is a highly efficient language. The main reason for this is that C language uses pointers to directly manipulate memory in most cases. I'd like to know whether VB can completely (100%) simulate all pointer operations in C language, so as to provide apps that are as efficient and compact as C language. Thanks.
↧