Explore >> Select a destination


You are here

macoy.me
| | www.ryanliptak.com
3.5 parsecs away

Travel
| | The latest development version of Zig can now compile (and cross-compile) Windows resource files and embed manifest files
| | gcher.com
3.7 parsecs away

Travel
| | As of 2019, C and C++ are the only programming languages that are supported by virtually any platforms on the market. For example both iOS and android support compiling C and C++ directly as part of their official IDEs. This is one of the reason why I decided to write my voxel editor Goxel in C99: I wanted to be able to run it on Linux, Mac, Windows, iOS, and now I am working on a Android port as well.
| | blog.laufeyjarson.com
4.0 parsecs away

Travel
| |
| | www.babaei.net
27.3 parsecs away

Travel
| Previously I've described the process of building Crypto++ on both FreeBSD and Windows using the GCC, MinGW and VC++ compilers. Now, we want to develop our own cross-platform cryptographic wrapper library around Crypto++. I've already uploaded the full source code to GitHub. You can find the link to the code on GitHub at the end of this article. Before you proceed, you have to build the Crypto++ library as I mentioned earlier here.