Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <6628166e$0$6551$882e4bbb@reader.netnews.com>
Deutsch   English   Français   Italiano  
<6628166e$0$6551$882e4bbb@reader.netnews.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news-out.netnews.com!postmaster.netnews.com!us8.netnews.com!not-for-mail
X-Trace: DXC==M2N^H1I=4XSN]UZ>R37=RHWonT5<]0T]Q;nb^V>PUfV5[gZBW6J?L\>8J_kK>kdRYe\Q9X5fLiaYoVKol]U0PiSMba][>SC2CWf;]EoU=id5V=R<hY6_C9TX
X-Complaints-To: support@blocknews.net
Date: Tue, 23 Apr 2024 16:13:34 -0400
MIME-Version: 1.0
User-Agent: Betterbird (Windows)
Subject: Re: Block Comments Or Rest-Of-Line Comments?
Newsgroups: comp.lang.c
References: <utgjh0$21nsq$2@dont-email.me>
Content-Language: en-US
From: DFS <nospam@dfs.com>
In-Reply-To: <utgjh0$21nsq$2@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 19
Message-ID: <6628166e$0$6551$882e4bbb@reader.netnews.com>
NNTP-Posting-Host: 127.0.0.1
X-Trace: 1713903214 reader.netnews.com 6551 127.0.0.1:34781
Bytes: 1331

On 3/21/2024 2:19 AM, Lawrence D'Oliveiro wrote:
> I’m fond of writing things like
> 
> /*
>      A very simple HTML/XML entity-escape function--why isn’t this
>      part of the standard Java API?
> */
> 
> which involve less typing than
> 
> //
> //  A very simple HTML/XML entity-escape function--why isn’t this
> //  part of the standard Java API?
> //

Get yourself some Notepad++.

Highlight a block of comments and hit Ctrl + Q.