On 11/15/07 9:00 AM, in article 8iY_i.4599$oa.2089@[EMAIL PROTECTED]
"Judson McClendon" <judmc@[EMAIL PROTECTED]
> wrote:
> "Fine" <fares@[EMAIL PROTECTED]
> wrote:
>> When any person enters any shop and buy some items then goes to where
he
>> pays the prices of his items, the person there make scanning to each
item to
>> know what's the price?
>> I am asking how this is done? what's program Language used to create
this
>> program scanning ?
>> and what's the name of this thing that I can read to know this secret?
>> From Beginner.
>
> Such a Point of Sale application could be programmed in any number of
> languages, but it is likely that one would be written today in one of
> the many dialects of C or BASIC, because they are currently the most
> popular languages for user applications. System software (operating
> systems, hardware interfaces, compilers, etc.) are typically written
> in C or C++, with some assembly language.
>
The POS application I used to sup****t was written in Cobol (AcuCobol).
The scanner itself (name I cannot remember, but they were big back in '98)
was written in C. This scanner did inventory, mainly, and you could scan a
great deal of stuff before actually needing to hook up and download the
data
to the application.
Many scanners are also simply UPC converters, that take UPC, convert to
text, and send that to your PC. This can be an embedded language of any
type, usually C.


|