Doesn't run correctly under windows. The code relies on the system call "stty cbreak", which is linux specific. 'stty' is not recognized as an internal or external command, operable program or batch file. I would love to read comments instead of downvotes. Where am I wrong?
2048 implemented in 487 bytes of C
21–30 of 47 posts
Re: 2048 implemented in 487 bytes of C
#22beautified one http://pastebin.com/1Vj0jUrR
Re: 2048 implemented in 487 bytes of C
#23Re: 2048 implemented in 487 bytes of C
#24Re: 2048 implemented in 487 bytes of C
#25Doesn't run correctly under windows. The code relies on the system call "stty cbreak", which is linux specific. 'stty' is not recognized as an internal or external command, operable program or batch file. I would love to read comments instead of downvotes. Where am I wrong?
Were you expecting WINAPI wMainMain(...)?
Re: 2048 implemented in 487 bytes of C
#26Re: 2048 implemented in 487 bytes of C
#27Earlier quoted context omitted.
Were you expecting WINAPI wMainMain(...)?
As an obfuscated c example I was expecting portable code. Anyone hoping that as many people as possible try their code should aim for that.
Re: 2048 implemented in 487 bytes of C
#28Re: 2048 implemented in 487 bytes of C
#29Earlier quoted context omitted.
Were you expecting WINAPI wMainMain(...)?
As an obfuscated c example I was expecting portable code. Anyone hoping that as many people as possible try their code should aim for that.