Some Yahoo Posted June 6, 2018 Posted June 6, 2018 (edited) Go here. Get the free community version of visual studio. It's free forever, not just a trial, and it has most of the features of the full version. You probably also want to go here. That's the database software. Before I teach you anything about programming, I need to set your mind straight about a few things. Error messages are good. They are there to teach you how to fix your errors. There is very little you can do with Visual Studio that will destroy your computer or get you arrested for anything. Any gamer knows that no software over 100 lines of code is bug and error free. You can build a better mousetrap all you want, but that just improves the mice. Embrace the imperfection and move on. Note: even Visual Studio crashes now and then. Computers are dumb and logical and doing a task 1 million times will always choose the same solution. Programmers don't really need to know and understand the intricacies of how computers do things. It's like most drivers couldn't fix a broken timing belt in their own cars if they had to (extra points if you know that cars have timing belts). So, to a computer, everything is data. The machine is data, the hard drive is data, the mouse is data, the keyboard is data. YOU are data. It all boils down to numbers and letters to a computer. Also, typically a computer program doesn't store or process any data it doesn't directly need. You may be 18 years old, 5'10" tall with brown hair and green eyes, but if the program doesn't need to know that, it usually doesn't have it. I will leave you to play with your new software until next time, when there will be windows and buttons! (Note that I do this in my spare time, don't expect a book in six weeks.) Like this if you like it. If there is low interest maybe I will do this on Skillshare. Edited June 6, 2018 by Some Yahoo
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now