Multimedia
Multimedia is media that utilizes a combination of different content forms.
Forum Post

Re: Free Pascal - Window Resize

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....
Forum Post

Free Pascal - Window Resize

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 (???)....
Forum Post
Forum Post

Re: Artificial input :P

: 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...
Forum Post

Artificial input :P

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...
Forum Post

Re: FreePascal Global/System-wide hotkeys

: 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...
Forum Post
Forum Post
Forum Post

help with breadth-first search

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...
Forum Post

Re: copy a 2d array to another

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???
Forum Post

Re: copy a 2d array to another

10 * 10 = 100 bytes } var a,b:^2d_array; {...} copyselective(a,b,100,0); {
Forum Post

Re: copy a 2d array to another

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...
Forum Post

graph loop with non-functional keypressed .

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 :...
Forum Post

Re: an algorithm like BFS (breadth-first search) but.. (help)

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;...
Forum Post

Re: how to blast an 2d array aout to screen without for-loops?

: 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...
Forum Post

Re: Font size

: How can I change font size? Use to procedure : SetTextStyle(Font, Direction, Size); of the graph unit...
Forum Post

Font size

How can I change font size?
Forum Post

Re: OUTPUT PROBLEMS

Your code is incomplete as posted, could you repost it ? (Don't forget to use the <> button on the top of the editor window)
1 2 3 4 5 6 16 26 36  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.