Home Tutorialhelp Comment C++ Array of Structure inside a Structure?

 
 

Comment

Raef
C++ Array of Structure inside a Structure?,
November 24, 2009 at 6:11 AM

Im basically tryin to make a program that reads information about ships, where each ship can have information of several weapons read.

struct Ship
{
int speed;
int space;
int numW;
struct Weapon
{
char type [num];
int speed;
int space;
};
};

what would be the code to like cin>> weapon info
if for example we got array of boats: Ship x[n];
n--> number of ships to be read.

I tried using x[].y[].type;
but it didnt work, plz help
View All Comments | View Tutorial
Related Tutorial and Articles
Java Beginners

C Structure
 

C++

C Tutorials
 

Java Beginners

C++
 

CVS Questions

c++
 

Blog

Site map - C Tutorials
 

Java Beginners

basic c/c++ questions
 

Java Beginners

basic c/c++ questions
 

IoC Questions

Array in C
 

C Tutorials

C Array Declaration
 

Programming Tutorials

Linear and Non-Linear Data Structure in C
 

C Tutorials

C Structure Pointer
 

C Tutorials

C Dynamic Array
 

Mobile Applications Questions

Array Initialization in obj C
 

Java Interview Questions

How to create dynamic array in C?
 

CVS Questions

C++
 

Development process Questions

C++
 

Free Books

C and C++ books-page6
 

Development process Questions

c++
 

Development process Questions

c++
 

Java Beginners

c++
 

Java Beginners

c++
 

Development process Questions

C++
 

Java Beginners

c++
 

Java Interview Questions

C interview questions
 

Java Interview Questions

C interview questions
 

Development process Questions

c++
 

Development process Questions

c++
 

Development process Questions

C++
 

Development process Questions

c++
 

Java Beginners

C#
 

Development process Questions

C++
 

IoC Questions

C Language
 

Java Beginners

C Language
 

Spring Framework Questions

c++
 

Development process Questions

c++
 

Development process Questions

C++
 

Development process Questions

c++
 

UML Questions

c++
 

UML Questions

c++
 

Development process Questions

C#
 

UML Questions

c++
 

Development process Questions

c++
 

UML Questions

c++
 

UML Questions

c++
 

UML Questions

C++
 

UML Questions

c++
 

Java Tips and Examples

Java vs. C
 

IDE Questions

c++ - IDE Questions
 

C Tutorials

C Structure example
 

Java Beginners

c++
 

Development process Questions

c++
 

IDE Questions

C program
 

SQL Question

c# (ado.net)
 

Programming Tutorials

C++Tutorials
 

Programming Tutorials

Pointer and Structure in C
 

Java Interview Questions

C - Java Interview Questions
 

General

Ask C/C++ Questions online
 

Development process Questions

C,C++
 

C Tutorials

C Array length example
 

Development process Questions

C,C++
 

Free C# books

C and C++ books-page3
 

Programming Tutorials

Pointer in C
 

Java Interview Questions

about c and java
 

Struts Questions

Array of structure
 

Mobile Applications Questions

Select string from array in objective c
 

Programming Tutorials

Array Implementation in C
 

iPhone

Objective C Array
 

Free Books

C and C++ books-page10
 

Free C# books

C and C++ books-page4
 

Framework Questions

c postfix - Framework
 

Programming Tutorials

Inverse of an array in C
 

Java Beginners

c++ - Java Beginners
 

Java Beginners

C Language - Java Beginners
 

Development process Questions

c/c++ - Development process
 

General

Java for C Developers
 

Tutorials

NSString in objective c
 

Java Beginners

Change case in C language
 

CVS Questions

a little pproblem in c++
 

Java Beginners

c++ - Java Beginners
 

IoC Questions

iphone sdk-objective c
 

Java Interview Questions

Difference between C++ and Java - Java Interview Questions
 

Java Beginners

C Program....PLEASE HELP
 

Development process Questions

c/c++ - Development process
 

Java Beginners

variable declaration in c and c++
 

Development process Questions

concatenation of Two bytes in C
 

Free C++ books

C and C++ books-page11
 

Development process Questions

C/C++ - Development process
 

Development process Questions

c/c++ - Development process
 

Development process Questions

c/c++ - Development process
 

Java Beginners

c or c++ - Java Beginners
 

Java Beginners

c c++ - Java Beginners
 

Development process Questions

C++ Starter needs help :S
 

Java Tips and Examples

'if' Statement - if inside if
 

Free C# books

C and C++ books
 

Java Beginners

c c++ - Java Beginners
 

Eclipse Plugins

Cantata++ - for testing C and C++ software
 

Swing AWT

c c++ - Swing AWT
 

Struts Questions

please help me to answers this question about C++.....huuhuhuhu
 

HTML Questions

please help me to answers this question about C++.....huuhuhuhu
 

Java Tips and Examples

For C++ programmers
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.