Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.c > #125871

Re: Toy code for currency handling

From Ian Collins <ian-news@hotmail.com>
Newsgroups comp.lang.c
Subject Re: Toy code for currency handling
Date 2018-01-28 12:16 +1300
Message-ID <fd4fioF5nupU3@mid.individual.net> (permalink)
References (19 earlier) <jZPaC.675954$ba4.468708@fx24.am4> <fd4564F5nupU1@mid.individual.net> <S06bC.938903$g_1.429319@fx35.am4> <fd4cb4F5nupU2@mid.individual.net> <R57bC.587910$5h1.140683@fx31.am4>

Show all headers | View raw


On 01/28/2018 11:32 AM, bartc wrote:
> On 27/01/2018 22:21, Ian Collins wrote:
>> On 01/28/2018 10:19 AM, bartc wrote:
>>> On 27/01/2018 20:19, Ian Collins wrote:
>>>> On 01/27/2018 01:46 PM, bartc wrote:
>>>
>>>>> Just using that directly would be an improvement:
>>>>
>>>> In other words you can't.
>>>
>>> Which language is it that is so difficult to compile that build times
>>> are a problem?
>>
>> Java?
> 
> So it isn't a problem for C++ with its massive libraries to be processed
> for each build? OK.

No one I know processes "massive libraries" for each build.  They are 
called libraries for a reason.

>>> This stuff matters. Pointlessly mangling and unmangling names does not
>>> help.
>>
>> It isn't pointless.  What part of "unique name" don't you get?
> 
> Input is C or C++ source code. Output is binary code to run. Where does
> 'unique name' come into the picture?

Now you are simply being obtuse.

>>> A mangled name is not used in the original source, and it's not needed
>>> in the executable binary. So it's purely an artefact of the tools used
>>> to convert one to the other.
>>
>> The tools that are independent from the language.  The tools which have
>> evolved around C.
> 
> So 'unique' names and 'mangled names' are also independent from the
> language and also dispensable.

How can code in module A call a function in module B without an means to 
identify it?

>>>>> What's the return type, and where does it
>>>>> go in the plain text version?
>>>>
>>>> A function's return type is not part of its signature.
>>>
>>> So the mangled names can't be even be used to extract API info from a
>>> library as they are incomplete.
>>
>> Irrelevant and no different from plain old C names.  Did you fail to
>> parse the line above?
> 
> So all the tools you use, compilers, linkers, whatever, are perfect. The
> schemes they use are the pinnacle of perfection, performance and
> elegance. There is nothing to be improved upon.

No they are not.  Neither are they broken.  Like just about everything 
to choose to criticise, you appear to have little idea how and why they 
work the way they do.

> I'm beginning to understand.
> 
> But some of us write tools, and some of us just use them. The view
> points are going to be different.

Most programmers write tools.  We also drive cars.  I assume you have 
built your own car because current models are imperfect.

-- 
Ian.

