<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
I would say that it still all depends on what you are trying to do ( I
guess knowing what is possible is the key)<br>
Here are some links that I&nbsp; find useful: "C++ Beyond the Standard
Library" <a
 href="http://www.oreillynet.com/pub/a/network/2003/05/06/cplusplusian.html">http://www.oreillynet.com/pub/a/network/2003/05/06/cplusplusian.html</a><br>
and this page has some usefully links: <a
 href="http://www.thefreecountry.com/sourcecode/cpp.shtml">http://www.thefreecountry.com/sourcecode/cpp.shtml</a><br>
If you are interested in GUI development I would recommend Qt <a
 href="http://doc.trolltech.com/3.3/index.html">http://doc.trolltech.com/3.3/index.html</a>
it is a lot more then just a GUI API, reminds me a lot of java :) with
many standard objects. Or a pure open source GUI API&nbsp; <a
 href="http://www.wxwindows.org/">http://www.wxwindows.org/</a><br>
If you are interested in graphics there is the classic OpenGL, or game
development SDL <a href="http://www.libsdl.org/index.php">http://www.libsdl.org/index.php</a>
(these two are C API but you can use them from C++)<br>
<br>
I'm also interested to see what will other members of this list&nbsp;
recommend.<br>
<br>
Hope this helps,<br>
Robert<br>
<br>
<br>
<br>
Pavao, John C. wrote:
<blockquote
 cite="mid29475C014D2DDD4999043403BC5D7C3C06744A45@kenow2sxprv1.exchange.snapon.com"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="MS Exchange Server version 5.5.2658.2">
  <title>Getting started</title>
  <p><font size="2">Since no mailing list is really complete without
the occasional idiot newbie question...&nbsp; :-)</font>
  </p>
  <p><font size="2">I've been lurking this list for several months
because I'm trying to teach myself C++, but I certainly admit the list
is out of my league.&nbsp; </font></p>
  <p><font size="2">As for trying to learn C++, I'm only able to get so
far when it comes to applying what I'm learning to real world
situations because I seem to be missing something important.&nbsp; I haven't
figured out how to know learn what to use in a given situation.&nbsp; I do a
lot of UNIX shell scripting, and I'll often find myself saying, "ok, if
this were a shell script, I'd use the suchandsuch command", but I don't
know what to do in C++.&nbsp; I haven't found a good way to learn what's in
specific libraries and how to use what's there.&nbsp; I've come up with a
pile of simple working programs based on examples I've seen, but when I
get to wanting to do something I don't see in an example, I'm stuck.&nbsp; A
lot of what I do in my work is working with text files and manipulating
text.&nbsp; A lot of awk, grep, sed, arrays and such.&nbsp; Could anyone point me
to where to look to learn what I need to know to do these kinds of
things?</font></p>
  <p><font size="2">I know questions like this sometimes raise the ire
of the more advanced list members on any list.&nbsp; (One of my all-time
favorite posts on this or any list was when someone asked why this list
was so quiet and someone else responded "because we already know
everything".)&nbsp; It's not my intention to start a fire-fight or anything,
and I'm not asking for anyone to teach me anything.&nbsp; All I'm really
hoping for is for someone to explain to me the best way for me to teach
myself how to do this...</font></p>
  <p><font size="2">Thanks in advance!</font>
  <br>
  <font size="2">John Pavao</font>
  </p>
</blockquote>
<br>
<br>
<div class="moz-signature">-- <br>
<b>Robert Misior</b><br>
Unix Systems Administrator/Programmer<br>
Salem Academy and College<br>
336.917.5460<br>
<a href="http://www.spreadfirefox.com/?q=affiliates&amp;id=9693&amp;t=68"><img
 alt="Take Back the Web Get Firefox!"
 title="Take Back the Web Get Firefox!"
 src="cid:part1.05070703.00010602@salem.edu" border="0"></a>
</div>
</body>
</html>