Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Linked list problem
Name: Chad Date: September 17, 2003 at 11:16:00 Pacific OS: Windows XP Pro CPU/Ram: Athlon XP 2200/1.5GB PC27
Comment:
I am running a cgi program written in C on my server. The output i get is not as expected. I have a 2D array of linked lists. Each list is printed to a web page. When printed each list is about 73 items long. This is not correct. Each should be only about 2 items long. I have used VC++ to debug, but everything works fine in debugging mode, but when it is run on the server everything goes nuts!
Summary: Hi, I am having problem running this code of a vry simple linked list in Windows Vista Ultimate(32 bit). -------------------code-------------------------- #include <stdio.h> #include <stdlib.h> ...
Summary: Hello guys ok currently I'm strugling with a program (A simple data base) So I think I need to use linked list In my program to solve the problem ( Suggestion of a freind) So I'm wodering how They can...
Summary: I hesitated to answer this question since C isn't my forte, but as it's been a little while, I'll give it a go. I think you're problem may be that you don't understand what a linked list really is...Y...