Improve programming skill
Improve programming skill
(OP)
burcheitt (Computer) Nov 9, 2004
I really want to improve my programming skill.
Some people says that in order to improve programming is by coding game or Indexing method for text files.
Can someone please explain what 'Indexing method for text files" is?
And do you know any websites that has tutuiol for "Indexing method for text files"
Thank you very much.
BB
I really want to improve my programming skill.
Some people says that in order to improve programming is by coding game or Indexing method for text files.
Can someone please explain what 'Indexing method for text files" is?
And do you know any websites that has tutuiol for "Indexing method for text files"
Thank you very much.
BB





RE: Improve programming skill
Personally, if you want to learn how to index a text file, go for it, but I don't see that as task that you will repreat very often. It will be good practice, but I think you'd be better off looking around in your situation for something more pertinent. Ask yourself where a computer program would improve the situation, and then map out a solution, do the design work, and then write the code.
Good Luck
--------------
As a circle of light increases so does the circumference of darkness around it. - Albert Einstein
RE: Improve programming skill
do you know where can I buy a very simple system with software and hardware or something so I can practice coding that make the hardware do something.
BB
RE: Improve programming skill
RE: Improve programming skill
If your hardware coding, download modules from the manufacturer. You need not know specifically how they work, but knowing how useful thier application can be is vital.
Most of your work can be done off the internet. There is a vast collection of hobbists that offer machine level coding for almost any device. Add these to your libraries.
RE: Improve programming skill
TTFN
RE: Improve programming skill
I have used FORTH for more than twenty years - and I still love it. The price for that board is around 70 dollars.
RE: Improve programming skill
I started by coding examples in the books and came up with an idea of a project to start on my own that would incorporate each of the different technologies I was teaching myself. Now I just read and code while the project is expanding. I learn new things every day and with all of the information out there I'll never learn it all. I can only hope to learn enough to get out of this industry.
All in all, decide what you want to do, get the resources to learn it, and start coding toward a particular goal. As you mees your goal set new ones and continue that until you've achieved expert status.