top of page

minigame Tech test
-
Made in 2019
-
This is a tech test I made for a company, a mini game.
-
Made in Windows Visual Studio 2017 + SFML graphic library
-
This is a demonstration of my tech skills, is the code generated from the scratch in 3 working days (24h)
-
It has the Windows executables, the source code and the documentation.
dATA STRUCTURES
-
Made in 2014
-
C++ Vectors, stacks, queues, trees, hash tables and their iterators made from the scratch.
-
Requires Windows and Visual Studio 2015. Ready to run.
dATA eDITOR
-
Made in 2014
-
Editor of C++ classes data serialized and exported in xml.
-
Made in C++ and GUI library wxWidgets.
-
Requires Windows and Visual Studio 2015. Ready to run.
Mastering C++
-
Continous C++ learnings from 2010 till now.
-
Solution where I practice the boundaries of C++.
-
Advanced techniques of C++, new features of latest iterations, multithreading STL, metaprogramming, idioms, design patterns and more.
-
Requires Windows and Visual Studio 2015. Ready to run.
Huge text sorter
-
Made in 2017
-
Sorted a huge text using limited amount of memory available. In this example I used only 1kb to sort a very long text file.
-
Recently I added multithreading, but it is still work in progress. I will update it soon.
-
Requires Windows and Visual Studio 2015. Ready to run.
AI search algorithms
-
Made in 2011 for the master degree AI course.
-
Written in C++ and DirectX.
-
Bread first search, deep first search, A*, Greedy and Bidirectional.
-
Requires Windows, DirectX and Visual Sudio 2015. Ready to run.
bottom of page