Hello!
I started learning C++ and I just discovered pointers. Well, it's a little bit hard for me to understand what's the point of it so I'll just explain my problem. I want to create a code in which I compute results using arithmetic operations (+, -, ÷, ×,%, ^ and sqrt). Arguments will be inserted my user (me) . Also I want to develop an algorithm to multiply each entered element with certain scalar fields. Algorithms should be implemented via pointer and print all data on the screen. It should be simple, minimum lines of code and I think that's all. If someone can help me I would be thankfull. I tried and tried but can't reach less than 100 lines of code xD (I'm a n00b I know)

Post your code

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.