Thread: Is it possible to ??????

  1. #1
    Registered User
    Join Date
    Aug 2006
    Posts
    3

    Is it possible to ??????

    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

    ?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    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.

  3. #3
    Registered User
    Join Date
    Jan 2006
    Location
    Europe/Belgrade
    Posts
    78
    Google for CGI programming with C++.

  4. #4
    Registered User
    Join Date
    Mar 2006
    Posts
    725
    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;}

Popular pages Recent additions subscribe to a feed