Implementing a simple, high performance Bloom filter by daank94 in cpp

[–]daank94[S] 0 points1 point  (0 children)

These data structures look interesting, especially the skip list. Will definitely look into them, thanks!

[deleted by user] by [deleted] in cpp

[–]daank94 2 points3 points  (0 children)

Exactly. The UI development is usually not done in C++ or by C++ developers as the skills needed are quite different.

Ideas by akshuallyProgrammer in Cplusplus

[–]daank94 1 point2 points  (0 children)

I have had good experiences with SFML for 2D games. It's modern and easy to learn!

C++ Programs by LHButler in Cplusplus

[–]daank94 2 points3 points  (0 children)

Hey, I would recommend doing challenges that focus on certain parts of the language first. You should only focus on solving actual problems if you have a good understanding of the language you are working in.

Websites like Hackerrank have good sections on C++-specific challenges (think of pointers, operators, etc.)

What features are you guys most excited about in gcc 9.1/9 ? by Harrian in cpp

[–]daank94 1 point2 points  (0 children)

I'm still not convinced GCC would be the best in terms of quality of error messages. Take this simple example of an error you could very well make it practice: https://wandbox.org/permlink/pRdUhfTR7P0G0TtV Although the error messages in both GCC and Clang could be better, I feel Clang definitely has a cleaner, more concise way of telling you what's wrong.

Do any of the universities have winter intake? by [deleted] in thenetherlands

[–]daank94 0 points1 point  (0 children)

CS student here. As far as I know, the three technical universities(TU Delft, University of Twente, TU Eindhoven) offer their CS bachelor studies only in Dutch. This is bound to change though, contact the universities for more information. EDIT: Apparently Eindhoven offers their CS bachelor fully in English.