-
Dec 11th, 2007, 10:44 PM
#1
VB and pointers?
I'm curious if VB has any plans on allowing pointers in the code. To my best calculations, I've been able to recode some GDI+ functions using C# and pointers to a higher performance standard than GDI+. Considering I've been a .NET developer for less than a year, I'm not sure what to think of that.
Is there any potential/want/need for VB to support pointers in the future?
-
Dec 11th, 2007, 10:49 PM
#2
Re: VB and pointers?
VB has IntPtr but it doesn't have as many operations as those in C#. If you need to for the moment you have to include a C# project in your solution.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|