0
problem in understanding (pointers and function overloading and stack overflow)
guys it is very tough (or m very e weak in these topics) help me đđđ
2 Answers
0
start step by step u can do it:
write basic single pointer program and debug it.
print the variable value and location. do mathematical calculation using pointer.
once u understand the basic concept u'll enjoy it
0
When i started writing in c++ pointers were really hard to understand. The best way i found to understand pointers is to write code for doubly linked list( you can find many explanations about it). Its going to be really hard but will help you a lot to understand things you asked