3
I use Linux and by default (or at least in my case) it does not have screen brightness control, but has a program that gives to control.
The point here is that I want to take the "user" value and use this value in a type function: system("sudo light - Valor que receber aqui");
, to take the value and use in the function with C++?
What I’ve done so far (I’m implementing items I use daily): ideone.com/Qfha6c
Vlw, I tried to implement, but it gave several errors ( library / functions ) ... I’m making a bigger gambiara even : Imgur.com/a/4cxbM
– Luis Souza