|
nihilocrat
|
|
Raleigh, NC, USA
Apr 2003 time: 00:28
|
|
I would assume it would be best to find a tutorial for just about any of the major languages, a "Beginners programming" tutorial, and take a day or two to look at that. I would immediately suggest Python's tutorial (www.python.org) for Python's ease-of-use and beginner-friendliness, except it might not help amazingly too much with BHG scripting, since BHG scripting is more oriented towards C in both syntax and in the fact that there are a few variable types you need to keep track of.
Thus, I guess a tutorial on C or C++ would be best. When you get down to it, all programming is the same, it's just a question of expressing logical constructs (high level operations) and managing this with a computer (low level operations). There are quite a few tutorials for various C/C++ things I've seen made by programmers with terrible style, so if a tutorial starts to just not make any sense, look for another one.
|