I will second the various comments that you should focus on concepts rather than languages per se. That being said, if you want a resource for c and c++, check out the newsgroups comp.lang.c and comp.lang.c++ (especially the FAQ for comp.lang.c++, which is a pretty impressive guide in and of itself, and is available at http://www.parashift.com/c++-faq-lite/. The comp.lang.c FAQ is at http://www.eskimo.com/~scs/C-faq/top.html).

(Newsgroups are a virtual-community technology which predates the web, but are still around and going strong. In fact, the author of one of the most widespread early newsreaders ("rn") was none other than Larry Wall himself. But I digress...).

Nowadays, you can quite easily read news over the web via http://groups.google.com, and Netscape still has a newsreader built in...

Also, if you plan on becoming a perl guru or a Microsoft ASP guru (or both), in either case you should also know C well -- the best/most flexible way of accessing the internals of either platform is through C. Case in point -- perl itself (at least up through perl 5) is written in C.

Best of luck...

--JAS

In reply to Re: C Perl and every employer wants .net and asp by jsegal
in thread OT: C Perl and every employer wants .net and asp by Angel

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.