Re: [gtkmm] Announce: the compose library, v. 1.0
- From: Paul Davis <paul linuxaudiosystems com>
- To: Ole Laursen <olau hardworking dk>
- Cc: gtkmm-list gnome org
- Subject: Re: [gtkmm] Announce: the compose library, v. 1.0
- Date: Sat, 09 Nov 2002 15:24:17 -0500
>I think I've forgotten to announce the release of my string
>composition library. Basically, it supports syntax like this:
>
> Glib::ustring s;
>
> s = ucompose("Account no. %1 has a total of %2.", account_no, total);
any chance of changing it to:
std::string s;
s = ....
? i really would like to use this in many C++ programs, but making it
link against glibmm isn't my idea of a good time.
--p
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]