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
wygmail
NA
5
0
Can I refer to a bool or int?
Sep 3 2004 4:51 AM
I'd like to create a reference to value types, such as int or bool. It's something like this: int i =5; int j = ref i; j = 6; // I hope the value of i be 6, instead of 5. How can I do this?
Reply
Answers (
6
)
executing content of *.sql script in C# language
error 1 - Invalid expression term "(CS1525) and error 2 - ; expected(CS1002)