Search found 7 matches

by rishu
Wed Oct 15, 2008 9:32 am
Forum: QBASIC and QB64 Questions & Answers
Topic: No sound from QB45 running under WinXp
Replies: 19
Views: 28958

As far as i know Qbasic uses internal buzzer to generate sound. So it may be possible that ur laptop doesn't have that buzzer.
I encountered the same problem with my COMPAQ machine.
by rishu
Mon Aug 04, 2008 9:16 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Library
Replies: 3
Views: 6963

Library

wot a library means?
by rishu
Mon Aug 04, 2008 1:12 am
Forum: QBASIC and QB64 Questions & Answers
Topic: viewport
Replies: 1
Views: 4528

viewport

What does a viewport mean.
i came accross it usin WINDOW command
by rishu
Sat Aug 02, 2008 1:33 am
Forum: QBASIC and QB64 Questions & Answers
Topic: RPG and SPRITE
Replies: 1
Views: 3975

RPG and SPRITE

while surfing through petes iste i came accross terms like rpg and sprite . Can anybody plz tell me about these terms ina comprehensive way.
by rishu
Fri Aug 01, 2008 11:57 am
Forum: QBASIC and QB64 Questions & Answers
Topic: BITS and BYTES
Replies: 4
Views: 8044

n = 1 DO CLS SCREEN 12 CIRCLE (160, 100), 40, 1 PAINT (160, 100), CHR$(n), 1 PRINT n n = n + 1 SLEEP 2 LOOP UNTIL INKEY$ = CHR$(27) 'press esc to end END i am posting answer of my own question. :!: let us consider screen 12. it 's 640x480 now the whole screen is divided into 80 parts across. Each pa...
by rishu
Thu Jul 31, 2008 11:26 am
Forum: QBASIC and QB64 Questions & Answers
Topic: BITS and BYTES
Replies: 4
Views: 8044

BITS and BYTES

in qb help file look for paint command. under tile$ folowing is written "8 bits wide and 64 bytes long". How the concept of bits and bytes apply here.
by rishu
Thu Jul 31, 2008 9:38 am
Forum: QBASIC and QB64 Questions & Answers
Topic: PAINT command
Replies: 3
Views: 7894

PAINT command

open help. and then explore paint command. I am unable to understand the usage of tile$ and background$.