ARYANSINH ZALA Posted August 13, 2018 Posted August 13, 2018 https://blog.feedspot.com/c_programming_blogs/ visit this site for further informations. 1
Sensei Posted August 13, 2018 Posted August 13, 2018 4 minutes ago, Nikhil rajput said: which website we can make in c programme language? Any website can be made in C/C++ language.. It would require making custom HTTP server, which will use functions of (BSD) socket library. https://en.wikipedia.org/wiki/Berkeley_sockets MSDN WinSock2 library documentation: https://docs.microsoft.com/en-us/windows/desktop/api/_winsock/ However, to make website, you don't need to make entire HTTP server. You can use already existing HTTP server e.g. Apache. It's free. https://httpd.apache.org/ Websites are written in HTML (HyperText Markup Language). It's not true language, unlike its name suggests. https://en.wikipedia.org/wiki/HTML If you want to host website and be it worldwide accessible, you should better have static public IP address (rather than dynamic and/or private IP address). However, if you was interested in C/C++ language reference website, you should look at this: https://en.cppreference.com/ 1
pedro6 Posted September 24, 2018 Posted September 24, 2018 For the Computer Science, It is very important to go with the different type of Programming languages, C and C++ is one of the most useful languages in between those. And from https://uaewebsitedevelopment.com/crm-software-development/ it is very easy to learn for the beginners with the C and C ++ programming and with all the loops and functions are calling, and how it will be implemented with the nested loop.
Victor Nizeyimana Posted October 20, 2018 Posted October 20, 2018 Did you check out this website: https://www.learn-c.org It has an IDE editor.
JosefinaHarrison Posted November 8, 2018 Posted November 8, 2018 You can also go online for building the program.
louispuckett Posted November 20, 2018 Posted November 20, 2018 C language its mother of all language that means you can build all web in C
Strange Posted November 20, 2018 Posted November 20, 2018 7 minutes ago, louispuckett said: C language its mother of all language that means you can build all web in C No it isn't. C is the offspring of, you guessed it, B. Which in turn derived from BCPL. Which was influenced by algol. And there are a great many other languages that owe nothing to C (lisp, Cobol, ML...) 2
Strange Posted January 24, 2019 Posted January 24, 2019 ! Moderator Note I have hidden some posts that were responses to a spammer
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now