Re: FW: see to this
- From: Tristan Van Berkom <vantr touchtunes com>
- To: vijay koneru <vijaykoneru pyxistechsol com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: FW: see to this
- Date: Tue, 11 Mar 2003 11:28:38 -0500
I need to read a data from a given text file and be able to insert the
same into database......
As i am new to this concept can u spare some time for me and send a
sample coding front end part is ready but awaiting for back end .So
kindly see to this.
reading text files:
man read
man open
man everything in <unistd.h>, <fcntl.h>, <stdlib.h>
parsing:
man strchr
man strstr
man everything found in #include <string.h>
inserting into database:
-first choose your database.
-read documentation on the
database you have chosen.
recomended books:
- K & R's
"the C programming language"
- Richard Steven's
"Advanced programming in the UNIX environment"
vijay koneru wrote:
hai van
I am using version 1.2 in GTK so i am getting some errors.So if possible can u plz send me snippet of
codding regading my concept which i told u earlier.
eagerly waiting for ur reply
vijaykoneru
-----Original Message-----
From: Tristan Van Berkom [mailto:vantr touchtunes com]
Sent: Friday, March 07, 2003 8:50 PM
To: vijay koneru
Cc: gtk-app-devel-list gnome org
Subject: Re: see to this
I can see you're new to gtk+ so I'll
point you to a method of working with the docs.
Object hierarchy:
http://developer.gnome.org/doc/API/2.0/gtk/ch01.html
from this little page; you can find the docs of _all_
`Gtk' objects.
objects that are listed like subobjects
eg:
GtkWidget
GtkContainer
GtkWindow
can be treated like thier parents.
so if you want to know how to put something
in a GtkWindow; you might look at the docs
for GtkContainer (interface != instantiatable)
and find that you can
gtk_container_add(GTK_CONTAINER(window), widget).
So if the GtkCombo implements the container interface
you can use the container interface. but
if you lookup GtkCombo there may be a custom
way of adding elements to it.
HTH,
-Tristan
vijay koneru wrote:
Hello all,
I have a page which has three combo boxes if i select a value from the
top combox then information related to the selected value should be
populated in the other two combo boxes
Text file reading
I need to read a data from a given text file and be able to insert the
same into database......
As i am new to this concept can u spare some time for me and send a
sample coding front end part is ready but awaiting for back end .So
kindly see to this.
Eagerly waiting for ur reply
Regards.
Vijay Koneru,
Pyxis Technology Solutions,
vijaykoneru pyxistechsol com
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]