C
Chris
I have been learning C and want to write a program and need someone to
point me in the write direction.
I want to write a program to store all my webpage bookmarks in
possibly one file. I want it to be a GUI. The webpage addresses will
be viewed in a tree-like structure eg.
Search Engines
- Google
- Yahoo
News
- BBC
- CNN
So it will be a small database of a few fields. I can add and remove
webpage addresses easily and the topics as well eg Search Engines,
News.
Can I have it as one .exe file storing the code and data together?
That way it is very portable.
Should I use linked list indexes? How should I store the data? I know
i can connect it to a backend database but I want to avoid this. And I
want to do it only in C.
I just need to be pointed in the right direction. I have a copy of
Borland C++.
Can anyone give me an idea of how to start this?
Thanks,
Chris
point me in the write direction.
I want to write a program to store all my webpage bookmarks in
possibly one file. I want it to be a GUI. The webpage addresses will
be viewed in a tree-like structure eg.
Search Engines
- Yahoo
News
- BBC
- CNN
So it will be a small database of a few fields. I can add and remove
webpage addresses easily and the topics as well eg Search Engines,
News.
Can I have it as one .exe file storing the code and data together?
That way it is very portable.
Should I use linked list indexes? How should I store the data? I know
i can connect it to a backend database but I want to avoid this. And I
want to do it only in C.
I just need to be pointed in the right direction. I have a copy of
Borland C++.
Can anyone give me an idea of how to start this?
Thanks,
Chris