You are viewing a single comment's thread from:
RE: Programming is SO FRUSTRATING!!!
One advice i can give (i ve done a little programming myself) is take your code one step at a time to find the error .
For example if your code is 15 lines , try to compile the first 5 and see if it works (or get to a point where you can see a result). After that test the next 5 etc.
thanks, that is good advice