Coder Social home page Coder Social logo

aoc2022's Introduction

AOC2022

Attempting Advent of Code 2022 while waiting for Advent of Code 2023.

Initial plans were to do AOC2022 in a language I know well, and then do it in two languages I want to learn to accelerate the learning process.

I've since abandoned this because I ran out of time prior to AOC2023 starting and I am trying to prioritise C++. Upon completion of AOC2023, I may return and redo all challenges in C# and Swift.

C++

I wasn't aware how much plumbing was required to simply create a DLL for utility functionality, and I've thoroughly enjoyed learning how it all works which is partially why my AOC2023 attempt will be focused upon C++.

Microsoft Docs > Walkthrough: Create and use your own Dynamic Link Library (C++)

DLL

Properties > [TODO]

Consuming project

  • Properties > Configuration Properties > C/C++ > General
    • Additional Include Directories = [pathToDLLProjectFolder]
  • Properties > Configuration Properties > Linker > General
    • Additional Library Directories = [pathToDLLBinFolder]
    • Link Library Directories = No
  • Properties > Configuration Properties > Linker > Input
    • Additional Dependencies = [DLLName].lib

C#

C# is my primary language in my day job. I'd intended to do the time-based challenge aspect of AOC using this language, and then use other languages to do the same thing to learn them. This has ended up not happening due to time consuming projects at work.

Swift

I'm putting learning of Swift on hold for a while.

AOC2023

My Advent of Code 2023 repository.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.