Thanks @Michael Brennan π
That I would like to show something but before that there are a lot of work to finish it thought π
I hope to make a finish and a stable app too.
Happy coding !
Hello to all,
I share my github for my various projects π: My Github
From now it is very rough and wip βΊοΈ
My main programming is C and C++ but I am learning other programming languages as wellπ
Thanks and keep it up for happy coding !
But better maybe he means that to fix :
#include <stdio.h>
int sum = 0;
int num = 0;
int main()
{
for (int num=0; num < 5; num++)
{
sum += (num+2)/2;
}
printf("%d\n", sum);
return 0;
}
Maybe it is fixed from this ?
#include <stdio.h>
int sum = 0;
int num = 0;
int main()
{
for (int num = 0; num < 5; sum = num++)
{
sum = sum + sum;
}
printf("%d\n", sum);
return 0;
}
Good luck everyone who go into to Computer Science course
I know something in C and C++, all are great programming language and very powerful too
Thank you @Rodney !
Hell ya ! I found on the internet an useful to resolve my UI and it works now ! π
Here is the info that explain very well : How to change dpi scaling settings in windows ?
Hello all,
I have installed for AM 19.5c on windows 11 and then suddenly my UI is so small now for text and picto, how to resolve this, please ? Thanks.
See my attach from my screenshot :
Thank you for your tips
Yes, not only transparent but shading not smoothly in some corner as here :
From nose, there is some artifact so not smooth... But as you say it is a problem of OpenGL not final to rendering thought...