On 2010-05-17 06:44, DaveB wrote:
> Marek Borowski wrote:
>> On 2010-05-14 06:00, DaveB wrote:
>>> Marek Borowski wrote:
>>>> On 09-05-2010 16:36, Sam wrote:
>>>>> Marek Borowski writes:
>>>>>
>>>
>>>> Character is representation of number
>>>
>>> You were right before you spoke a second time. The immediately above
>>> is just wrong (of course, but following your preceding statement, it
>>> is inexcusibly wrong).
>>>
>>>> - byte or
>>>> set of bytes.
>>>
>>> Make up your mind!!!
>>>
>> You divided my sentence and changed meaning.
>
> Really? Do explain if it is important, else realize I hardly ever post in
> here and you may be waiting for a reply for a long time.
>
What a pity. I don't care. You write nothing useful.
>> I mean that in modern
>> world character as a type is a treated as abstract type, not machine
>> type.
>
> You're not doing much better in trying to convince me of that either. Are
> you surrrre? I know this answer, I just don't know that you do or don't,
> but I'm leaning toward you don't and are just accepting of the status
> quo. I'm not having fun at your expense and hopefully everyone (including
> you) is not so fast to jump to the conclusion that their livelihood (as a
> consultant for an obsolete programming language perhaps) is over and that
> they cannot retrain or retire or something. I've wrote entire programs
> and been on system development projects large and small doing only parts
> and sometimes leading sometimes following. That is the past. You couldn't
> pay me enough money to do that or go back there again (I don't care how
> much the offer is). How much time does it take before someone figures
> stuff out? For some apparently, a lifetime! And then they diss everything
> as a threat to their secure position with prowess with the obsolete
> thing? I have no advice for them, nor for anyone else here. I'm not that
> kind of consultant. Use your "social network" or something.
>
I wouldn't pay you even 1$, it's hard to understand what you are talking
about (in almost every you post). You are frustrated man.
You write too much about yourself not C++ or programing. Most people are
probably not interested about you private problems. Go to psychologist.
>> The same like Point, Figure or whatever you implement.
>>
If you were more factual you would comment that.
>>>> Logically string is collection of characters not bytes.
>>>
>>> Consider thinking before you speak next time instead of just
>>> blurting out an answer and then thinking aloud in USENET text. (God,
>>> that's annoying).
>> Look at first word. LOGICALLY! string is a collection of any type
>> which can be interpreted as character.
>
> I was being facetious having responded to a number of posts in the thread
> with the assumption that people would read the thread and listen to the
> harmonies instead of just the individual notes. My bad? "string is...
> blah, blah", is subjective semantics.
>
>>
>>>>
>>>> You could say that there is no such thing as "unicode char".
>>>
>>> Don't even tempt me (OK, not temptation required: I pretty much
>>> already asserted such).
>>> (See, I knew this was going to be a fun thread!
Don't diss me so
>>> soon next time, eh, go ahead, it's all good.)
>>>
>> Yes, really funny, I see that for some It's really hard to understand
>> that it world is moving forward.
>
> You see "funny", and I see "sad" that no one is serious about engineering
> anymore. 
>
Nationals characters are still real problem for software engineering.
I know what I am saying because I have to use it. You could add some
value but you don't want and you prefer to write boring stories.
>> Wake up. OS/360 times have gone.
>
> Why don't YOU teach me here about this new fangled Unicode thing and why
> it is so good and of course the end all of all things large and small?
> Hmm.
>
>
Fist you will have to understand that English in not the only one
language. Second ask a question. Unicode is a must. I am not happy with
that but it's better to have Unicode than 10 code pages for one language
- I was getting data for my system in 10 code pages without any
information which one was used. UFT-8 is a good compromise between
having all characters and waste of space. I wish C++ did not support it.
Regards
Marek