Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in C only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
C
Making a 16 byte datatype in C++
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
ikramshah
New Member
Join Date:
Mar 2010
Posts:
2
#1
Making a 16 byte datatype in C++
Mar 18 '10, 09:19 AM
how to make a 16 byte data type in C++??
Banfa
Recognized Expert
Expert
Join Date:
Feb 2006
Posts:
9067
#2
Mar 18 '10, 10:43 AM
This might help
Comment
Post
Cancel
whodgson
Contributor
Join Date:
Jan 2007
Posts:
542
#3
Mar 19 '10, 01:17 AM
Read up on classes. The name which you give to the class becomes the user defined type. Since one character is one byte in size, a string of sixteen characters will be of size sixteen bytes.
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment