I want to learn to code. I used to be a good coder - in 6502 assembler and VAX Fortran in 1988. I know nothing of the architecture of modern computers (OOP? kernal? shell? how one set of code on work on Linux and Windows). I guess I should learn C++ - what's a good resource (book I guess) for learning, writing apps compiling etc on my Win XP machine, and finally getting jobs?
posted by Pericles
on Jan 29, 2005 -
20 answers
Near absolute beginner looking for a programming language with a small learning curve to make basic utilities/apps for my personal enjoyment. I've taken a few programming courses in HS and so am familiar with *basic* concepts but am pretty much ignorant other than that. I've googled but choosing a language/environment is incredibly daunting with the diversity out there.
Criteria:
-Must be able to make Windows GUI apps.
-Must be able to use sockets easily. I plan on making both client and server apps in the future.
-Must be able to manipulate files easily.
-Must be able to easily utilize common file formats like jpg, gif, wav, and mp3.
-Would like to compile programs into stand alone EXEs though the inclusion of a runtime DLL would be okay.
-Would love to be able to use DirectX audio plugins in my programs someday but definitely not a requirement.
-Online tutorials and resources geared towards the beginner level would be a huge plus.
Again the emphasis is on ease of use and a low learning curve. What am I looking at here? Visual Basic? Some obscure derivative like Euphoria?
[more inside]
posted by yangwar
on Apr 9, 2004 -
28 answers