User profile: ShodanHo

User info
User name:ShodanHo
Email:shodanho.ikkyu@gmail.com
Name:ShodanHo
Statistical data
Birthdate:Nov 22, 1963
Gender:Male
Occupation:Director
Skills:C
C++
ADA
Assembly
Java
Javascript
Python
Smalltalk
History
Joined:
Number of posts:110
Latest posts:

operator overloading
yes, [code]employee_count c = d;[/code] is equivalent to [code]employee_count c(d);[/code] which can...

Difference between $() and ``
They are identical in bash. Google: Advanced Bash Scripting

operator overloading
It is an assignment operator in a class, which returns a reference to itself. Something like: [code...

float and double confusion
The simple answer is that 0.1 is not exactly represent-able within the precision of float and has to...

Floating-Point Question.
The incomplete answer (in reverse) is: For single precision, the mantissa is 23 bits: http://en.wik...