Jump to content

About C language

Featured Replies

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 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.

 

 

 

 
  • 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...)

  • 2 months later...

Archived

This topic is now archived and is closed to further replies.

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.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.