The Artima Developer Community
Sponsored Link

Java Answers Forum
ANother try(interesting prob)

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Rohit

Posts: 38
Nickname: rohit
Registered: May, 2002

ANother try(interesting prob) Posted: Dec 12, 2002 2:56 AM
Reply to this message Reply
Advertisement
Guys,
My last two posts on this topic has been messed up with some other posts,I m
trying it again with another subject without any formatting or tag,hope it goes thru,pls let me know the answer of the prob.
If you see "Thanks God its done" msg at the end of post ,means this time post is OK,

So prob is

Seems a little thing , but I have missed this in last 5 yrs,Say I have a class with a public element sat int in it,

public class First{
public int i;
}


and another class which access this public element of first class(say it prints this elemnts value in med unlink() for deleting files.
cout << "argv[" << i << "]: " << argv << endl;
}
[/java]
- There is a standard C library routine called unlink() for deleting files.

Topic: dragging panels Previous Topic   Next Topic Topic: ClassCast Exception

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use