Skip to content
View igozdev's full-sized avatar

Block or report igozdev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
igozdev/README.md
// main.cpp
#include <iostream>
#include <limits>

auto main([[maybe_unused]] int argc, [[maybe_unused]] char** argv) -> int {
    std::operator<<(std::cout, "Hello, world!").operator<<(std::endl);
    constexpr auto int_min = std::numeric_limits<int>::min();
    return int_min % -((int)sizeof(+char{})["Goodbye, world."]);
            // ISO/IEC JTC1/SC22/WG21 4842:2024, [expr.mul]
            //     "... if the quotient a/b is representable in the type
            //      of the result, (a/b)*b + a%b is equal to a; otherwise,
            //      the behavior of both a/b and a%b is undefined."
}

Pinned Loading

  1. xorlit xorlit Public

    Compile time string literal encryptor

    C++ 3 1

  2. charimpl charimpl Public

    Compile-time header-only char implementation checking for C++03/11/14/17/20

    C++ 1

  3. laila laila Public

    advanced metaprogramming and preprocessor library

    C++ 1 1

  4. ObscuredItems ObscuredItems Public

    Collection of types made to be hidden from memory scanners such as Cheat Engine

    C# 3

  5. ellipsimg ellipsimg Public

    Generates images using randomly generated ellipses of best fit

    C++

  6. StarterClasses StarterClasses Public

    Mod for tModLoader

    2