PDA

View Full Version : mySQL----------------------------------------------?


vinu
10-12-2007, 02:47 AM
i made a project using c on linux known as online examination system but it has bugs i need help to remove the following errors:-

1)Function does not call itself,
2)segmentation error,

i have alre3ady used the following header files:-
<conio.h>,<iostream>,<cstdio.h>,<mysql/sql.h>,<stdio.h>

Bruno
10-12-2007, 02:47 AM
khm, we don't read minds - a listing would have been helpfull.

you get a segmentation error when you try to read outside of memory that was allocated to your program - usually you're trying to read from an array outside it's bounds