nice video, but damn it"s not starT ,it"s star >.<
s3thooligan 1 month ago
Very helpful. Thanks.
fdama 3 months ago
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 *ptr1=&x;
sunday4rall 4 months ago
thganx its realy help me
MrMuaz12 11 months ago
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!
ZzFactorzZ 1 year ago
amazing keep it up, thx alot ;)
Shofahi 1 year ago
Awesome! Great tutorial helped me much. Thanks!
C0deM0nkey92 2 years ago
Best tutorial for new programmers..
5/5 !
totospear 2 years ago
this is amazing, you magically simplified what my professor made seem difficult. =) Hope you can make more.
nyce954 2 years ago
Thanks alot for a good video=) really helped me!
lolarnffs 2 years ago
thx man, hope that you looking forward to make more videos...
registrs666 2 years ago
Very useful. Good basic review :)
taylor8cam 2 years ago
Again very clear, thanks.
funkyewan 2 years ago
Another good explination thanks
willyk56 3 years ago
Thanks for this, it helped me out :D.
4642062 3 years ago
Is that it? Is that all about pointers?
chirurulez 3 years ago
Thanks! :-)
xmotos250 3 years ago
Could you release something about using pointers in functions?
netsoj 3 years ago
i don't promise , but i'll probably do it if i have enough free time for it :).
simplcool 3 years ago
Good vid, really drives home your first tutorial.
thnx
nice video, but damn it"s not starT ,it"s star >.<
s3thooligan 1 month ago
Very helpful. Thanks.
fdama 3 months ago
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;
sunday4rall 4 months ago
thganx its realy help me
MrMuaz12 11 months ago
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!
ZzFactorzZ 1 year ago
amazing keep it up, thx alot ;)
Shofahi 1 year ago
Awesome! Great tutorial helped me much. Thanks!
C0deM0nkey92 2 years ago
Best tutorial for new programmers..
5/5 !
totospear 2 years ago
this is amazing, you magically simplified what my professor made seem difficult. =) Hope you can make more.
nyce954 2 years ago
Thanks alot for a good video=) really helped me!
lolarnffs 2 years ago
thx man, hope that you looking forward to make more videos...
registrs666 2 years ago
Very useful. Good basic review :)
taylor8cam 2 years ago
Again very clear, thanks.
funkyewan 2 years ago
Another good explination thanks
willyk56 3 years ago
Thanks for this, it helped me out :D.
4642062 3 years ago
Is that it? Is that all about pointers?
chirurulez 3 years ago
Thanks! :-)
xmotos250 3 years ago
Could you release something about using pointers in functions?
netsoj 3 years ago
i don't promise , but i'll probably do it if i have enough free time for it :).
simplcool 3 years ago
Good vid, really drives home your first tutorial.
netsoj 3 years ago
thnx
simplcool 3 years ago