I know I follow a lot of indie game makers here, but I have little idea of what engines any of of you use. Anybody here know about C++ compiling? @josemachete79 is working on building his own version of #Angband from a cloned repo, and is running into issues compiling.
Any help anyone can offer would be much appreciated- I've played a test build or two of the game and it's working great except for these final compiling issues. Hit him up!
(The image below is a screenshot of the starting character I randomly generated to use when testing one of the builds.)
@josemachete79 wait - my bad - it would be the #CPlusPlus tag haha
The case of the feature flag that didn’t stay on long enough, part 2
https://devblogs.microsoft.com/oldnewthing/20250418-43/?p=111081
#cpp
#cplusplus
#CppPollOfToday: Are you currently looking for a new C++ job?
https://meetingcpp.com/mcpp/survey/?q=41
#cplusplus
#cpp
Network with experts, and dive deep into the latest C++ content.
Secure your spot now! https://cppnow.org/registration
The case of the feature flag that didn’t stay on long enough, part 1
https://devblogs.microsoft.com/oldnewthing/20250417-00/?p=111079
#cpp
#cplusplus
chrono-Compatible Low-Level Date Algorithms
http://howardhinnant.github.io/date_algorithms.html
#cpp
#cplusplus
Learn about Concepts, Ranges and Views with Nicolai Josuttis!
https://meetingcpp.com/mcpp/training/trainingslisting.php?tid=38
#cpp
#cplusplus
Book of the Day: Functional Programming in C++ by Ivan Čukić
https://meetingcpp.com/mcpp/books/book.php?hash=822704913b5982068bb6db14c221057e343d5221
#cplusplus
#cpp
Using the classical model for linking to provide unit test overrides
https://devblogs.microsoft.com/oldnewthing/20250416-00/?p=111077
#cpp
#cplusplus
Next week: Jens Weller talks about his vibe coding experiments with C++!
https://www.meetup.com/meeting-cpp-online/events/307333537
#cpp
#cplusplus
Retro C++ quiz #28
Given the following in C++:
struct A{};
struct B: public A {};
void b(){
// A
B::A ba;
// B
A::A a1;
// C
struct A::A::A a3;
}
Without checking, which is declaration is invalid?
A. A
B. B
C: C
D: Show answers
Book of the Day: The Boost C++ Libraries by Boris Schäling
https://meetingcpp.com/mcpp/books/book.php?hash=fdf8045acbbe8c08dc0c2cc3ce8112b8ae280bcd
#cplusplus
#cpp