L
lars.uffmann
Okay, I guess the answer is "yes". But where can I find it?
I was thinking of something like php.net, just for c++. Preferably some
documentation that refers to the same standards that the gnu c++
compiler does (I'm using g++ V3.3.5 under Suse Linux 9.3).
In this specific case I wanna know the easiest way how to convert an
integer into a string variable (I mean which library / function to
use). I'm not a programming newbie by any means, but getting used to a
new developing environment sorta makes me feel like one all over again,
when I suddenly have to work without an extensive language reference
within my favourite editor and the likes...
I'm pretty happy with the way I can look up things on php.net, for php
- if there's anything similar for C++, I'd be overjoyed if you could
share the info
I like parashift.com, but is this:
http://www.parashift.com/c++-faq-lite/misc-technical-issues.html#faq-39.1
really the best way to do what otherwise could be a simple "alpha" << i
to make a string "alpha5" from i=5 ?
Best Regards,
Lars Uffmann
I was thinking of something like php.net, just for c++. Preferably some
documentation that refers to the same standards that the gnu c++
compiler does (I'm using g++ V3.3.5 under Suse Linux 9.3).
In this specific case I wanna know the easiest way how to convert an
integer into a string variable (I mean which library / function to
use). I'm not a programming newbie by any means, but getting used to a
new developing environment sorta makes me feel like one all over again,
when I suddenly have to work without an extensive language reference
within my favourite editor and the likes...
I'm pretty happy with the way I can look up things on php.net, for php
- if there's anything similar for C++, I'd be overjoyed if you could
share the info
I like parashift.com, but is this:
http://www.parashift.com/c++-faq-lite/misc-technical-issues.html#faq-39.1
really the best way to do what otherwise could be a simple "alpha" << i
to make a string "alpha5" from i=5 ?
Best Regards,
Lars Uffmann