Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Chess prog

34 views
Skip to first unread message

chris....@gmail.com

unread,
Jul 19, 2015, 6:34:00 PM7/19/15
to
Hi folks I just thought I'd drop a message here in case anyone is interested in a chess app I've done in C++14. Just a single file and no OS specific bits, should compile and run happily on most system.

https://github.com/vygr/C-Chess

Best regards

Chris

JiiPee

unread,
Jul 19, 2015, 7:33:06 PM7/19/15
to
Nice looking code.

tried with codeblocks and GCC 4.9 but did not compile, pchess.cpp
"C:\TDM-GCC-64\lib\gcc\x86_64-w64-mingw32\4.9.2\include\c++\tuple|1102|error:
value-initialization of reference type 'std::array<int, 64ull>&'|"

JiiPee

unread,
Jul 19, 2015, 7:42:19 PM7/19/15
to
On 19/07/2015 23:33, chris....@gmail.com wrote:
I get two errors. the other one is:
"C:\TDM-GCC-64\lib\gcc\x86_64-w64-mingw32\4.9.2\include\c++\tuple|1102|error:
value-initialization of reference type 'std::vector<move>&'|"

I guess that can be fixed manually from the code? seems like some
initialization problem.
0 new messages