Forum: C May 2nd, 2009 |
| Replies: 7 Views: 739 hi guys,ive changed the above coding to make it work with no problem while inserting ,deleting,searching which i said before ,but now im facing one new problem of segmentation fault while opting for... |
Forum: C Apr 21st, 2009 |
| Replies: 7 Views: 739 thanks jephthah for taking your time to read my code . i've enclosed a link to upload a pdf file which explains the concept of patricia trie and i started doing code based on this concept.because of... |
Forum: C Apr 18th, 2009 |
| Replies: 7 Views: 739 im able to compile and run the above program without any warning/error using the same above pat.c file.problem arises when i try to insert/delete i.e sometimes it is not acceptin more than 2/more... |
Forum: C Apr 18th, 2009 |
| Replies: 7 Views: 739 actually i didnt get the warning what you are saying and im actually passing two int * argument(and so im not passing any strings here) in memcmp() function instead of passing void *, which can... |
Forum: C Apr 17th, 2009 |
| Replies: 7 Views: 739 hi again,i've modified the above coding for pat.c and now im not getting any segmentation stack problem,but im stuck with logical error i.e im not able to insert /delete properly .it would be great... |
Forum: C Apr 13th, 2009 |
| Replies: 23 Views: 1,411 if you are programming in linux ,then debug the program using gdb or some other debugger and find out where segementation fault problem is occuring. |
Forum: C Apr 7th, 2009 |
| Replies: 7 Views: 739 hi guys im trying to code patricia trie in c using gcc and when i debuged the program im gettin segmentation stack problem in search function of it.im not sure why it is showing and i've included... |
Forum: C Mar 5th, 2009 |
| Replies: 5 Views: 912 hi ancient dragon ,first of all im really sorry for making a stupid statement that file is in client m/c and i should 've been careful before posting it.here goes the scenario...
i expect the file... |
Forum: C Mar 4th, 2009 |
| Replies: 5 Views: 912 i expect the file to be in client m/c and im sure that i've given the correct path for that file from the server m/c ... |
Forum: C Mar 4th, 2009 |
| Replies: 5 Views: 912 hi guys i've problem in tcp:client/server program when i run it:
this program is to print the contents of a file in other m/c connected to LAN im sure that i've given the correct IPAdress,and also... |