Jump to content

Compiler Construction


pulpfiction

Recommended Posts

If you're just starting out, you will probably want to use C++. It has much better support for strings then C does (in C, strings are arrays of characters with a null byte at the end), and several of the libraries provide better support for things other then just strings. C is a great language to play around with, you can do some really low-level things (make make Doom or Doom 2 or Quake), but it takes some pretty decent studying to be able to debug your programs when you're getting core dumps from pointers or something like that.

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