Back to comp.lang.c | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Re: Toy code for currency handling David Thompson <dave.thompson2@verizon.net> - 2018-01-21 11:53 -0500
  Re: Toy code for currency handling supercat@casperkitty.com - 2018-01-21 11:44 -0800
    Re: Toy code for currency handling Keith Thompson <kst-u@mib.org> - 2018-01-21 12:24 -0800
      Re: Toy code for currency handling herrmannsfeldt@gmail.com - 2018-01-23 21:03 -0800
        Re: Toy code for currency handling Jorgen Grahn <grahn+nntp@snipabacken.se> - 2018-01-24 15:02 +0000
          Re: Toy code for currency handling supercat@casperkitty.com - 2018-01-24 08:45 -0800
            Re: Toy code for currency handling Keith Thompson <kst-u@mib.org> - 2018-01-24 11:40 -0800
              Re: Toy code for currency handling Robert Wessel <robertwessel2@yahoo.com> - 2018-01-24 14:52 -0600
              Re: Toy code for currency handling supercat@casperkitty.com - 2018-01-24 13:05 -0800
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-24 13:12 -0800
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-25 01:04 +0000
                Re: Toy code for currency handling Robert Wessel <robertwessel2@yahoo.com> - 2018-01-24 19:17 -0600
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-24 17:33 -0800
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-25 12:14 +0000
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-25 04:31 -0800
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-25 13:03 +0000
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-25 05:28 -0800
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-25 05:37 -0800
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-25 05:43 -0800
                Re: Toy code for currency handling mark.bluemel@gmail.com - 2018-01-25 05:57 -0800
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-25 15:48 +0000
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-25 08:32 -0800
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-25 10:56 -0800
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-25 21:28 +0000
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-25 15:10 -0800
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-25 06:14 -0800
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-25 06:38 -0800
                Re: Toy code for currency handling gordonb.ma9h0@burditt.org (Gordon Burditt) - 2018-01-24 21:53 -0600
                Re: Toy code for currency handling scott@slp53.sl.home (Scott Lurndal) - 2018-01-25 18:05 +0000
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-25 18:16 +0000
                Re: Toy code for currency handling Ian Collins <ian-news@hotmail.com> - 2018-01-26 07:30 +1300
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-25 22:08 +0000
                Re: Toy code for currency handling Ian Collins <ian-news@hotmail.com> - 2018-01-26 20:00 +1300
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-26 11:31 +0000
                Re: Toy code for currency handling scott@slp53.sl.home (Scott Lurndal) - 2018-01-26 15:51 +0000
                Re: Toy code for currency handling Robert Wessel <robertwessel2@yahoo.com> - 2018-01-26 10:32 -0600
                Re: Toy code for currency handling supercat@casperkitty.com - 2018-01-26 08:50 -0800
                Re: Toy code for currency handling Robert Wessel <robertwessel2@yahoo.com> - 2018-01-26 13:11 -0600
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-26 18:32 +0000
                Re: Toy code for currency handling Robert Wessel <robertwessel2@yahoo.com> - 2018-01-26 13:07 -0600
                Re: Toy code for currency handling Ian Collins <ian-news@hotmail.com> - 2018-01-27 09:43 +1300
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-26 21:44 +0000
                Re: Toy code for currency handling Ian Collins <ian-news@hotmail.com> - 2018-01-27 11:02 +1300
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-27 00:46 +0000
                Re: Toy code for currency handling Ian Collins <ian-news@hotmail.com> - 2018-01-28 09:19 +1300
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-27 21:19 +0000
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-27 14:14 -0800
                Re: Toy code for currency handling Ian Collins <ian-news@hotmail.com> - 2018-01-28 11:21 +1300
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-27 22:32 +0000
                Re: Toy code for currency handling Ian Collins <ian-news@hotmail.com> - 2018-01-28 12:16 +1300
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-28 00:44 +0000
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-28 04:13 -0800
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-28 13:56 +0000
                Re: Toy code for currency handling Malcolm McLean <malcolm.arthur.mclean@gmail.com> - 2018-01-28 06:12 -0800
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-28 06:43 -0800
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-28 15:40 +0000
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-28 07:56 -0800
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-28 16:12 +0000
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-28 08:34 -0800
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-28 16:53 +0000
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-28 09:30 -0800
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-28 09:48 -0800
                Re: Toy code for currency handling Robert Wessel <robertwessel2@yahoo.com> - 2018-01-28 23:23 -0600
                Re: Toy code for currency handling Ian Collins <ian-news@hotmail.com> - 2018-01-29 18:29 +1300
                Re: Toy code for currency handling Robert Wessel <robertwessel2@yahoo.com> - 2018-01-28 23:45 -0600
                Re: Toy code for currency handling Ian Collins <ian-news@hotmail.com> - 2018-01-29 19:54 +1300
                Re: Toy code for currency handling Robert Wessel <robertwessel2@yahoo.com> - 2018-01-29 01:38 -0600
                Re: Toy code for currency handling Ian Collins <ian-news@hotmail.com> - 2018-01-29 20:56 +1300
                Re: Toy code for currency handling Robert Wessel <robertwessel2@yahoo.com> - 2018-01-29 20:34 -0600
                Re: Toy code for currency handling "Chris M. Thomasson" <invalid_chris_thomasson@invalid.invalid> - 2018-01-29 21:46 -0800
                Re: Toy code for currency handling Robert Wessel <robertwessel2@yahoo.com> - 2018-01-28 23:34 -0600
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-29 12:02 +0000
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-29 12:33 +0000
                Re: Toy code for currency handling Richard Damon <Richard@Damon-Family.org> - 2018-01-29 08:30 -0500
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-29 14:08 +0000
                Re: Toy code for currency handling Robert Wessel <robertwessel2@yahoo.com> - 2018-01-29 19:36 -0600
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-30 11:49 +0000
                Re: Toy code for currency handling already5chosen@yahoo.com - 2018-01-30 04:45 -0800
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-30 13:04 +0000
                Re: Toy code for currency handling already5chosen@yahoo.com - 2018-01-30 05:17 -0800
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-30 14:23 +0000
                Re: Toy code for currency handling Robert Wessel <robertwessel2@yahoo.com> - 2018-01-30 11:39 -0600
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-30 18:23 +0000
                Re: Toy code for currency handling Robert Wessel <robertwessel2@yahoo.com> - 2018-01-30 18:25 -0600
                Re: Toy code for currency handling supercat@casperkitty.com - 2018-01-31 07:56 -0800
                Re: Toy code for currency handling Robert Wessel <robertwessel2@yahoo.com> - 2018-01-31 12:56 -0600
                Re: Toy code for currency handling supercat@casperkitty.com - 2018-01-31 13:09 -0800
                Re: Toy code for currency handling scott@slp53.sl.home (Scott Lurndal) - 2018-01-31 21:35 +0000
                Re: Toy code for currency handling supercat@casperkitty.com - 2018-01-31 16:45 -0800
                Re: Toy code for currency handling David Brown <david.brown@hesbynett.no> - 2018-02-01 08:59 +0100
                Re: Toy code for currency handling Robert Wessel <robertwessel2@yahoo.com> - 2018-02-01 02:40 -0600
                Re: Toy code for currency handling David Brown <david.brown@hesbynett.no> - 2018-02-01 10:13 +0100
                Re: Toy code for currency handling scott@slp53.sl.home (Scott Lurndal) - 2018-02-01 14:49 +0000
                Re: Toy code for currency handling David Brown <david.brown@hesbynett.no> - 2018-02-01 16:13 +0100
                Re: Toy code for currency handling supercat@casperkitty.com - 2018-02-01 09:05 -0800
                Re: Toy code for currency handling David Brown <david.brown@hesbynett.no> - 2018-02-01 22:07 +0100
                Re: Toy code for currency handling supercat@casperkitty.com - 2018-02-01 15:49 -0800
                Re: Toy code for currency handling David Brown <david.brown@hesbynett.no> - 2018-02-02 13:13 +0100
                Re: Toy code for currency handling already5chosen@yahoo.com - 2018-01-30 05:30 -0800
                Re: Toy code for currency handling Robert Wessel <robertwessel2@yahoo.com> - 2018-01-30 10:48 -0600
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-29 12:59 +0000
                Re: Toy code for currency handling Robert Wessel <robertwessel2@yahoo.com> - 2018-01-29 20:26 -0600
                Re: Toy code for currency handling Robert Wessel <robertwessel2@yahoo.com> - 2018-01-29 20:36 -0600
                Re: Toy code for currency handling mark.bluemel@gmail.com - 2018-01-30 00:34 -0800
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-30 11:33 +0000
                Re: Toy code for currency handling Robert Wessel <robertwessel2@yahoo.com> - 2018-01-30 11:49 -0600
                Re: Toy code for currency handling jameskuyper@verizon.net - 2018-01-30 12:03 -0800
                Re: Toy code for currency handling Robert Wessel <robertwessel2@yahoo.com> - 2018-01-30 17:40 -0600
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-30 12:56 +0000
                Re: Toy code for currency handling Robert Wessel <robertwessel2@yahoo.com> - 2018-01-30 11:28 -0600
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-31 19:19 +0000
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-28 04:16 -0800
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-28 13:40 +0000
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-28 06:35 -0800
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-28 07:24 -0800
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-28 15:24 +0000
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-28 07:44 -0800
                Re: Toy code for currency handling Ian Collins <ian-news@hotmail.com> - 2018-01-29 18:34 +1300
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-29 12:21 +0000
                Re: Toy code for currency handling Ian Collins <ian-news@hotmail.com> - 2018-01-30 07:59 +1300
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-29 19:56 +0000
                Re: Toy code for currency handling scott@slp53.sl.home (Scott Lurndal) - 2018-01-29 20:53 +0000
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-29 21:52 +0000
                Re: Toy code for currency handling Richard Damon <Richard@Damon-Family.org> - 2018-01-27 18:32 -0500
                Re: Toy code for currency handling Robert Wessel <robertwessel2@yahoo.com> - 2018-01-27 13:22 -0600
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-26 13:23 -0800
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-26 13:41 -0800
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-26 14:12 -0800
                Re: Toy code for currency handling bartc <bc@freeuk.com> - 2018-01-26 22:23 +0000
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-26 14:44 -0800
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-26 15:28 -0800
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-26 16:22 -0800
                Re: Toy code for currency handling David Brown <david.brown@hesbynett.no> - 2018-01-25 09:11 +0100
                Re: Toy code for currency handling fir <profesor.fir@gmail.com> - 2018-01-25 02:27 -0800
                Re: Toy code for currency handling Robert Wessel <robertwessel2@yahoo.com> - 2018-01-24 15:23 -0600
                Re: Toy code for currency handling Keith Thompson <kst-u@mib.org> - 2018-01-24 14:29 -0800
                Re: Toy code for currency handling supercat@casperkitty.com - 2018-01-24 14:49 -0800

csiph-web