User profile: buffbill

User info
User name:buffbill
Name:William L Hodgson
Location:Ocean Grove Vic. Australia
Website:http://bigpond.com.au
Bio:Retired mechanical engineer
History
Joined:
Number of posts:467
Latest posts:

Convert a binary number into a decimal number
Can you convert from base 2 to base 10 manually? If not each column starting from the right has doub...

How do you write POWER function?
Something like this might serve: [code] double raise(double x,int n) { assert(x>0); ...

CString + CString
I think the strcpy() and strcat() functions from the standard library will concatenate strings. For ...

Columns
[quote][u]I'm working with arrays and I get them column by column and need to print them. I as there...

What is the output of the following program?
There would be no output because it would not compile because 'res' has not been declared.