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
Maha
NA
0
328.5k
Incomplete program
Sep 19 2012 3:28 AM
This incomplete program is given in the following website
http://www.c-sharpcorner.com/UploadFile/rmcochran/csharp_memory01122006130034PM/csharp_memory.aspx.
Whether it is possible to complete the program.
public
class
MyInt
{
public int
MyValue;
and the following method is executing:
public
MyInt
AddFive(int pValue)
{
MyInt
result =
new
MyInt();
result
.MyValue = pValue + 5;
return
result;
}
}
Reply
Answers (
5
)
Need help with C# cannonball program
Dll registration in GAC.