Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
FAQ pointer q
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Shane, post: 2498000"] Ive had a look at the FAQ for comp.lang.c, and I would have thought this was a recurring question, but I didnt see it, so I'll ask :-) I am trying to transfer the contents of a gtk entry box into a multi-dimensional array But I keep getting the following warning callbacks.c:212: warning: passing argument 1 of ‘gtk_entry_get_text’ from incompatible pointer type callbacks.c:212: warning: assignment makes integer from pointer without a cast The relevant code is GtkWidget * A3 = lookup_widget(GTK_WIDGET(button), "A3"); saver[0][2] = gtk_entry_get_text(A3); TIA -- On two occasions I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question " By: "Charles Babbage" blog: [URL]http://shanes.dyndns.org[/URL] [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
FAQ pointer q
Top