Jump to content

Header files in ANSI C?


ilangovan

Recommended Posts

  • 3 weeks later...
I think C is pretty useless without POSIX, or failing that, Win32 *groan*...

 

I actually like C as a language, when I did a crash course offered by my uni in it and then used it to build compilers and in conjunction with OpenGL I found to be quite an enjoyable language. But I have been told my "taste" (for lack of a better word) in programming languages is bad by a few people. I seem to be one of the few people, to like and enjoy using scheme and prolog as well.

 

On the actual usefulness of C, I'm assuming you mean implementing something that will be used commercially? Because C was pretty useful doing what I just mentioned above, which by the way was all done on Linux as I'm not fond of anything MS-related.

Link to comment
Share on other sites

You seem to be a bit confused. ANSI C has a rather limited standard library. This says nothing about C the language, only the contents of "libc"

 

POSIX provides a much more diverse selection of functions, most of which aren't available in ANSI C.

 

That said, Scheme and Prolog are both interesting languages.

Link to comment
Share on other sites

You seem to be a bit confused. ANSI C has a rather limited standard library. This says nothing about C the language, only the contents of "libc"

 

POSIX provides a much more diverse selection of functions, most of which aren't available in ANSI C.

 

That said, Scheme and Prolog are both interesting languages.

 

Yeah, I missed your point, I don't know why, I was probably too tired.

Link to comment
Share on other sites

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.