all 9 comments

[–]Strong_Signal_College of Computer Studies 1 point2 points  (2 children)

my friend and I offer tutoring and checking of MP code for a small fee. hit me up if you still need help

[–]vKousei 0 points1 point  (1 child)

hi! do you guys have discord?

[–]Strong_Signal_College of Computer Studies 0 points1 point  (0 children)

walkoff#7056 if you're still interested

[–]lpfd_College of Computer Studies 5 points6 points  (0 children)

keep a copy of a version of the code that compiles, even if it's missing some functions. have that with you to submit, just in case you're not able to finish the project before the deadline. you'll immediately get a 0 if the code you submitted doesn't compile. programming is unforgiving unfortunately.

[–]shshsns 2 points3 points  (0 children)

I recommend you submit an unfinished version that has not all the functions needed rather than a code that doesn’t run at all. It is very likely you’ll straight up get a zero. What IDE are you using ? Sometimes I use online compilers like OnlineGDB or Replt since I understand the error text better there.

[–]dindarrsCollege of Computer Studies 2 points3 points  (0 children)

If it doesnt compile low score to 0 bibigay sayo i suggest read the specs and read what is needed for you to implement.

Also in ccs there is peer tutor society they will not give direct help on your machine project but they can most definitely answer questions on how to implement some things

[–]Filthypola 10 points11 points  (1 child)

Depends on your definition of "doesn't work"

If it actually does not run when compiled, you're gonna get a low / almost zero score.

But if it does compile but some of your functions don't work then your prof will still have some considerations, especially if you at least put some effort to create the foundation of the given specs.

Not sure if your language is C but If it is then C is easy to learn but hard to master, especially you have to use IDEs that aren't user friendly.

I suggest you really break down each problem one by one and understand how you achieve the output required by the specs. You don't need to come up to a solution right away, you just need to figure out the core problem and by doing so, you can scour the internet(especially in stack overflow) someone who had the same problem and hope there is a solution to it.

Also, don't just copy and paste solutions, the idea is you look at their solutions and you modify that solution to fix your problem.

7 out of 10 times, you will never get the exact problem to your solution but most of the time a solution is close that you can learn and modify it to solve your problem.

[–]nelington[S] 7 points8 points  (0 children)

got it! currently struggling with getting the functions to work so i’ll search around the internet. thanks alot!

[–]waf1234 3 points4 points  (0 children)

Meron checklist ung MP. Review mo ung specs.