Jump to content
Sign in to follow this  
Guest

"animation in C" - or, "Guess who's stuck again?"

Recommended Posts

Guest

>I cannot really believe that XML will support GDI functions.>Can you prove it or did you only hear this from "somewhere"?>>Only one small thing, Bill: my name is written without a>second "l", only Marcel ;-)I should think that the lack of .gau files in the gauges folder is a pretty good indication of the gauge types used. This was reported by a number of folks with press copies.BTW, I finally managed to lick the animation problem I was having, due in no small part to your replies in the support forum... :)Once I got off my duff and started thinking like a programmer again, I went back to square one and penciled out a flowchart of the problem on real paper. :)I should be ashamed of myself for violating the most basic "rule" I hammered into all of my students in the freshman "Intro. to Computing" classes at UF, Gainesville many years ago:"If you cannot solve the problem yourself with pencil, paper and your own intelligence, do not expect become a programmer, much less pass this class!"To further reinforce this dictum, none of the students were allowed to touch a keypunch machine or the mainframe until they'd solved this problem:"At its most basic level, a computer only 'knows' one mathematical operation, viz. either addition or subtraction. All other math operations depend on machine level programs that define the processes. For this excercise, I will allow you to assume that the four basic operators are present: addition, subtraction, multiplication and division; in addition, you may assume that the three comparative operators are available: greater than, less than and equals.Outline the steps necessary and flowchart the process needed to derive the square root of any positive integer to six decimal places using the minimum number of discrete steps."A few of the students would have a workable solution within hours. Most of them took at least a week, and a few never managed to solve the problem at all, but wound up dropping the class to take up something less intellectually challenging... :)BillAVSIM OmbudsmanFounder and Director,Creative Recycling of Aircraft Partshttp://catholic-hymns.com/frbill/FS2002/images/fartslogo.jpg

Share this post


Link to post
Share on other sites

Hi, Bill.>It would be nice if MS would redo the .CAB to make it password protected, just for the sake of security

Share this post


Link to post
Share on other sites
Guest

>Hi Bill,>>I cannot really believe that XML will support GDI functions.>Can you prove it or did you only hear this from "somewhere"?Hi again, Marcel <= note only one "L" this time! :)I suspect that MSFS is now using a variant of VML - Vector Markup Language, which is a superset of XML itself. Remember when I said that XML and LISP shared the characteristics of "self-definition?" Most people are completely unaware that HTML is simply another superset of XML. :)As far as API interaction, it is a simple matter to utilize the SAX (Simple API for XML), which again is a superset of XML: a "module" of code that allows for access to all WIN APIs. Of course, SAX has been ported into multiple languages, including C, and C++ among others. It was originally written to support Java based XML web applications to facilitate realtime document/data I/O.For more information and specifications for VML, see: http://msdn.microsoft.com/workshop/author/.../data/vmlom.aspFor more information about practicing safe SAX, see:http://www.saxproject.org/BillAVSIM OmbudsmanFounder and Director,Creative Recycling of Aircraft Partshttp://catholic-hymns.com/frbill/FS2002/images/fartslogo.jpg

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...