U
Uno
I dabble in a lot of languages, and I don't think that I'm alone in the
notion that I pick the language I'm going to use to fit the problem.
For example, if I needed to know what files were in the current
directory, well I would not use standard C, as it is outside the purview
of standard C.
Sorting is another thing. Now that I've got Dann Corbitt's templates
for sorting, I would be more inclined to take it as a task in C. You
get a lot better feedback on things when you can guarantee that the
usage is standard (in whatever syntax).
The part of C where I struggle most is pointers. Indeed, if I could
have a super-intelligent gnome cover one aspect of reading and writing
in C, it would be to figure out what is going on with the pointers. If
there's more than 5 of them in a code block, I'm gonna drop the ball.
I'm curious how unusual this is. Let me poll with this question:
If you had a super-intelligent gnome to help you with one aspect of
programming in C, what would it be?
notion that I pick the language I'm going to use to fit the problem.
For example, if I needed to know what files were in the current
directory, well I would not use standard C, as it is outside the purview
of standard C.
Sorting is another thing. Now that I've got Dann Corbitt's templates
for sorting, I would be more inclined to take it as a task in C. You
get a lot better feedback on things when you can guarantee that the
usage is standard (in whatever syntax).
The part of C where I struggle most is pointers. Indeed, if I could
have a super-intelligent gnome cover one aspect of reading and writing
in C, it would be to figure out what is going on with the pointers. If
there's more than 5 of them in a code block, I'm gonna drop the ball.
I'm curious how unusual this is. Let me poll with this question:
If you had a super-intelligent gnome to help you with one aspect of
programming in C, what would it be?