|
-
Oct 3rd, 2002, 05:54 AM
#1
Thread Starter
Frenzied Member
Bidemensional array
Can you declare an array in C / C++ with different datatypes ??
I need an array which got integers in the first dimension and a char string in the second dimension.
Is this possible ??
Advanced thanks
Code:
If Question = Incomplete Then
AnswerNextOne
Else
ReplyIfKnown
End If
cu Swatty
-
Oct 3rd, 2002, 06:23 AM
#2
Thread Starter
Frenzied Member
Sorry verry bad question
Ok , I got it.
Declared own struct with different datatypes .
Declared array of own struct.
No hard feelings I hope.
Code:
If Question = Incomplete Then
AnswerNextOne
Else
ReplyIfKnown
End If
cu Swatty
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|