Help for C++ Rookie

Need help with a assignment and this programming stuff has really stressed me out. If anyone can help please let me know. Even if its just a outline of what i'm suppose to do. Unfortunately the average joe has no knowledge of this material so please find it in your heart to give me a little help. Thanks
Even if its just a outline of what i'm suppose to do.

You're meant to write a program that meets the requirements you've been given. With the information you've given us so far, that's the best we can do for you :)
I apologize for that. I'm at work and don't have the assignment in front of me. But its dealing with datafiles. I'm given a resultant force and a magnitude along with a x, y & z coordinate with some values and I have to write a program showing output file and using the input file. I will give more info after work. Thank you for even responding and for letting me know about not having enough info. Thanks
closed account (S6k9GNh0)
Programming is much like learning entire languages. It takes maybe a few days to weeks to get the basics but perhaps a lifetime to perfect. The difference is that programming languages are built on logic. You're task isn't necessarily a tough one but you have to sit down and learn the needed syntax and rules of the language you are assigned to use in order to perform the task. You have to then understand what you're doing with that syntax to grow in programming. If you don't want to do either of those, you're screwed as far as programming goes.

This forum was made (most likely) to help with the confusion of the C++ language. We're not all perfect, we make mistakes, we get confused. I can say, "Sit down and learn it" but it's not _that_ simple now is it ;). At least make an attempt and then ask a question that you are confused about.
Last edited on
Topic archived. No new replies allowed.