Search found 2 matches

by linster
Sat Jun 28, 2008 12:53 am
Forum: QBASIC and QB64 Questions & Answers
Topic: plz help me out
Replies: 9
Views: 16755

Actually with C it's very easy (I've been learning alot of languages while not around). Basically you do something similar to this: #include <stdio>; main (str[128]) { int position; int a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, x, y, z; position = 1; while (position <= 128) {...
by linster
Tue May 30, 2006 8:36 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Veiw Ports
Replies: 1
Views: 5443

Veiw Ports

Okie dokie. I need to know how to put a dos prompt in a window (not a fake one!). I was thinking of using a Veiw port, and input statements, because i know that you could put bitmaps in veiw ports, but i was wondering how you would do the same with a dos prompt. Here is the veiwport code i used for ...