Jump to content

About C language


Nikhil rajput

Recommended Posts

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/

 

Link to comment
Share on other sites

  • 1 month later...

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.

 

 

 

 
Link to comment
Share on other sites

  • 4 weeks later...
  • 3 weeks later...
  • 2 weeks later...
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...)

Link to comment
Share on other sites

  • 2 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.