No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Re: I installed QuickBASIC 4.5 (yeah, I know, but it's comfortable) on a P4 2.3G (w/448Megs of RAM) HP Notebook w/ 30Gigs free on the hard drive and running XP. I first ran this QB version on a P3 166M (both under DOS and within Win3.1)and then on a P4 1.3G … | |
Re: If you don't need the book to "teach" you as long as it explains everything with precision, a GREAT companion book for Sam's (which will lead you by the hand, but only goes a few steps with you) is O'Reilly's [I]Javascript, the Definitive Guide[/I], by Flanagan, which will allow you … | |
Re: In reply to the original post, let's distinguish between QBASIC and QuickBASIC. I suggest strongly using the latter - if you're actually going to write programs to use you'll need features the former doesn't offer. And yes, one form of Basic or another was built into most PC's when they … | |
I have a form with several text boxes. The onblur handler for each calls a function, and so does the onfocus handler. Both the functions alter the [I]display[/I]. When I am in one text box and click into another, it appears (from using alert boxes to track the results) that … | |
Re: [QUOTE=mahas]just a lil confusion plz hlp ok the physical consistency of the data means that it shoud be same(value/format) whereever present in the data base but what does logical consistency means...?[/QUOTE] I know what it means in a logical system (that it's possible to derive a contradiction from the given … | |
Re: I think that PRINT and LOCATE rowparam,colparam are good starting points (as in a "Hello, World" program.) Also, I hope you will teach the three types of program structures (linear sequencing, loops and branching) for which you need only FOR ... NEXT (ask the students to add all the numbers … |
The End.