Is it possible to design website or community forums using C++ ?? and if "yes" will be it be powerful site ? and what will the extension be?
www.site.com/index.cpp
?
This is a discussion on Is it possible to ?????? within the C++ Programming forums, part of the General Programming Boards category; Is it possible to design website or community forums using C++ ?? and if "yes" will be it be powerful ...
Is it possible to design website or community forums using C++ ?? and if "yes" will be it be powerful site ? and what will the extension be?
www.site.com/index.cpp
?
Yes.
> will be it be powerful site ?
Purely down to your skill as a programmer.
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.
Google for CGI programming with C++.
You'll have to ask yourself whether it is really worth the trouble. Even if you want to use C++, you could put it inside a scripting wrapper, like a PHP or Python module, and embed it easily.
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;}