Off Topic > Off Topic
Programming Megathread
Ipquarx:
--- Quote from: Foxscotch on December 14, 2015, 07:08:11 PM ---I started the first one and I was wondering how it was related to programming until I saw the input lol
--- End quote ---
honest to god i solved that one using frickin notepad++ and its count feature
DJ Charizard:
(coming out of the woods)
I prefer Java over everything else. Though for 3d/unity work any C language is the way to go so I kinda have to know all of these languages. For 2d game design Java is pretty great and you can get something created really quickly. Though, more professional projects really should use a C language.
carolcat:
my school district will supposedly be forcing all students to participate in the hour of code event, especially now that all arkansas schools are mandated to have a compsci course in high school. aside from that i can do motor control and joystick mapping in ROBOTC, just basic stuff like mapping joysticks/triggers/buttons to motor ports and making the robot drive autonomously (no sensors tho, haven't learned that yet)
Foxscotch:
--- Quote from: DJ Charizard on December 14, 2015, 09:33:35 PM ---I prefer Java over everything else.
--- End quote ---
it's not my favorite, but I do like java
initially I was still upset about the static typing but I've learned to like it. it gets rid of a lot of checking you might have to do in dynamically-typed languages
ZSNO:
I kinda forgot why stack memory is called stack memory and killed my program.
Yay for heap