0
Why files of web takes more times than c++ to open ?
web project
2 Respuestas
+ 8
Maybe because that's totaly different... and because Html/Css/JS require quickly much more lines of codes, as you can do more complex and graphical outputs than in the limited text output for C++? ( and web codes need to be integrated into web code, parsed and treated on user side, not the C++ codes wich require only receive and send text source code to be compiled and ran on server side ^^ )
+ 1
Thanks