|
| Author |
Message |
formula1
|
Post subject: Jigsaw Programming Posted: Thu Nov 13, 2008 8:52 am |
|
 |
Joined: Sat Nov 08, 2008 9:17 pm Posts: 80 |
|
|
|
The Idea behind Jigsaw Programming is Simple. You must look for Tutorials, Copy and Paste the Code in the tutorials -Then Figure out how to put them in the right place --To do this, you might need to just start to see patterns in code like
In C++, every Code ends with Return (0) -THus, This will end a code
Also, there are #words on top of the code -Start to recognize, depending on what the code is, the things on top will be different. --Realize that what that is telling the computer to do is prepare a specific thing because it will be used in that Page of Code.
Things Like this and Asking for help, and looking at tutorials will start to make you recognize more and more what it takes to code.
This does NOT making you a coder. (yet....) What this makes you is a Clever person trying to code something that no one else will because; 1) Education to code is hard to get 2) Actual Coders are usually busy with other things or are looking for money.
THis MAkes you someone able to cut and paste and be aware of general patterns that you want to understand but can't figure out how.
|
|
| Top |
|
 |
Sonnitude
|
Post subject: Re: Jigsaw Programming Posted: Sat Nov 15, 2008 12:06 am |
|
 |
| Site Admin |
Joined: Thu Nov 06, 2008 8:52 pm Posts: 361 |
|
|
|
This is very helpful thanks! Maybe I'll finally learn to code doing this!
|
|
| Top |
|
 |
fechdog
|
Post subject: Re: Jigsaw Programming Posted: Sat Nov 15, 2008 12:48 am |
|
 |
Joined: Sat Nov 08, 2008 3:05 pm Posts: 260 |
|
|
|
I did that for many projects and it still takes awhile to understand most of it.
|
|
| Top |
|
 |
Sonnitude
|
Post subject: Re: Jigsaw Programming Posted: Sat Nov 15, 2008 1:55 am |
|
 |
| Site Admin |
Joined: Thu Nov 06, 2008 8:52 pm Posts: 361 |
|
|
|
Oh, thanks for that tidbit.
|
|
| Top |
|
 |
|
|