Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,449 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi friends,
How do I declare a stack in C++ Winforms? Is there the Stack command like in C#? Does it also have push and pop commands?
Thank you very much.
Same as in C#
https://learn.microsoft.com/en-us/dotnet/api/system.collections.stack?view=net-7.0
(just click on C++ on Top/Right...)