Search Results

1
vote

Should I learn C?

Yes, it is a great starting point to better understand both hardware and the underpinnings of interpreted or byte compiled languages, just as learning a functional language such as Haskell or Erlan …
0
votes

C compiler for Windows?

Visual C++ Express is a fine and free IDE for Windows which comes with a compiler. If you are more comfortable with command …
0
votes

Is there a need to use assembly these days?

I can't believe noone has mentioned The Art of Computer Programming, where the examples are implemented in assembly l …
1
vote

XML Parser for C

Expat is pretty decent. It's hard to give good recommendations without more information though. …
0
votes

How to play MP3 files in C?

mpg123 has a generic remote interface that you access by starting the executable with the -R option. You can then send commands (such as load, pa …