Programming Languages
- Borland C++
- Microsoft Visual C++
- Microsoft Visual Basic
- Cobol
- Borland Turbo Assembler
Borland C++
I have been experimenting with C++ since I got my first IBM computer back in the 80's. The language is really easy to understand once you learn the syntax, which is what most people have trouble with. I find C++ to be one of the most useful languages I have learned. At Computer Tech the instructors stressed the use of loops and function passing, as well as straight code. Data types and variable capacity were also stressed.
Microsoft Visual C++
I had studied Microsoft Visual Basic at Pitt before I entered the degree program at Computer Tech. The big difference I have noticed is the interface. Microsoft also leaves a lot of room for lazy programmers to cheat by supplying the MSDN library. I prefer Borland C++ because it is less user friendly. I'm not the biggest fan of Microsoft because they think just because they tinker with other peoples software they have a right to limit its users options, just like they do with their own software. I personally enjoy being able to do everything from scratch. I don't like to be led through my own creative process. Just my opinion, pay no mind.
Microsoft Visual Basic
I have studied Microsoft Visual Basic at Pitt and at Computer Tech. I have also studied and used the language on my own. I have a firm grasp on the concept of "visual" programming. I have found Visual Basic to be one of my favorite languages to program. I have created many small applications using VB and I plan to link them to this page for download and experimentation. Look for them in the future.
Cobol
Cobol is my least favorite language. I know it well enough to program helpful business tools, but I prefer just about any other language. It is said to be one of the easier languages to use and that is probably why I don't like it. Not to mention the fact that it is not very useful for science or gaming...just business apps.
Borland Turbo Assembler
Assembly language is the most useful and intriguing language I have learned. I like the fact that an assembler program doesn't have to ask permission to run from Microsoft or Unix or any other operating system or application. Assembler is very useful. I can write drivers for hardware devices, bios code, or even some simple yet very elaborate looking games. It is also pretty much the core language for hackers. Most viruses, in order to be potent, are written in assembly language. This is why it is good to know assemby language. If you know how to read how viruses do what they do you will be better able to combat them and/or reverse damage done by them.