mirror of
https://gitlab.com/klmp200/LO27.git
synced 2025-07-11 15:49:23 +00:00
Renommage de fonction et plus de doc
This commit is contained in:
@ -37,7 +37,7 @@ int main(){
|
||||
Matrix m2;
|
||||
BooleanMatrix bmatrix;
|
||||
|
||||
useSDL = inputYesOrNo("Do you want to use SDL library for matrix display ?");
|
||||
useSDL = inputYesOrNo("Do you want to use SDL library for matrix display ( interesting for big matrix only ) ?");
|
||||
printf("A random matrix will be generated\n");
|
||||
printf("Enter the number of columns of this matrix\n");
|
||||
col = safeNumberInput(1, 30000);
|
||||
|
Reference in New Issue
Block a user