0
4Ă4 sudoku that can be solved by itself (c++)
Cpp ÂżCan u guys do it just using <iostream>?
1 Answer
+ 3
If you plan on doing everything from scratch then you could use only 'iostream'... The standard library has a bunch of headers that can make your life easier and safer.. Just learn a bit more about C++...