The program I'm taking up in college is BS Computer Science.pupairo12 wrote:Now, do you need a special program or some sort of software to do programing, and if you do, any suggestions?
If you've got totally no experience at all in programming, I suggest you start off with Visual Basic 6.
It lives up to it's name.
The codes are like messages here.
It's like your talking to your computer..
Example in VB6, creating a message box is easy as pie.
Code: Select all
Private Sub Command1_Click()
msgbox "Type a message here!"
End sub
But, if your a seasoned programmer, then I suggest you do C++ with Visual Studio...
It's easy to create simple games such as tower defense games in C++ once you've mastered VB, since Visual Basic is the application of Visual Studio... Sort of, since VS has a new library of codes...
Anyways,