I wasn't sure where to put this topic, web or software development...

The questions is this: is there a way to build a website with C? (not PHP calling C application)
I read the web for a couple of days now, but I can't really find any explanation how to do it.

David.

Recommended Answers

All 3 Replies

>is there a way to build a website with C?
You can write CGI in C, if you really want to. But it's not really worth it as CGI tends to focus on the very thing that C is poor at: string manipulation.

commented: Totally right. +15

Calling database/ODBC functions to get or update data for the browsers is a pain in C or C++. But it can be done.

why would you want to use a hammer when you need a screwdriver?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.