User: juddbloodd

  • Public profile

User profile: juddbloodd

User info
User name:juddbloodd
History
Joined:
Number of posts:6
Latest posts:

Array of Structures
Thank you all for your help! I got it! [code]#include <iostream> #include <string> using namespace s...

Array of Structures
I'm just trying to answer the question (in original post), it says: "Test the Student structure in ...

Array of Structures
[code]struct student { char first_name[100]; char last_name[100]; double dob; double number; ch...

Array of Structures
[code]#include <iostream> #include <cstdlib> using namespace std; struct student { char first_nam...

Array of Structures
I put [code]cout << "Student Information" << stdnt[array_size] <<endl;[/code] so I can try and outpu...

This user does not accept Private Messages