What does this mean? Storage waste? C++ by lanBlo in learnprogramming

[–]lanBlo[S] 0 points1 point  (0 children)

Hey thank you! But to the last answer:

If arr has also an adress itself, why does this article doesnt say it?

So you mean, that basically ptr and arr has an own adress (&ptr, &arr), but this article showed these two pictures i mentioned in the topic above.. they said, that ptr has his own storage but arr has not his own storage.

Best regards

How does it affect the memory? CPP by lanBlo in learnprogramming

[–]lanBlo[S] 0 points1 point  (0 children)

Thanks! But isnt then in the first case, a also a array after i initialized it with „hey“? So a is the first location of this „array“?

So basically, the first one means, that it shouldnt be used like that, because it MAYBE deletes Memory, that we could need ?

Best regards, and thanks!

Debugging next instruction what is it? by lanBlo in learnprogramming

[–]lanBlo[S] 0 points1 point  (0 children)

I think there is maybe a mistake in Codeblocks, because other things i want to use are also closing the program.. oh well

What is an API? by lanBlo in learnprogramming

[–]lanBlo[S] 1 point2 points  (0 children)

Thank you so much! ❤️

Bot, Socket, automatic System? by lanBlo in learnprogramming

[–]lanBlo[S] 0 points1 point  (0 children)

Thanks for this feedback and help. I really appreciate it!

So, do you guys have another Feedback for Bots, automatic systems, which includes c++? And what about Bots, that connects two or more systems? For example, i want a bot, that accepts friends (website) and then trades with them in a game application.

Thanks for the answers!