i wonder what doesld i use & and * means.....and how could i use both of them??
samsons17 -4 Posting Whiz in Training
Recommended Answers
Jump to Post"&" is the bitwise operator when used in proper context.
"&" is reference operator when used in proper context.
"*" is a multiplication operator when used in proper context.
"*" is a de-referencing operator when used in proper context.
"&*" is a reference to a pointer type.
Jump to PostAlso , "&" means "the address of", it returns the address of a variable.
All 6 Replies
jonsca 1,059 Quantitative Phrenologist Team Colleague Featured Poster
mrnutty 761 Senior Poster
samsons17 -4 Posting Whiz in Training
samsons17 -4 Posting Whiz in Training
Excizted 67 Posting Whiz
mrnutty 761 Senior Poster
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.