Skip to content

This project was my journey to learning C++ and low-level calls another runnables. Basically it was part of my arma3 server project as there were only bullshit repositories which offer a connection to a mysql-server. So I built a connector on my own.

Notifications You must be signed in to change notification settings

danielgran/arma3mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArmA3MySQL

Overview

This project is a MySQL Wrapper around the ArmA3 SQF-Engine. Basically its a standard C Library which can be called via the standard functions defined in dlfcn.h:

  • dlopen()
  • dlsym()
  • dlclose() just like the A3Engine does.

Motivation

Unfortunately the great extDB3 Plugin from the beloved torndeco was just not working as expected. In addition i am currently learning C and C++ at my university. I see this as a part of my personal programming journey. I do coding for at least 8 years from now and never considered to bother with the low level C stuff. But i must really say once you are into it and got a grasp on the fundamentals (pointers, memory allocation, addresses, etc.) it really starts to make fun - at least for me.

About

This project was my journey to learning C++ and low-level calls another runnables. Basically it was part of my arma3 server project as there were only bullshit repositories which offer a connection to a mysql-server. So I built a connector on my own.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages