No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
[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 …
Ur Util class is in package "Lab6" .... but Student and ReadSource are not in that same package........... May be that could be the problem .......
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 …
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.....
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
The End.
Nicris