[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



To answer the legacy question -- I am sort of aware of that, but this is
my first ever foray out of scripting languages, and to be honest I'm
starting out in a way that I really hate (using somebody else's API that I
barely can use, much less learn from).  Palm's conduit wizard is
only tangentally c++ as far as I can tell, and most of what I've been
learning from is actually c tutorials.  I will investigate both methods of 
doing things tho. Thank you. :)

jenn


> Since you're using C++, have you tried using the C++-style streaming
> operators?  For example,
>   #include <sstream>
>   // ...
>   std::istringstream iss(tmp, std::istringstream::in);
>   tmp >> wVar;
> 
> The atoi() function, as well as countless other C-style standard functions,
> are considered "legacy" when used in a modern C++ (i.e., has a robust
> Standard Template Library (STL)) development context.



</pre>
<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<hr>
<!--X-Follow-Ups-End-->
<!--X-References-->
<ul><li><strong>References</strong>:
<ul>
<li><strong><a name="00147" href="msg00147.html">[ale] OT: c++ datatypes question</a></strong>
<ul><li><em>From:</em> ale at FultonGreen.com (Fulton Green)</li></ul></li>
</ul></li></ul>
<!--X-References-End-->
<!--X-BotPNI-->
<ul>
<li>Prev by Date:
<strong><a href="msg00147.html">[ale] OT: c++ datatypes question</a></strong>
</li>
<li>Next by Date:
<strong><a href="msg00149.html">[ale] Mail Delivery (failure [email protected])</a></strong>
</li>
<li>Previous by thread:
<strong><a href="msg00147.html">[ale] OT: c++ datatypes question</a></strong>
</li>
<li>Next by thread:
<strong><a href="msg00149.html">[ale] Mail Delivery (failure [email protected])</a></strong>
</li>
<li>Index(es):
<ul>
<li><a href="maillist.html#00148"><strong>Date</strong></a></li>
<li><a href="threads.html#00148"><strong>Thread</strong></a></li>
</ul>
</li>
</ul>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
</body>
</html>