Quote:
Originally Posted by shaynetran2001
tnx Fang i will do that now lol
culd you just copy commands from one to another source im just wondering (:
|
That's the beauty of software engineering. Granted that some solutions are better than others, there isn't one, set solution to a problem. It's possible to learn the programmer's style and implement commands if you wish; you won't be able to directly copy and paste them though. Luckily, commands are very simple. All you need to know are some basic selection statements and class hierarchy. Go with a Java, C++, or C# course. All of them cover basic selection statements. Look at examples within the source too. Class hierarchy is fairly basic as well. Studying the source you downloaded will really help you.