Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements

6 Posted Topics

Member Avatar for N3wbi3C0d3r

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 …

Member Avatar for anu79
1
3K
Member Avatar for Ragnarok

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 …

Member Avatar for Airshow
0
241
Member Avatar for pookeesha

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 …

Member Avatar for jaedma
0
988
Member Avatar for ethveg

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 …

Member Avatar for ethveg
0
195
Member Avatar for mahas

[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 …

Member Avatar for mahas
0
121
Member Avatar for rusti

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 …

Member Avatar for rusti
0
165

The End.