User profile: v1ashiva

User info
User name:v1ashiva
History
Joined:
Number of posts:7
Latest posts:

Segmentation fault message in dev C++
I got the VS IDE working , thanx a lot for ur advise cire.

Segmentation fault message in dev C++
great thanx!! i dont like dev c++ anyways. i tried running turbo c++ 3.0, since i have windows 7 64 ...

Segmentation fault message in dev C++
im in the process of moving from c to c++. so i guess in many places, i have written for c way. for....

Segmentation fault message in dev C++
yeah i think this is where i missed to malloc.. ...... while((len = getline(lines,maxlen)) > 0 ) if(...

Segmentation fault message in dev C++
in the getline function,lines is an array or chars whos length is returned by getline which is calle...