0
Would you recommend using a online tutor
Would any of you guys recommend using an online tutor? Im really have trouble understanding some code, so Ive been thinking about maybe hiring one. Has anyone used one?
4 Respuestas
+ 3
David
One way is to post your code here and describe what problem you have with it.
I think it's pretty cool to have an online tutor but it's not for free.
What do you think of this idea?
Regards kiuziu
+ 1
David
Refractoring is a Opportunity to solve many Problems.
Look for parts of your code to separate in a method or function.
Some IDE's help you to do this.
After refractoring your code is easyer to understand what the code doing. Errors in the algorithm are easier to find.
Regards kiuziu
0
thank your for anwsering Manuel Prochnow. I have been doing that but only certain lines. i just feel like it would be too much to try and explain if i posted the entire script. im looking for someone to help explain resizing a bitmap image in c. theres so much it entails that i dont feel like id get as much as i would need out of one answer.
0
Manuel Prochnow thank you so much for the help! ill look into it.