Re: [fpc-pascal] Hello, new Pascal programmer. had a question!

2021-09-02 Thread geneb via fpc-pascal
On Thu, 2 Sep 2021, Peter via fpc-pascal wrote: https://castle-engine.io/modern_pascal_introduction.html You can also download it as a single PDF. g. Thanks Dennis. Very useful refresher! You're welcome! (My name is Gene. :D ) g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com

[fpc-pascal] Conversion from C to Pascal - Left bit shift

2021-09-02 Thread LacaK via fpc-pascal
Hello *, I have code in C like this:   E1 << E2 If E1 is of unsigned type then "The value of E1 << E2 is E1 left-shifted E2 bit positions; vacated bits are zero-filled. If E1 has an unsigned type, the value of the result is E1 × 2^E2, reduced modulo one more than the maximum value

Re: [fpc-pascal] Hello, new Pascal programmer. had a question!

2021-09-02 Thread Peter via fpc-pascal
https://castle-engine.io/modern_pascal_introduction.html You can also download it as a single PDF. g. Thanks Dennis. Very useful refresher! Cheers, Pete ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

[fpc-pascal] FCL-Web updates/extensions

2021-09-02 Thread Michael Van Canneyt via fpc-pascal
Hello, Thanks to the efforts of Ondrej Pokorny and some sponsored work by the FPC/Lazarus foundation, FCL-Web has received some updates: - Improvements in fcl-net, basically a Select() call has been added to the socket stream, on all platforms that support this. - Possibility to keep