Function does not take 3 arguments?Your function prototype on line 4 says the function will only have one parameter. On your function d...
How to Create TablesIf you would google for the function you would see it requires iomanip header. So add #include <ioma...
How to Create TablesTo display as a table: [code] ofstream out("table.txt"); for (int i = 1; i < 11; i++) { for (i...
Constructors copying other objects1) Yes Point r(q) will work as well. 2) I'm sure someone can explain 2) alot better than me, so plea...
idea for byte circelize[code]unsigned char encodeChar(char d, int n) { char overflow = d >> (sizeof(d) * 8 - n); return ...
This user does not accept Private Messages