jamieS95

Results 4 issues of jamieS95

### Input code ```csharp private static int GetBit(byte[] h, int i) { return h[i / 8] >> (i % 8) & 1; } ``` ### Erroneous output ```vbnet Private Shared...

C# -> VB

would you Re-implement this in a C DLL and have bindings for C# for improved performance? would you rewrite some classes to structs to avoid the class overhead in unity's...

i used a website to compare if the outputs were correct ![git1](https://user-images.githubusercontent.com/50465426/91342082-6f9e1180-e7d2-11ea-8ada-5a32925cbe6c.png) ![git2](https://user-images.githubusercontent.com/50465426/91342085-7036a800-e7d2-11ea-8925-91b6a19aa2dc.png)

needs an #if windows for: SMwin.cpp@SDL_GL_SetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, SDL_GL_CONTEXT_PROFILE_ES); error: Severity Code Description Project File Line Suppression State Error (active) E1574 static assertion failed with "Windows headers require the default packing option....