Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements

5 Posted Topics

Member Avatar for Nicris

[CODE] boolean isavail=false; new Thread(){ public void run() { . . . isavail=fun(); . . . } }.start(); [/CODE] I need that value assigned in the run() method ..... But eventhough the function returns "true", the value being present in that variable after the thread is "false" only...... How to …

Member Avatar for Nicris
0
107
Member Avatar for yasaswyg

Ur Util class is in package "Lab6" .... but Student and ReadSource are not in that same package........... May be that could be the problem .......

Member Avatar for yasaswyg
0
1K
Member Avatar for n.aggel

For compiler design : [URL="http://www.amazon.com/Compilers-Principles-Techniques-Tools-2nd/dp/0321486811"]Compilers-Principles-Techniques-Tools-2nd[/URL] This is a very nice book.. it is available as an ebook for free too..... For datastructures : Datastructures and program design by robert kruse would be nice for beginners.... To go stil deeper into algorithms and all, Introdution to algorithms by cormen would be …

Member Avatar for s_sridhar
0
172
Member Avatar for Nicris

say int a[]; int &p=a; int *q=a; what is the difference b/w p and q ?? Is it like q can retrieve the value of the address which it is pointing to where p cant do that ... or is there something else also.....

Member Avatar for NathanOliver
0
153
Member Avatar for Nicris

Hi every1 ........ i am new to socket programming and TCP/IP V have to do a package in it........ Suggest me some topics and some reference books which would b helpfull for socket programming............ :-/ some1 plz help

Member Avatar for mcldev
0
134

The End.