problem in understanding (pointers and function overloading and stack overflow) | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 😭😭😭

15th Jun 2016, 3:45 AM
p@w@n
p@w@n - avatar
2 ответов
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
15th Jun 2016, 10:33 AM
VISHAL PRAJAPATI
VISHAL PRAJAPATI - avatar
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
23rd Jun 2016, 9:37 PM
Anton Furman
Anton Furman - avatar