eecs280staff / tutorials

Tools and tutorials
https://eecs280staff.github.io/tutorials/
Other
5 stars 4 forks source link

Visual Studio 2017 compile fixes #79

Closed awdeorio closed 1 year ago

awdeorio commented 1 year ago

Fixes to xgetopt.h to support Visual Studio 2017. This supports the EECS 281 tutorial getopt library for EECS 281 students. Contribution from Dave Paoletti.

github-actions[bot] commented 1 year ago

The spec from this PR is available at https://preview.sesh.rs/previews/eecs280staff/tutorials/79/.

(Available until Sat Feb 04 2023.)

awdeorio commented 1 year ago

@zjweiss would you please review?

awdeorio commented 1 year ago

Update: Dave Paoletti tested on both Visual Studio 2017 and 2022. He also tested on Linux. I tested on macOS.

zjweiss commented 1 year ago

LGTM. I had previously only tested it on VS 2022