mcwind 0 Report post Posted March 1, 2006 (edited) Is friendster using C++ language to make the own page?If so, can some one teach me how to work on it?Is there any source that teach to work on it?Thanks.* New to C++ Edited March 1, 2006 by mcwind (see edit history) Share this post Link to post Share on other sites
Inspiron 0 Report post Posted March 1, 2006 Unfortunately, C++ is not a web programming language. It's a language to create software that runs on the computer, not on the web. Most of the programs in your computer are probably coded with C++ and its one of the most and common primitive language.If you want to learn C++, you can try searching on google for C++ tutorials.Some of these I would recommend are:http://www.cplusplus.com/doc/tutorial/http://www.cprogramming.com/tutorial.htmlhttp://forums.xisto.com/no_longer_exists/You can also look for a book in your nearest library if it has one. Look for "C++ for Dummies". That dummy series will teach a new programmer from scratch. Share this post Link to post Share on other sites
mcwind 0 Report post Posted March 1, 2006 Unfortunately, C++ is not a web programming language. It's a language to create software that runs on the computer, not on the web. Most of the programs in your computer are probably coded with C++ and its one of the most and common primitive language. If you want to learn C++, you can try searching on google for C++ tutorials. Some of these I would recommend are: http://www.cplusplus.com/doc/tutorial/ http://www.cprogramming.com/tutorial.html http://forums.xisto.com/no_longer_exists/ You can also look for a book in your nearest library if it has one. Look for "C++ for Dummies". That dummy series will teach a new programmer from scratch. O~ thanks pal, this informations are help. Thanks again!! Going to learn now!! Share this post Link to post Share on other sites
Inspiron 0 Report post Posted March 1, 2006 Welcome.. As for creating communities like Friendster, you will need to know alot more web related stuffs. You will need to know PHP or any server-sided scripts, MySQL or any database software languages, Apache or any web servers, and the web architecture. Not easy, but if you are willing to learn, it is possible.Many scripts had been and available for free for users to make their private communities. You may like to check them out at hotscripts.comhttp://forums.xisto.com/no_longer_exists/http://forums.xisto.com/no_longer_exists/ Share this post Link to post Share on other sites
mcwind 0 Report post Posted March 2, 2006 Welcome.. As for creating communities like Friendster, you will need to know alot more web related stuffs. You will need to know PHP or any server-sided scripts, MySQL or any database software languages, Apache or any web servers, and the web architecture. Not easy, but if you are willing to learn, it is possible. Many scripts had been and available for free for users to make their private communities. You may like to check them out at hotscripts.com http://forums.xisto.com/no_longer_exists/ http://forums.xisto.com/no_longer_exists/ I'm feeling dizzy now.... due to the script... and I am going to faint.. hahaha Anyway, thanks a lot! I will learn it step by step ^^ Share this post Link to post Share on other sites