Mohamed A. Said
Results
3
comments of
Mohamed A. Said
Hey it's me GuestSneezeOSDev, what did you mean by this. Did you mean as in a GUI-based installer?
> Yes, the goal is to have a GUI installer that can handle both single-boot and dual-boot scenarios. Ideally with a standardized framework such as Calamares. I have some friends...
Isn't `NULL` by default defined? If it isn't why not just add these lines of code to some include? ```cpp #ifdef _LINUX || _OSX #define NULL 0 #endif ````