Search Results

5
votes
22answers
861 views

What language(s) have you learned, and how?

Currently I am in college to be a business app developer of sorts. We're learning C#, and VB.NET almost exclusively right now. This makes me think as to why we are. I've read that C# is efficient w …
63
votes
25answers
32k views

Arrays, What’s the point?

As I'm programming I haven't seen an instance where an array is better for storing information than another form thereof. I had indeed figured the added "features" in programming languages had imp …