how would i make a new type of variable, like instead of int or double? would i use classes or something like that?
mebob 0 Junior Poster in Training
Recommended Answers
Jump to Posttypedef int IntegerByMe;
it defines alias for integer.
Is that what you ask or I have misunderstood you?
All 3 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.