I use Mono on Ubuntu.
Wrote the program with this line of code:
using Mono.Math;
It works onle after connecting Mono.Security (More), same issue here:
Can't compile program.cs:
program.cs (29,25): error CS0246: The type or namespace name `BigInteger 'could not be found.
Are you missing a using directive or an assembly reference?
This snippet of code: http://paste.ubuntu.com/426366/
Can you make and the server for this to work?
Wrote the program with this line of code:
using Mono.Math;
It works onle after connecting Mono.Security (More), same issue here:
Can't compile program.cs:
program.cs (29,25): error CS0246: The type or namespace name `BigInteger 'could not be found.
Are you missing a using directive or an assembly reference?
This snippet of code: http://paste.ubuntu.com/426366/
Can you make and the server for this to work?