Bonjour,
Probablement une erreur bête : j'ai deux erreurs :
voici le code :||=== Build: Debug in HW (compiler: GNU GCC Compiler) ===| C:\Users\jso36\Desktop\HW\main.cpp||In function 'int main()':| C:\Users\jso36\Desktop\HW\src\Cercles.cpp|13|error: expected initializer before 'cout'| ||=== Build failed: 1 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===| C:\Users\jso36\Desktop\HW\main.cpp|10|error: 'unTest' was not declared in this scope| ||=== Build failed: 2 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|
Cercles.cppCode:
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
main.cppCode:
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
En vous remerciant/Code:
2
3
4
5
6
7
8
9
10
11
12
