Quantcast
Channel: naiznoiz.com » C#
Browsing all 3 articles
Browse latest View live

C#/C++ interop: A simple example

This article shows the simplicity of calling a C++ class from C#, through the use of a managed C++ wrapper class. CPP class (CPPClass.h), to be compiled as static library: #include <stdio.h>...

View Article



Check which Mono.Simd functions are accelerated

The following small program gives a list of which Mono.Simd functions are accelerated on your machine. using System; using Mono.Simd; using System.Reflection; namespace AcceleratedMethods { class...

View Article

Image may be NSFW.
Clik here to view.

C# loops, Ruby style

Some years ago, I was into Ruby. I liked it a lot. The syntax is very intuitive, with the least amount of decoration code (like brackets). It is said to follow the principle of least surprise (POLS),...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images