Can anyone share any links on self help guides to coding?

I'm a total noob at .. everything.
A friend made a lil program that emits beeps at random intervals (with adjustable minimun and maximum thresholds) I need to change the program to emit a flsah of light or some visual cue on my monitor. I don't really want to trouble him again and would like to learn to adjust it myself.. it can't be too hard I hope.

Thanks! :good:
 
If it is Windows based, probably some sort of C language or even just a simple batch file. Not sure.
 
Well I'm willing to try and make one from scratch I guess, hmm could be fun! What's the easisest type of language to work with for this type of program, thanks.
 
Figure out what you want to do first, apps, scripting, games, web, etc. Then start to learn.

Perl is free and so is python and you can get library files to start developing for them on line as well as free manuals. That would be a good place to start but it may not be what you want to do.

I have very very very little C programming knowledge, so Google would teach you more about that then I could.
 
LoL you can't just learn that in 1 day.Even the most simple program requires some knowledge.Start learning programming step by step and without rush.There are tons of programming languages out there and you must decide which one you want.Also if you are planning to make one program from the stratch,you MUST have some programming knowledge.It's not that easy lol.
 
Back
Top