Multimedia
Multimedia is media that utilizes a combination of different content forms.
Language
Pascal
Remove
Platform
Any
License
Any
OK, which seems appropriate), to no avail; the app constantly opens up the small window.
Unfortunately, I think I am cursed to forever manually re-size the 4x7" screen when using Free Pascal....
I just downloaded Free Pascal (2.4.2) and am eager to use it after many years with an older version. In the early exploring stage I have found that I cannot expand the 4 x 7.5” default window (???)....
: I am making kinda game on pascal and I have faced a problem -
: "spaceship" should move when appropriate button is clicked, but you
: need to click the same button for 5 times. So I think a...
I am making kinda game on pascal and I have faced a problem - "spaceship" should move when appropriate button is clicked, but you need to click the same button for 5 times. So I think a solution...
: Hi all. I have searched high and low for a resolution to what should
: be easy (but isnt) programming problem - how to define system-wide
: hotkeys using FP, most suitable for cross platform...
0) which have volume x, y,z of water.
Water can spill from vessel to vessel, and always so that the container "where" fill and the container "from" where we spill, completely emptied. The volume...
I tried to put it in my code, but it doesn't work... I thing because the arrays I use are char type. Also the arrays are records etc
a.mat.
If I use SizeOf() for the count, is it going to work???
10 * 10 = 100 bytes }
var a,b:^2d_array;
{...}
copyselective(a,b,100,0); {
OK!! I didn't knew that dos in windows(xp) is like java! (virtual machine):-o! Of course I run my program using dos box! Well, I know its not the best way to make a program and run it, but I know...
program graph_loop;
uses
crt,graph;
var
count : integer;
color : word;
eks,why,rad,lo_x,hi_x,lo_y,hi_y,inc_x,inc_y: integer;
GD,GM : integer;
trip : boolean;
ch :...
Here's an example how to implement it using recursion. Uses a 2D array instead of a search-tree, it should give a starting point anyway...const max_size=10;
type graf_element=record flag:boolean;...
: I wonder if there is something like the fillchar function, that if u
: use it you can "erase" the contents of an array in a simple
: function, without the for-loops, to write all the contents...
: How can I change font size?
Use to procedure : SetTextStyle(Font, Direction, Size); of the graph unit...
How can I change font size?
Your code is incomplete as posted, could you repost it ? (Don't forget to use the <> button on the top of the editor window)