Forum: C Mar 13th, 2006 |
| Replies: 6 Views: 1,170 hi, i have got the programme working;
thanks |
Forum: C Mar 12th, 2006 |
| Replies: 6 Views: 1,170 hi, i am sorry for being so broad; i am simply debugging and looking for possibilities myself of why i keep getting segmentation fault!
i am new to this forum; thanks for advicing me on the do's... |
Forum: C Mar 12th, 2006 |
| Replies: 6 Views: 1,170 Hi,
Can anyone tell me if i have done these functions correctly; i maybe missing something; maybe thats why im getting segmentation fault!!!
#include "listFuns.h"
#include <stdlib.h> ... |
Forum: C Mar 12th, 2006 |
| Replies: 1 Views: 1,039 Hello,
i am developing a software for wordCount; i have done all the functions neccessary;
I get segmentation fault when i try and run this :
int main()
{
char* str = (char*)malloc(100);... |