This project went from C# to C++/CLI to C++ to pure C . Ended up getting an OK grasp on pointers and memory allocation, linking .DLLs (through visual studio), and even dabbling with multithreading. Doing this in C forces me to do a little more work if I wanted the application to be cross platform, but I think I'm on with that . Now if I'm asked if I've done anything with native Windows programming I can say I fuxwiddit .
Still a ways out though. I need to move some code into their own functions and get them going in their own threads. I need to make sure I'm not leaking memory like a colander, which I very well might be. Lastly I need to figure out what I'm going to do about a GUI. I want to use Election so I can incorporate some JavaScript and pick that up as well, but I might go the Qt route.
Still a ways out though. I need to move some code into their own functions and get them going in their own threads. I need to make sure I'm not leaking memory like a colander, which I very well might be. Lastly I need to figure out what I'm going to do about a GUI. I want to use Election so I can incorporate some JavaScript and pick that up as well, but I might go the Qt route.