If you have access to dreamspark, see if you can get a XNA Creators Club Academic Membership, then you can run your games on your xbox 360.However, if you don't have an xbox, then it wouldn't be much use.
Top Geary - 27th May 2016 at 12:10 AMI've learnt to ignore when you say derogatory things to me
I find string.format really usefulstring someWords = string.format("Words and shit {0} {1}", x , y);{0} and {1} are replace by x and y respectively. Where x/y can be a number or a string.
int x = x * 10 + 1;
Well how can x = x when x doesn't exist yet?What is x * 10 when x is undefined?Does not compute :p
If you want to do floating point calculations (12.7 + 29.45 etc), it would be best to use a doublehttp://msdn.microsoft.com/en-us/library/9ahet949.aspx
cough cough...first program in C#....cough...I don't like the fact that it installs, I would of rather it just run off a exe, But I have no clue on how to fix that atm.Also sorry about the name, I stamped the name calculator inside the program all over the place, but it still wants to be windows application form 2. sigh.Make sure to remove it via add or remove programs after you've played around with your awesom-o calculator.
Now replace all of your instances of int with double and stuff like 1/100 won't equal 0 Good job tho.
Go into to bin/debug (or release), it will be there as an exe.
Quote from: Spacemonkey;1334785Go into to bin/debug (or release), it will be there as an exe.All I did was "release "Calculator"". I also can't find what your talking about, the files in the rar are all the files I could get out of it lol. No exe's :x
Yep, they are the ones.I ran it, used it to calculate my taxes, I owe 0 dollars, good job