Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

What should I learn to understand syntax like these as described in the images?

Status
Not open for further replies.

love_electronic

Member level 5
Joined
Nov 16, 2010
Messages
93
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,964
What shoud i learn to understand syntax like these as described in the images

Hi guys
I am learning the ARM processor programming.I am very much confused about pointers, structure and the things defined in the below images.
1.PNG
2.PNG
What are these highlighted lines? What these are called? How and from where i learn these things?

Thanks
 

Re: What shoud i learn to understand syntax like these as described in the images

Those are called "pound defines". Basically, anywhere in your code you have the first element it will be replaced with the second element. This is often used to define constants or macros. You can find all the information you asked about in any C language reference.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top