Jefferson Mendoza wrote: > Sorry for that, But i tried my best best to do this. but it does'nt work, lot > of errors, i can't execute the looping.. please help me, i've trying to do > this homework in almost 5 days, but unfortunately, it doesnt work.. So, i > hope that anybody here can tell me the codes,. i attached here the powerpoint > presentation of our homework.. Our deadline is saturday.. > > Sighs. > I hope that you undrstand me..
E-mail attachments are not allowed. Yahoo's servers remove them before sending the messages out to the group. If you've been working on this for five days, you need to share whatever source code with us that you have written and point out exactly which portions of code are not acting properly. Basically, let _us_ be the judges of whether or not you have put forth significant enough effort and are truly stuck. Additionally, you should be using a compiler and IDE that support a good debugger that allows you to step through code line-by-line and hover over variables to discover their values. Visual C++ has the best debugger for beginning programmers (actually, it is the best debugger on the planet, hands-down). Stepping through the code line-by-line almost always finds the trouble spots the first time through. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
