You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to advprg_892
Forwarded from CProgramming.com Email Service:
Debugging is one of the most important skills in programming--probably more important than writing code :) If your code doesn't WORK, it doesn't matter that you wrote it. Here are some articles to help you become a better debugger:
How to Fix Segmentation Faults - Learn to hunt down the dreaded segmentation fault (aka access violation on Windows). You'll find this useful once you've learned about pointers