Hello John,
If it is just "compile" you have to install:
g++ - The GNU C++ compiler
Description: The GNU C++ compiler
This is the GNU C++ compiler, a fairly portable optimizing compiler for
C++.
gcc - The GNU C compiler
Description: The GNU C compiler
This is the GNU C compiler, a fairly porta
Hello Michael,
First of all you have to install:
*manpages-dev - Manual pages about using GNU/Linux for development
manpages-posix-dev - Manual pages about using a POSIX system for development
stl-manual - C++-STL documentation in HTML
libstdc++6-doc - The GNU Standard C++ Library v3 (documentati
Yes, that´s right but if you have to perform many operations maybe the
"echo" + "bc" form is quite faster:
[EMAIL PROTECTED]:~$ time echo "24 * 365.25" | bc
8766.00
real0m0.018s
user0m0.002s
sys 0m0.001s
[EMAIL PROTECTED]:~$ time python -c "x = 24 * 365.25 ; print '%.2f' % x "
8766.0
3 matches
Mail list logo