Added: 3 years ago
From: simplcool
Views: 8,138
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (19)

Sign In or Sign Up now to post a comment!
  • nice video, but damn it"s not starT ,it"s star >.<

  • Very helpful. Thanks.

  • ia it possible to point to variable(x) using the following declaratin :-

    int x;

    int *ptr1 // pointer to variable x

    or is it necessry to declare it as :-

    int x;

    int *ptr1=&x;

  • thganx its realy help me

  • When you initialized the pointer

    int* ptr1 = &x;

    is that equivalent to

    int* ptr1 = x;

    I think they are both pointing to the address of x, but I'm not sure.

    Also, when do you use the 'new' operator for pointers?

    Thanks if any1 can help out!

  • amazing keep it up, thx alot ;)

  • Awesome! Great tutorial helped me much. Thanks!

  • Best tutorial for new programmers..

    5/5 !

  • this is amazing, you magically simplified what my professor made seem difficult. =) Hope you can make more.

  • Thanks alot for a good video=) really helped me!

  • thx man, hope that you looking forward to make more videos...

  • Very useful. Good basic review :)

  • Again very clear, thanks.

  • Another good explination thanks

  • Thanks for this, it helped me out :D.

  • Is that it? Is that all about pointers?

  • Thanks! :-)

  • Could you release something about using pointers in functions?

  • i don't promise , but i'll probably do it if i have enough free time for it :).

  • Good vid, really drives home your first tutorial.

  • thnx

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more