 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Bura Tino Guest
|
Posted: Sun Sep 28, 2003 6:51 am Post subject: Some java-like utilities? |
|
|
Hi,
Coming back from java to c++. I wondering if there's a standard set of
utilities for c++ like there is for java. In particular, I'm looking for a
way to read from a URL, to send an EMail, and save a PNG or a JPEG.
Many thanks in advance!
Bura
|
|
| Back to top |
|
 |
WW Guest
|
Posted: Sun Sep 28, 2003 9:37 am Post subject: Re: Some java-like utilities? |
|
|
Agent Mulder wrote:
| Quote: | Bura Tino
Coming back from java to c++. I wondering if there's a standard set
of utilities for c++ like there is for java. In particular, I'm
looking for a way to read from a URL, to send an EMail, and save a
PNG or a JPEG.
/
Nope. None of that in C++ unless you write it yourself.
|
Actually you don't usually need to. There is either support from you
operating system or you can download and use libraries. So th e"write it
yourself" part means it is not part of the standardized language.
--
WW aka Attila
|
|
| Back to top |
|
 |
Bura Tino Guest
|
Posted: Sun Sep 28, 2003 9:37 am Post subject: Re: Some java-like utilities? |
|
|
"Agent Mulder" <mbmulder_remove_this_ (AT) home (DOT) nl> wrote
| Quote: | Bura Tino
Coming back from java to c++. I wondering if there's a standard set of
utilities for c++ like there is for java. In particular, I'm looking for
a
way to read from a URL, to send an EMail, and save a PNG or a JPEG.
/
Nope. None of that in C++ unless you write it yourself.
|
OK, if no Sun-like entity wrote it -- someone must have written it! For own
personal use if not for the greater public good!
|
|
| Back to top |
|
 |
Agent Mulder Guest
|
Posted: Sun Sep 28, 2003 9:39 am Post subject: Re: Some java-like utilities? |
|
|
<Bura Tino>
| Quote: | Coming back from java to c++. I wondering if there's a standard set of
utilities for c++ like there is for java. In particular, I'm looking for a
way to read from a URL, to send an EMail, and save a PNG or a JPEG.
/ |
Nope. None of that in C++ unless you write it yourself.
-X
|
|
| Back to top |
|
 |
Peter van Merkerk Guest
|
Posted: Sun Sep 28, 2003 10:11 am Post subject: Re: Some java-like utilities? |
|
|
| Quote: | Coming back from java to c++. I wondering if there's a standard set of
utilities for c++ like there is for java. In particular, I'm looking
for
a
way to read from a URL, to send an EMail, and save a PNG or a JPEG.
/
Nope. None of that in C++ unless you write it yourself.
OK, if no Sun-like entity wrote it -- someone must have written it! For
own
personal use if not for the greater public good!
|
For most common things there C++ libraries available, so usually there is no
need to write one yourself. However many of those libraries are tied to one
particular platform (or only a few platforms) because standard C++ has no
builtin support for platform specific I/O functionality like sockets,
graphics...etc. The best place to ask for the kind of libraries you are
looking for is a newsgroup dedicated to your particular platform, or use
Google to find one.
--
Peter van Merkerk
peter.van.merkerk(at)dse.nl
|
|
| Back to top |
|
 |
Ivan Vecerina Guest
|
|
| Back to top |
|
 |
Agent Mulder Guest
|
Posted: Sun Sep 28, 2003 11:54 am Post subject: Re: Some java-like utilities? |
|
|
<Bura Tino>
| Quote: | Coming back from java to c++. I wondering if there's a standard set of
utilities for c++ like there is for java. In particular, I'm looking for a
way to read from a URL, to send an EMail, and save a PNG or a JPEG.
/ |
Qt from TrollTech has support for PNG and JPEG, if I remember well.
-X
|
|
| Back to top |
|
 |
fuzzylollipop Guest
|
Posted: Tue Dec 14, 2004 11:03 pm Post subject: Re: Some java-like utilities? |
|
|
yep it has been written, it is called Python! :-)
|
|
| Back to top |
|
 |
fuzzylollipop Guest
|
Posted: Tue Dec 14, 2004 11:04 pm Post subject: Re: Some java-like utilities? |
|
|
yep it has been written, it is called Python! :-)
|
|
| Back to top |
|
 |
fuzzylollipop Guest
|
Posted: Tue Dec 14, 2004 11:05 pm Post subject: Re: Some java-like utilities? |
|
|
yep it has been written, it is called Python! :-)
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|