Help wth 4 excercises (problems) in c++. PD: I'm NOOB!

Mar 30 2015 5:31 PM
Hello, everyone I'm a student totally a noob in this of programming just know a litle web programming JS-HTML5, but nothing extraordinary.
 
I need help with some problems. Thanks if you help, and thanks if not. :D
 
1. Make a program in C++ that create a file of text name: STUDENTS.txt in there it's have to be stored the folowing data: ID, Name, LastName, CarreerCode, of one student separated by comas (loop?).
 
2. Make a program in C++ that read a text file name: NUMBERS.txt, that file contains any number in each line. teh program haves to reed every number, print it in screen and detect and print too if it's pair or not pair.
 
3. Another  program in C++ that generates N wholes number randomly and stores it in a binary file name: wholes.dat.

Answers (2)