Not a lot of my codes are original since I just copy textbooks, online resoures, etc and just modiy the sizes, name of the components to my componets and buttons names, etc.
I only come up with the ideas, modify the GUI, and find code that help me make the program.
Sometimes I just download people source files and edit it a little bit, and make it my own file.
I occassionally fix the data types to make their code more efficient like using Byte data type instead of integers to save memory space, but it does not make much or any difference on modern PC.
How much of the code you write is actually written by you in your programs?
- froggyboy604
- Anime music gaming Fanatic
- Posts: 37754
- Joined: Thu Aug 18, 2005 11:28 pm
- Contact:
-
- Low flying mountains just to the right.
- Posts: 5093
- Joined: Tue Aug 16, 2005 8:34 pm
- Location: localhost
- Contact:
- froggyboy604
- Anime music gaming Fanatic
- Posts: 37754
- Joined: Thu Aug 18, 2005 11:28 pm
- Contact:
-
- Low flying mountains just to the right.
- Posts: 5093
- Joined: Tue Aug 16, 2005 8:34 pm
- Location: localhost
- Contact:
Majority of code i write is php so i can reuse as i wish,
win32 programs i write are generally specialised for my systems and to do exactly what i need to do i re use samples from other sources but by the time it makes it to application it's been efficiently mangled into the shape i want.
win32 programs i write are generally specialised for my systems and to do exactly what i need to do i re use samples from other sources but by the time it makes it to application it's been efficiently mangled into the shape i want.
I never really understood Thursdays.