I have two list boxes in one page. One of the list box is dynamic populated after the user make the selection in another list box.
If the browser goes to another page and the back button is pressed, the dynamic populated list box loses all its contents. Is there a way I can keep the dynamic...
I have a binary file which contains a header for the size of the whole file and two structures.
{ header (12 bites), struct1, struct2}
I need to delete the struct1 from the file and shift the content of struct2 forward to where struct1 orginally located. After the removal, the file size should...
I need to parse a SQL command for my project using C.
The whole sql command is inputed as a string and the function should create a token list that contains all the components of the commands.
EX: "create table tab1(name char(10), id int)"
should have the token list as...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.