RSS/Atom feed Twitter
Site is read-only, email is disabled

Using "cout" to write to a file --- help needed urgently

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

Using "cout" to write to a file --- help needed urgently Sugandhi 07 Jun 19:13
  Using "cout" to write to a file --- help needed urgently Nathan Carl Summers 08 Jun 00:16
Sugandhi
2002-06-07 19:13:54 UTC (almost 22 years ago)

Using "cout" to write to a file --- help needed urgently

Hi,

My project is to develop an artificial neural network to classify satellite images. And, this "classifier" is to be a plugin to gimp. But, to "cout" to a file on the disk --- I am not able to do this, unless I run gimp from the console.

Any suggestions are welcome, and are really needed.

Thank you all

__________

Nathan Carl Summers
2002-06-08 00:16:55 UTC (almost 22 years ago)

Using "cout" to write to a file --- help needed urgently

On Fri, 7 Jun 2002, Sugandhi wrote:

Hi,

My project is to develop an artificial neural network to classify satellite images. And, this "classifier" is to be a plugin to gimp. But, to "cout" to a file on the disk --- I am not able to do this, unless I run gimp from the console.

Any suggestions are welcome, and are really needed.

Don't use cout. ;) Use an ofstream or an ANSI C style fopen, fprintf, etc.

Rockwalrus