On Mon, 12 Nov 2007 20:25:13 +0100
Jilani Khaldi <[EMAIL PROTECTED]> wrote:
> Hi All,
> I am translating a piece of code from C to Pascal...
> Any help? Thanks!
>
> /* C code */
> void draw_fonts (HPDF_Page page)
> {
> int i;
> int j;
>
> HPDF_Page_BeginText (page);
>
> /*
Hi All,
I am translating a piece of code from C to Pascal...
Any help? Thanks!
/* C code */
void draw_fonts (HPDF_Page page)
{
int i;
int j;
HPDF_Page_BeginText (page);
/* Draw all character from 0x20 to 0xFF to the canvas. */
for (i = 1; i < 17; i++) {
for (j = 1;
S. Fisher wrote:
Regular expressions are used by vi and emacs; in fact, any editor that
doesn't let you do a regex search is a joke. (Even some microsoft
applications understand regexes.) So everyone who programs should
learn regular expressions.
Regular expressions are also used by grep, an
Musan Antal schreef:
Was you ever considering to get involved in the Google Summer of Code?
There are lot of Open-Source projects in it, I think it would also be in
the benefit of FPC to get some developers.
But what do you think about this?
It is a good idea. FPC applied twice and was rejec
Was you ever considering to get involved in the Google Summer of Code?
There are lot of Open-Source projects in it, I think it would also be in the
benefit of FPC to get some developers.
But what do you think about this?
___
fpc-pascal maillist - fpc-p