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


Groups > comp.lang.c++ > #88930

Re: Z++ for Windows and Linux

From Keith Thompson <Keith.S.Thompson+u@gmail.com>
Newsgroups comp.lang.c++
Subject Re: Z++ for Windows and Linux
Date 2023-01-31 14:22 -0800
Organization None to speak of
Message-ID <87a61ywdhw.fsf@nosuchdomain.example.com> (permalink)
References <71b98e95-046c-4de5-8d6a-b7f5b8364d23n@googlegroups.com> <tqpokl$b96f$1@dont-email.me> <tqpoog$b96f$2@dont-email.me>

Show all headers | View raw


"Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> writes:
> On 1/24/2023 3:12 PM, Chris M. Thomasson wrote:
>> On 1/24/2023 3:09 PM, Zorro wrote:
>>> Z++ is platform-independent "superset" of C++ for distributed computing.
>>> z++visual, IDE for developing Z++ applications, runs on Windows and
>>> Linux.
>>>
>>> z++visual makes creating sophisticated GUI, simple, via drag-and-drop.
>>> Applications built on either Linux or Windows, will run on both.
>>>
>>> Z++ applications can communicate with one another. Autonomous agents can
>>> travel among Linux and Windows nodes.
>>>
>>> z++visual is free for personal/educational use.
>>>
>>> Go to: https://www.zhmicro.com/new_user.php
>> I suppose I should read the book first, just to be prudent:
>> https://www.zhmicro.com/z++_book.html
>
> The following is going to piss a lot of people off:
> ________________
> // Samples.zpp
> #include<iostream.h>
> using namespace ioSpace;
> //////////////////////////////////////////////////////////////////////
> // ---------------------------------------------------------------- //
> //////////////////////////////////////////////////////////////////////
> entry void main(void)
> output << "Hello World!\n";
> ________________
>
>
> void main
>
>
> God damn it!

I don't see any good reason why that should annoy anyone.  C++ requires
main to return int (and C almost requires the same thing; the details
are off-topic here).  There's no reason that a *different language*
should have the same rule (unless it's intended to be a strict superset
of C++, but I don't think it is).  It's likely (I haven't checked) that
Z++ has some other mechanism for returning a status to the calling
environment; perhaps it can call std::exit().

-- 
Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com
Working, but not speaking, for XCOM Labs
void Void(void) { Void(); } /* The recursive call of the void */

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


Thread

Z++ for Windows and Linux Zorro <zorabih@gmail.com> - 2023-01-24 15:09 -0800
  Re: Z++ for Windows and Linux "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-24 15:12 -0800
    Re: Z++ for Windows and Linux "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-24 15:14 -0800
      Re: Z++ for Windows and Linux Öö Tiib <ootiib@hot.ee> - 2023-01-24 16:41 -0800
        Re: Z++ for Windows and Linux Zorro <zorabih@gmail.com> - 2023-01-31 11:07 -0800
          Re: Z++ for Windows and Linux scott@slp53.sl.home (Scott Lurndal) - 2023-01-31 19:27 +0000
      Re: Z++ for Windows and Linux Zorro <zorabih@gmail.com> - 2023-01-31 11:00 -0800
      Re: Z++ for Windows and Linux Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2023-01-31 14:22 -0800
        Re: Z++ for Windows and Linux "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-01-31 14:29 -0800
          Re: Z++ for Windows and Linux Zorro <zorabih@gmail.com> - 2023-01-31 15:25 -0800
            Re: Z++ for Windows and Linux scott@slp53.sl.home (Scott Lurndal) - 2023-02-01 00:30 +0000
              Re: Z++ for Windows and Linux Zorro <zorabih@gmail.com> - 2023-02-01 09:28 -0800
                Re: Z++ for Windows and Linux scott@slp53.sl.home (Scott Lurndal) - 2023-02-01 18:05 +0000
                Re: Z++ for Windows and Linux Tim Rentsch <tr.17687@z991.linuxsc.com> - 2023-02-02 07:09 -0800
                Re: Z++ for Windows and Linux Muttley@dastardlyhq.com - 2023-02-02 16:11 +0000
                Re: Z++ for Windows and Linux Zorro <zorabih@gmail.com> - 2023-02-02 13:39 -0800
                Re: Z++ for Windows and Linux Tim Rentsch <tr.17687@z991.linuxsc.com> - 2023-02-02 17:42 -0800
            Re: Z++ for Windows and Linux Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2023-01-31 16:32 -0800
              Re: Z++ for Windows and Linux Zorro <zorabih@gmail.com> - 2023-02-01 08:36 -0800
                Re: Z++ for Windows and Linux Muttley@dastardlyhq.com - 2023-02-01 17:10 +0000
                Re: Z++ for Windows and Linux Zorro <zorabih@gmail.com> - 2023-02-01 10:07 -0800
                Re: Z++ for Windows and Linux James Kuyper <jameskuyper@alumni.caltech.edu> - 2023-02-01 13:24 -0500
                Re: Z++ for Windows and Linux Zorro <zorabih@gmail.com> - 2023-02-01 10:57 -0800
            Re: Z++ for Windows and Linux Paavo Helde <eesnimi@osa.pri.ee> - 2023-02-01 08:52 +0200
              Re: Z++ for Windows and Linux Zorro <zorabih@gmail.com> - 2023-02-01 08:01 -0800
                Re: Z++ for Windows and Linux Paavo Helde <eesnimi@osa.pri.ee> - 2023-02-01 19:23 +0200
                Re: Z++ for Windows and Linux Zorro <zorabih@gmail.com> - 2023-02-01 14:03 -0800

csiph-web