Author Topic: Anagrams  (Read 4073 times)

Mike Lobanovsky

  • Guest
Re: Anagrams
« Reply #15 on: December 13, 2017, 03:41:23 AM »
However, the generated C code uses the standard libc system header files and links to libc...  :-\

But that's perfectly legal in the context of RosettaCode challenges! And so does my C code by the way; it's just that it compiles directly in memory on program load using standard windows.h and stdio.h system headers and links against msvcrt.dll that's a Windows-specific dynamic analog to your libc static library. :)

B+

  • Guest
Re: Anagrams
« Reply #16 on: December 13, 2017, 06:06:09 AM »
Steve McNeil has Anagrams running very fast with QB64.

3rd page @ http://www.qb64.net/forum/index.php?topic=14622.30

Mike Lobanovsky

  • Guest
Re: Anagrams
« Reply #17 on: December 13, 2017, 02:20:37 PM »
Pretty impressive! I mean, very impressive even if not particularly pretty. :)