I am a C# beginner and I am working on a calculator in Windows Forms.
I've encountered a problem in which I get one of those debug blurbs after 10 or more digits are inputed into the interface. It says something about a system overflow exception, but I don't really understand.
Can someone please tell me a simple way to make an Int64
variable?