Re: [boost] Re: Re: Re: undo library

2003-01-25 Thread Ihsan Ali Al Darhi
I am interested in this library for my large scale project that will be the complete project based on Boost. Mohammed ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Re: [boost] Re: Re: undo library

2003-01-23 Thread Ihsan Ali Al Darhi
Can I use this library to implement multiple undo/redo in GUI applications under Windows? For example in a word processor. Mohammed - Original Message - From: "Pavel Vozenilek" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 24, 2003 1:15 AM Subject: [boost] Re: Re: undo

Re: [boost] database library?

2003-01-22 Thread Ihsan Ali Al Darhi
> recommend to use OTL if someone is interested in a C++ database library. > OTL is for Oracle and DB2/CLI but doesn't work with, say MS SQL Server 2002. DTL is promising but needs more work. Mohammed ___ Unsubscribe & other changes: http://lists.boost

[boost] boost-announce mailing list

2003-01-16 Thread Ihsan Ali Al Darhi
Hi... What happened to this mailing list? Did you create a list to announce your new to do ideas? Mohammed ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

[boost] Metaprogramming

2003-01-10 Thread Ihsan Ali Al Darhi
Hi... I have some pdf files on metaprogramming. Some of these pdf files contain problems and how to solve them using metaprogramming techniques. Do you think spending much time reading those files can help me to understand MPL? Mohammed ___ Unsubscribe

[boost] What is DocBook?

2002-12-25 Thread Ihsan Ali Al Darhi
Hi... Today I again read about the use of DocBook for Boost library documentation. To tell you the truth, I didn't understand what this DocBook is. If it is a program, can you tell me where I get a copy for Windows? Mohammed ___ Unsubscribe & other cha

Re: [boost] Re: What should Serialization do?

2002-12-18 Thread Ihsan Ali Al Darhi
that > there is anything wrong with it - I just wonder if you've come > upon some application that hasn't occurred to me. Besides Matthias example, here's another one. Suppose an illigal user tried to log in to your network. Of course his (her) attempt will be saved. You can save this info and kno

Re: [boost] What should Serialization do?

2002-12-17 Thread Ihsan Ali Al Darhi
I have a question for you. Do you think that the serialization library should save exceptions? Mohammed ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Re: [boost] New mailing list: boost-serialize

2002-12-10 Thread Ihsan Ali Al Darhi
Why this new group? Mohammed - Original Message - From: "David Abrahams" <[EMAIL PROTECTED]> To: "Boost mailing list" <[EMAIL PROTECTED]> Sent: Tuesday, December 10, 2002 3:05 AM Subject: [boost] New mailing list: boost-serialize > > Please see > https://lists.sourceforge.net/lists/listi

Re: [boost] bollean states

2002-12-02 Thread Ihsan Ali Al Darhi
I found it. Thanks. But where's the docs? Mohammed - Original Message - From: "Pavol Droba" <[EMAIL PROTECTED]> To: "Boost mailing list" <[EMAIL PROTECTED]> Sent: Monday, December 02, 2002 2:23 AM Subject: Re: [boost] bollean states > On Mon, Nov

Re: [boost] bollean states

2002-12-02 Thread Ihsan Ali Al Darhi
> It's in the Boost sandbox under the name "tribool". Information about the > sandbox is here: > http://www.boost.org/more/mailing_lists.htm#sandbox > Sorry. But nothing there called 'tribool'. Mohammed ___ Unsubscribe & other changes: http://lists

[boost] bollean states

2002-11-30 Thread Ihsan Ali Al Darhi
Hi.. A while ago you discussed a library for adding a third boolean state. Where's this library? Mohammed ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

[boost] any doc

2002-11-18 Thread Ihsan Ali Al Darhi
Hi... I looked at the documrntation or 'any' class. It looks good but it didn't tell any thing if i can use it as follows any x=foo(); It also didn't discuss this case any x=5; any y="5"; any z=x+y; Now what is z? A string or a numeric? Mohammed _

Re: [boost] DocBook/XML Reference Documentation updates

2002-11-15 Thread Ihsan Ali Al Darhi
Hi... Why don't you produce this explanation of how you will document Boost library using XML and other stuffs in a single documentation? Mohammed ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Re: [boost] Trying to use FindFiles in RegEx Class

2002-11-13 Thread Ihsan Ali Al Darhi
> exprestion.FindFile(MyFalse, string); > } > Forgive me if my answer is stupid because I am beginer not professional like you. 1. you called FindFile() not FindFiles() and I think this is just a typo. 2. You called this function with the second argument 'string'. Are you using 'string as a var

Re: [boost] Re: Trying to use FindFiles in RegEx Class

2002-11-12 Thread Ihsan Ali Al Darhi
> > RegEx expresion; > > . > > exprestion.FindFile(MyFalse, string); > > } > > Of course you will get an error. Look at the line that contains the FindFile() function: You are writing "exprestion" instead of "expression". Mohammed ___ Unsubscribe &

[boost] Boost library and job searching

2002-11-07 Thread Ihsan Ali Al Darhi
Hi... I think this question relates to Boost in some way or another. When I use Boost, what advantages it gave to me while searching for a job? Is there any difference between contibuting to and using Boost related to job searching? When you are going to populate Boost so that is known every whe