Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
simple 2D vector graphics
#5
(10-27-2022, 10:03 PM)Pete Wrote:
Code: (Select All)
$IF  THEN
Type Name               Type suffix symbol   Minimum value                  Maximum value                Size in Bytes
---------------------   ------------------   ----------------------------   --------------------------   -------------
_BIT                    `                    -1                             0                            1/8
_BIT * n                `n                   -128                           127                          n/8
_UNSIGNED _BIT          ~`                   0                              1                            1/8
_BYTE                   %%                   -128                           127                          1
_UNSIGNED _BYTE         ~%%                  0                              255                          1
INTEGER                 %                    -32,768                        32,767                       2
_UNSIGNED INTEGER       ~%                   0                              65,535                       2
LONG                    &                    -2,147,483,648                 2,147,483,647                4
_UNSIGNED LONG          ~&                   0                              4,294,967,295                4
_INTEGER64              &&                   -9,223,372,036,854,775,808     9,223,372,036,854,775,807    8
_UNSIGNED _INTEGER64    ~&&                  0                              18,446,744,073,709,551,615   8
SINGLE                  ! or none            -2.802597E-45                  +3.402823E+38                4
DOUBLE                  #                    -4.490656458412465E-324        +1.797693134862310E+308      8
_FLOAT                  ##                   -1.18E-4932                    +1.18E+4932                  32(10 used)
_OFFSET                 %&                   -9,223,372,036,854,775,808     9,223,372,036,854,775,807    Use LEN
_UNSIGNED _OFFSET       ~%&                  0                              18,446,744,073,709,551,615   Use LEN
_MEM                    none                 combined memory variable type  N/A                          Use LEN
$END IF

I should make a copy of that for every program i write!

Oh, does anyone else like how using $IF/THEN works as a block REM statement? I mean I'd rather we had a QB64 block remark statement like the one used for JavaScript, but thi hack will do.

Pete

Wow, a multi-line comment hack! I never knew! Very cool, Pete. We learn something new every day! 

Yeah I just put that into the code because my memory was never the most photographic and it saves me from having to go look it up!
Reply


Messages In This Thread
simple 2D vector graphics - by madscijr - 10-27-2022, 07:45 PM
RE: simple 2D vector graphics - by bplus - 10-27-2022, 08:02 PM
RE: simple 2D vector graphics - by madscijr - 10-27-2022, 11:11 PM
RE: simple 2D vector graphics - by Pete - 10-27-2022, 10:03 PM
RE: simple 2D vector graphics - by madscijr - 10-27-2022, 11:14 PM
RE: simple 2D vector graphics - by mnrvovrfc - 10-27-2022, 11:33 PM
RE: simple 2D vector graphics - by madscijr - 10-28-2022, 01:59 AM
RE: simple 2D vector graphics - by Pete - 10-27-2022, 11:38 PM
RE: simple 2D vector graphics - by madscijr - 10-28-2022, 02:02 AM
RE: simple 2D vector graphics - by vince - 10-28-2022, 02:15 AM
RE: simple 2D vector graphics - by madscijr - 10-28-2022, 03:48 AM
RE: simple 2D vector graphics - by bplus - 10-28-2022, 05:32 PM
RE: simple 2D vector graphics - by madscijr - 10-28-2022, 06:58 PM
RE: simple 2D vector graphics - by bplus - 10-28-2022, 09:26 PM
RE: simple 2D vector graphics - by madscijr - 10-28-2022, 09:50 PM
RE: simple 2D vector graphics - by mnrvovrfc - 11-04-2022, 11:59 PM
RE: simple 2D vector graphics - by madscijr - 11-05-2022, 02:09 AM
RE: simple 2D vector graphics - by TempodiBasic - 11-08-2022, 10:17 AM
RE: simple 2D vector graphics - by madscijr - 11-08-2022, 12:25 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Angle, Vector, Radian, and Distance Library TerryRitchie 11 2,760 03-31-2025, 10:16 PM
Last Post: Dragoncat
  SVG graphics demos James D Jarvis 4 907 03-25-2025, 12:41 AM
Last Post: James D Jarvis
  Got so drunk for St. Patricks Day, I programmed something in graphics... Pete 42 8,734 08-04-2024, 04:05 PM
Last Post: Pete
  ^^0^^---- What do you graphics guys think? Pete 9 1,878 04-05-2024, 07:26 PM
Last Post: TheBOB
  Oh when will this drunken binge end? Another graphics routine. Pete 3 936 03-31-2024, 08:29 AM
Last Post: Pete

Forum Jump:


Users browsing this thread: 1 Guest(s)