- C programming language - Need to learn about pointers

Post your requests and ideas for the mikroElektronika website & forums.
Post Reply
Author
Message
lololafripouille
Posts: 231
Joined: 25 Mar 2014 17:11

- C programming language - Need to learn about pointers

#1 Post by lololafripouille » 05 Nov 2016 19:56

Hello :)

I don't know where to post this.
It is not related to MikroE hardware of software but maybe that this can be a topic of a future ticket on their great http://learn.mikroe.com/ website.

I haven't followed electronic or programming studies so it is maybe the reason why I don't understand well the pointer concept.

- I tried to learn with online book or tutorial but I found nothing about what I can do with pointer that I can't do without.
- What is the impact of the use of pointers in a program that can be done without ? ( more code efficient ? more speed ? )

I just need concrete and real exemple that use pointers and the reason why they are used intead of global variables.
If someone have that kind of skills or a book or a tutorial, it will be very nice to share this with me.

Thank you everyone for your help :)

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: - C programming language - Need to learn about pointers

#2 Post by filip » 07 Nov 2016 17:51

Hi,

You may have a look at the following chapter for more information regarding pointers :
https://download.mikroe.com/documents/c ... inters.htm

Also, there a lot of internet resources and books that you may find interesting and educational.

Regards,
Filip.

teprojects2
Posts: 27
Joined: 21 Jan 2017 10:44
Location: Lahore
Contact:

Re: - C programming language - Need to learn about pointers

#3 Post by teprojects2 » 16 Mar 2017 13:29

Pointer is like array but there is no Index system on other hand you can store unlimited memory based data and you don't need to initialized the memory before used.

Post Reply

Return to “Website & Forums Wishlist”