nqc icon indicating copy to clipboard operation
nqc copied to clipboard

NQC (Not Quite C) is a programming language for several Lego MindStorms products, including the RCX, CyberMaster, and Scout. This BrickBot/nqc repo captures updates to the code since NQC 3.1 r6 and is...

Results 7 nqc issues
Sort by recently updated
recently updated
newest added

I made my own [Homebrew tap](https://github.com/davidperrenoud/homebrew-nqc) using [jverne/nqc](https://github.com/jverne/nqc) so that you can install nqc on macOS by typing: ``` brew install davidperrenoud/nqc/nqc ``` This will download the compiled version (bottle)...

The Makefile does not appear to reference a Windows build, and platform-specific files such as rcxlib/RCX_USBTowerPipe_win.cpp do not appear to be included in the build. Also see the file "PORTING"...

TCP support was added for the Linux build (e.g. rcxlib/RCX_TcpPipe_linux.cpp); extend this capability to other platforms, including Windows and Mac OS.

This will add installation instructions for NQC on Linux.

License declaration is needed for both of the NQC example programs under "Radar": * Radar Gear Shifter * Radar Obstacle Avoider Requests have been submitted with the respective projects and...

Hello, I'm new to *nqc* and I try use `#include`. And i find it don't work with "normal" file name (more than 7 chars). ``` #include "lib.nqh" // work #include...

Hello @afanofosc, A couple [questions were raised](https://alioth-lists.debian.net/pipermail/debian-lego-team/Week-of-Mon-20250421/000635.html) on a Debian packaging list regarding the files under the "Docs" link (NQC_Guide.pdf, NQC_Manual.pdf, NQC_Tutorial.pdf, and NQCTutorialSamples.zip) on the [original NQC website](https://bricxcc.sourceforge.net/nqc/): *...