From: "Doug Gale" Newsgroups: comp.os.msdos.djgpp References: <8pbkbh$eth$1 AT info DOT cyf-kr DOT edu DOT pl> Subject: Re: Language question Lines: 63 X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: <_ydu5.16570$lE6.316764@quark.idirect.com> Date: Fri, 08 Sep 2000 22:16:26 GMT NNTP-Posting-Host: 216.154.47.22 X-Complaints-To: residential-security AT team DOT look DOT ca X-Trace: quark.idirect.com 968451386 216.154.47.22 (Fri, 08 Sep 2000 18:16:26 EDT) NNTP-Posting-Date: Fri, 08 Sep 2000 18:16:26 EDT Organization: Internet Look Communications - http://www.look.ca To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Rafał Maj" wrote in message news:8pbkbh$eth$1 AT info DOT cyf-kr DOT edu DOT pl... > I need to know english names for these symbols : > ( ) parenthesis (for one), or parentheses (more than 1) > [ ] brackets > { } braces > ' like for example char x = 'a'; quote (or "single quote") > "" like for example *char s = "abc"; Double quote > ` open quote (or just "quote") (Actually ' is the foot mark, and " is the inch mark, but the standard character set in original IBM PCs don't have "real" quote characters) > ~ tilde Here's a few more: ^ caret & ampersand * asterisk # pound symbol | pipe \ backslash / slash @ at > can anybody help ? > Well, it's the wrong newsgroup, but the number of off topic questions is so high lately, I thought I might as well answer your question. Doug