• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need help compiling a C program, i can't find the errors..**new Problem**

try commenting out your while loops. I'm not that familiar with vanilla c,, but it almost seems as though it's treating all of your while loops as do-whiles, minus the printing out. If you comment out those loops, and it works right, try putting in error print messages in your while loops to see if it is triggering them.

Also, do you have all the libraries included that you need? I know several unix compilers if they don;t see the correct library will sometimes sub in "implied" headers, but not the implimentations, and allow them to compile right.... just a thought.
 
ok i got all the problems solved, just one more thing, how do i get the program to display the comments at the beginning of the code?
 
Back
Top