Hey can you guys direct me to a good STL tutorial website? Google search sucks.![]()
This is a discussion on Standard Template Library within the C++ Programming forums, part of the General Programming Boards category; Hey can you guys direct me to a good STL tutorial website? Google search sucks....
Hey can you guys direct me to a good STL tutorial website? Google search sucks.![]()
You mean like this first hit from google just searching "stl"
http://www.sgi.com/tech/stl/
"good STL tutorial website?"
No idea - you don't list the ones you consider to be bad, so how can we list ones which you might think are "good".
As they say, one man's fish is another man's poisson.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
Code:#include <stdio.h> void J(char*a){int f,i=0,c='1';for(;a[i]!='0';++i)if(i==81){ puts(a);return;}for(;c<='9';++c){for(f=0;f<9;++f)if(a[i-i%27+i%9 /3*3+f/3*9+f%3]==c||a[i%9+f*9]==c||a[i-i%9+f]==c)goto e;a[i]=c;J(a);a[i] ='0';e:;}}int main(int c,char**v){int t=0;if(c>1){for(;v[1][ t];++t);if(t==81){J(v[1]);return 0;}}puts("sudoku [0-9]{81}");return 1;}