Which of these 2 classes should I drop “INTRO C++ PROGRAMMING” or “INTRO VISUAL BASIC”?
ernerock asked:
Im in college and I need to drop one of these 2 classes because I need to take another class and I will have more credits that I can actually have. In terms of importance for my major (Computer Science) which should I keep and which should I drop?
Classes are again “Introduction to programming with C++” and Introduction to programming with Visual Basic”
Related posts:
- Is an intro to C++ class worth it for someone familiar with basic programming concepts? maxwellhasahammer asked: I’m not really into computer programming that much...
- Does knowing Visual Basic allow me to skip my C++ class? winback asked: I have taken an intro to Visual Basic...
- Round without using round command in visual basic? Dan asked: I am in a very basic computer programming...
- Can i write BASIC or VISUAL BASIC programs on the internet? buckbucknumber2000 asked: I’d like to be able to write a...
- How to write a program in Visual Basic to add, update, or delete records? Kevin asked: Okay, I’m about stressed to the limits right...
Filed Under Programming & Design |
Tagged With C Programming, Introduction To Programming With C, Major Computer
Comments
4 Responses to “Which of these 2 classes should I drop “INTRO C++ PROGRAMMING” or “INTRO VISUAL BASIC”?”
I had to drop 2 classes last semester because i had too much stuff going on at home that required my immediate attention. I dropped the 2 that took up the most time, had the least credits, and wouldn’t really put me behind (as in there aren’t second and third installations of the class).
VB - it’s a simpler language and you could pick it up on your own.
C++ has more advanced concepts that it would be good to be educated in. Also, the conceps are applicable (similar) to Java and C#.
Intro Visual Basic.
C++ is a cross platform language, which is widely used and applied to a variety of OSes, platforms, and chip architectures. At one time, BASIC was, however since it has become Visual Basic it is primarily for Windows and is not, as far as I can tell implemented on blade servers (it was originally written for Dartmouth College Mainframes) or other devices.
If you want to learn about Microsoft, take Visual Basic. For computers, take C++.
Drop visual Basic. It’s a horrible language. VB should take you maybe a week to learn from a book.
C++ isn’t just about C++, but should give you an overview of concepts like memory management, pointers, and arrays. You will also probably be introduced to how the computer works much more closely.