back
user profile

AlexeyBrin

11,535karma·1,345submissions·January 25, 2013
recent activity (1,345 total)
comment
Kernighan coauthored a book about AMPL.
6y ago·view thread
comment
Here you go https://developercommunity.visualstudio.com/idea/443508/msvc... Read the comments, it should be available in the next VS2019 update.…
6y ago·view thread
comment
You can use VS for C just fine on Windows, VS 2019 has full support for C89 and almost complete C99 support. Next iteration of VS 2019 will even add support for _Generic. But, if you want to write por…
6y ago·view thread
comment
Tangential - in your work in progress compiler book https://keleshev.com/compiling-to-assembly-from-scratch-the-... are you going to write yourself the lexer and parser or use Flex an…
6y ago·view thread
comment
> If Fortran has been around for this long without a standard library, then what do people use now? The actual language, for example most of the functionality that in C is considered to be in the s…
6y ago·view thread
comment
> Been trying to install WSL2 for a month+ now. WSL2 was/is not available yet for the stable branch of Windows, you need to use Windows Preview to access it. Try again in 1 - 2 months.
6y ago·view thread
comment
I checked just GCC 10 and Clang 9, pretty sure MSVC will also let you use gets() since their C compiler is C89 with partial C99 support. Honestly I would've expected an error with -std=c17 -Wall …
6y ago·view thread
comment
GCC 10 has no problem building C code that uses gets(), even with the -std=c17 compilation flag. You get a warning at runtime, but that's it.
6y ago·view thread
comment
Ketchup is not raw tomatoes! Home made tomato juice with pulp is usually boiled and canned. It can be stored up to two years.
6y ago·view thread
comment
How can I start a http server in a multipass instance and access it from the host ? Is this even possible ?
6y ago·view thread
comment
> Last time I tried pygame it turns out it like just doesn’t work on Macs or something? None of the examples worked, just got blank boxes PyGame seems to work if you install the official Python 3 b…
6y ago·view thread
comment
> Until Stroustrup fixes the header processing behavior (it's 2019 already...) C++ will not become a sane language to use for new development. C++ does not have a BDFL like other languages, C+…
6y ago·view thread