Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~114 People Reached
About Me

An IT Student a local college ,an aspiring programmer

Interests
writing and learning more on c++ programs
PC Specs
64bit,500gig HDD,2Gig RAM,
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for vickietende

Come up with a program that prompts the user to enter three movies and display the entered information using your understanding of data strucures. // Structures3.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include<iostream> #include<string> #include<sstream> using namespace std; # define N_movies 3 struct movies_t{ …

Member Avatar for JasonHippy
0
114