![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Managing FileSystems on Solaris | panchpan | SUN Solaris | 15 | 10-17-2007 05:35 AM |
| Managing nodes??? | TRUEST | UNIX for Advanced & Expert Users | 5 | 03-21-2003 05:47 AM |
| best solution for managing many nameservers | Bashar | UNIX for Advanced & Expert Users | 1 | 01-07-2003 03:32 PM |
| C++ Problem, managing >2Gb file | ASOliveira | High Level Programming | 4 | 08-29-2002 03:39 PM |
| managing users | SmartJuniorUnix | UNIX for Dummies Questions & Answers | 4 | 09-20-2000 03:34 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
I have used link list in my program to operate on set of values
the operations that i am doing : add , delete from link list when i am deleting the intermidiate or last value it is not giving any error but when i am deleting the 1 st value then program hangs can anyone suggest me the reason |
|
||||
|
It is very difficult to pinpoint the problem without seeing your code, but I think it's getting stuck in an infinite loop... Anything else and it'd crash, not hang. You may be able to narrow it down by using a debugger with breakpoints, or just inserting print statements at critical places in the code.
|
|
||||
|
code your linked list program module wise
first code for inserting test it ... deliberately test insertion alone and then proceed with next module.. test it this will give you a point to look into the problem and find out easily... |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|