    <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
     <channel>
        <title>ACCU  :: Sources on the Internet</title>
        <link>https://members.accu.org/index.php/journals/778</link>
        <description>Professionalism in Programming</description>
        <dc:language>en-us</dc:language> 
        <dc:creator>Administrator</dc:creator> 
        <admin:generatorAgent rdf:resource="http://www.xaraya.org" /> 
        <admin:errorReportsTo rdf:resource="mailto:webeditor@accu.org" />
       <sy:updatePeriod>hourly</sy:updatePeriod>
       <sy:updateFrequency>1</sy:updateFrequency>
       <docs>http://backend.userland.com/rss</docs>


        <h2>Journal Articles</h2>


<div class="xar-mod-head"><span class="xar-mod-title">CVu Journal Vol 11, #2 - Feb 1999 + Internet Topics</span></div>

<table border="0" cellpadding="1" cellspacing="0">
    <tbody>
    <tr>
        <td valign="top">
            Browse in :
       </td>
       <td valign="top">

                                            <a href="https://members.accu.org/index.php/journals/">All</a>

                     &gt;                         <a href="https://members.accu.org/index.php/journals/c76/">Journals</a>

                     &gt;                         <a href="https://members.accu.org/index.php/journals/c77/">CVu</a>

                     &gt;                         <a href="https://members.accu.org/index.php/journals/c133/">112</a>
                    (20)
<br />

                                            <a href="https://members.accu.org/index.php/journals/">All</a>

                     &gt;                         <a href="https://members.accu.org/index.php/journals/c13/">Topics</a>

                     &gt;                         <a href="https://members.accu.org/index.php/journals/c69/">Internet</a>
                    (35)
<br />

                                            <a href="https://members.accu.org/index.php/journals/c133-69/">Any of these categories</a>

                    -                        <a href="https://members.accu.org/index.php/journals/c133+69/">All of these categories</a>
<br />
</td>
   </tr>
   </tbody>
</table>




<div class="xar-error">
   <p>
 <strong>Note:</strong> when you create a new publication type,
the articles module will automatically use the templates
<em>user-display-[publicationtype].xt</em>
and <em>user-summary-[publicationtype].xt</em>.
If those templates do not exist when you try to preview or display a new article,
you'll get this warning :-)  Please place your own templates in themes/<em>yourtheme</em>/modules/articles . The templates will get the extension .xt there. </p>
</div>
<div class="xar-norm xar-standard-box-padding">
   <h1><strong>Title:</strong>&nbsp;Sources on the Internet</h1>
<p><strong>Author:</strong>&nbsp;</p>
<p>
<strong>Date:</strong> 03 February 1999 13:15:29 +00:00 or Wed, 03 February 1999 13:15:29 +00:00</p>
<p><strong>Summary:</strong>&nbsp;</p>
<p><strong>Body:</strong>&nbsp;<div class="section" lang="en">
<div class="titlepage">
<h2><a name="d0e20" id="d0e20"></a></h2>
</div>
<p>This is an extra column for C Vu that will run as long as
members provide input. I would be particularly interested in short
(up to a couple of hundred words) of the items either previously
listed or ones that you are contributing. Finding valuable
information on the Internet is about like hunting for gemstones:
there are good sources but they are hidden in a vast amount of
rubbish.</p>
<p>If you access any of the sites listed below please report your
experiences.</p>
<div class="orderedlist">
<ol type="1">
<li>
<p>You can download EGCS 1.1 for Win32 from:</p>
<p><a href=
"ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/mingw32/" target=
"_top">ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/mingw32/</a></p>
</li>
<li>
<p>You can find the STL library at</p>
<p><a href="http://sourceware.cygnus.com/cygwin/" target=
"_top">http://sourceware.cygnus.com/cygwin/</a></p>
</li>
<li>
<p>List of free compilers (note the last update is dated
03/02/1998)</p>
<p>http://www.idiom.com/free-compilers</p>
</li>
<li>
<p>A library in C++ in order to work with Genetic Algorithms.</p>
<p><a href="http://lancet.mit.edu/ga/" target=
"_top">http://lancet.mit.edu/ga/</a></p>
<p>GAlib is reported as being quite easy to use and very well
implemented. The web address is:</p>
</li>
<li>
<p>From: Silas S. Brown</p>
<p>Further to my last message re your article in C Vu, I found the
following in Ken Lunde's online companion to &quot;Understanding
Japanese Information Processing&quot; and I thought you might be
interested. I have seen better code though &#9786;</p>
<div class="blockquote">
<blockquote class="blockquote">
<p>8.1: C AND C++</p>
<p>At one time I [Ken Lunde] used C on a regular basis for my CJK
programming needs, and released three tools for others to use:
JConv, JChar, and JCode. While these tools are specific to
Japanese, they can be easily adapted for CJK use. Their source code
is available at the following URL:</p>
<p><a href="ftp://ftp.ora.com/pub/examples/nutshell/ujip/src/"
target=
"_top">ftp://ftp.ora.com/pub/examples/nutshell/ujip/src/</a></p>
<p>I also provided several C code snippets in Chapter 7 of UJIP.
These are available in machine-readable form at the following
URL:</p>
<p><a href="ftp://ftp.ora.com/pub/examples/nutshell/ujip/Ch7/"
target=
"_top">ftp://ftp.ora.com/pub/examples/nutshell/ujip/Ch7/</a></p>
</blockquote>
</div>
</li>
<li>
<p>Beta release of indent 2.0</p>
<p>Indent 2.0 understands a large subset of C++ syntax. Visit</p>
<p><a href="http://www.arceneaux.com/indent/" target=
"_top">http://www.arceneaux.com/indent/</a></p>
<p>It's still in beta, but seems pretty solid, and an official
release is promised &quot;soon&quot;.</p>
</li>
<li>
<p>C for palmtops</p>
<p>You might want to check out PocketC (shareware -- <a href=
"http://www.orbworks.com" target="_top">www.orbworks.com</a>). You
can write and compile programs right on a CE device, using C
syntax.</p>
</li>
<li>
<p>Snippets, an archive of many useful pieces of C source</p>
<p><a href="http://www.snippets.org" target=
"_top">http://www.snippets.org</a></p>
</li>
</ol>
</div>
</div>
</p>
<p><strong>Notes:</strong>&nbsp;</p>
<p><em>More fields may be available via dynamicdata ..</em></p>
</div>
</channel>
</rss>
