c++ trouble help beginner

Im new to c++ and I HAVING TROUBLE with processing the information im learning in class... I want to know how would you code "my name is adams, john. I own a 1999 lexus" using fin fout char etc. I feel like if I see the correct way this "mock" should be setup. I could use it as a guide to help me with my with my future c++ assignment.

You should probably take a look at the tutorial on this site:
http://www.cplusplus.com/doc/tutorial/

The very first "Hello World!" program (which is kind of traditional in all computer languages) should give a foothold. Take that code and play around with it.

Also, the entirety of the tutorial is useful, clearly it will take some time to work through the whole thing - though you may find it useful to skip to certain key topics as required, such as this:
http://www.cplusplus.com/doc/tutorial/basic_io/
Last edited on
Topic archived. No new replies allowed.