TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
William De Vos
NA
1
0
Type Instances
Jul 30 2007 10:28 PM
I haved moved from VB to C, from C to C++,Now from C++ to C#.
In VB you can make an array of types eg:
type Position
X as Integer
Y as Integer
end type
dim Positions[100] as Position
Positions[1].X = Positions[1].X + 1
How would i go about doing somthing like this in C#.
Reply
Answers (
1
)
checking if file is used by other application
How to solve this PowerShell command error message?