Search Results

Found 1 results for "2be009489cac3702b8529afdfded28f4" across all boards searching md5.

Anonymous /g/105764133#105795033
7/4/2025, 3:56:03 AM
code review pls? (C++)

https://onlinegdb.com/PuRa7UdhW

Ultimately I want to create a little GUI where I can select from a pair of dropdowns a device and the port I want to add it to, then I can plug in the device and it will just work because the system has configured it on object creation and is read/writing in whatever manor it needs to for that specific device.

Main thing I'm thinking of right now is how to identify each device so that manager can find a specific one again later. Also I don't like the duplication of the listAllowedPorts function on each derived class but I don't know a way around that