Top Geary - 27th May 2016 at 12:10 AMI've learnt to ignore when you say derogatory things to me
btw again, Spacemonkey, it seems that if a chess piece kills more than 3 people, then it will blood3 will be dropped when it kills more?
ahh, that's going to be a bit hard.My code is very messy, as well as specific.
Good programming language to learn?
Quote from: `Kayne;1336902ahh, that's going to be a bit hard.My code is very messy, as well as specific.That's the point
I'll help you out. It'll be great. You'll learn heaps, and your next program will be easier to achieve! For a start:Dear Kayne, please write more functions.
namespace WindowsFormsApplication1{ static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Form1()); } public void method1(int input1, string input2) { //Do crap } }}
HAICAN HAS STDIO?VISIBLE "HAI WORLD!"KTHXBYE
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
DO ,1 <- #13PLEASE DO ,1 SUB #1 <- #238DO ,1 SUB #2 <- #108DO ,1 SUB #3 <- #112DO ,1 SUB #4 <- #0DO ,1 SUB #5 <- #64DO ,1 SUB #6 <- #194DO ,1 SUB #7 <- #48PLEASE DO ,1 SUB #8 <- #22DO ,1 SUB #9 <- #248DO ,1 SUB #10 <- #168DO ,1 SUB #11 <- #24DO ,1 SUB #12 <- #16DO ,1 SUB #13 <- #162PLEASE READ OUT ,1PLEASE GIVE UP
mmm yeah. A function cannot be inside another function.Unless you're batshit crazy like javascript.
Nobody will ever win the battle of the sexes...there\'s too much fraternizing with the enemy.-Henry Kissinger
i had kinda hope speakman had died, what a pity
Quote from: Pyromanik;1337198mmm yeah. A function cannot be inside another function.Unless you're batshit crazy like javascript.or you use lambda expressions/statements in c#
not true functions.
Lambda expressions are great. Linq is orsome, I use it all the time now, so useful.