• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

structures

Status
Not open for further replies.
Level 7
Joined
Aug 19, 2009
Messages
278
Hi...

I don't know which place exactly to write this so wrote here.

I tried reading some guides on structures in vjass but my problem is i couldn't figure it out.

My concept of structure in C is clear. It will be helpful if some one could say me the similarities of the structures in C and vjass.

Or could link me a good guide on structures.

And are structures global? i really got no idea on it.
 
Level 7
Joined
Aug 19, 2009
Messages
278
are there no really good guides on structures?

Can arrays be structure variables? like we do in C??

like this

struct abc
{
int a;
......................
......................
......................
};
struct abc arr[100];

And you can work like

arr[1].a = 123213

Are things like that possible?

?
 
Status
Not open for further replies.
Top