Click here to Skip to main content
15,899,314 members
Everything / Stack

Stack

Stack

Great Reads

by pdoxtader
Very fast image processing without use of unsafe code
by Wessel Beulink
IPv6 support enhances Azure Gateway, vital for efficient network management

Latest Articles

by Wessel Beulink
IPv6 support enhances Azure Gateway, vital for efficient network management
by pdoxtader
Very fast image processing without use of unsafe code

All Articles

Sort by Score

Stack 

17 Apr 2023 by pdoxtader
Very fast image processing without use of unsafe code
22 Mar 2024 by Wessel Beulink
IPv6 support enhances Azure Gateway, vital for efficient network management
12 Aug 2023 by OriginalGriff
Compiling does not mean your code is right! :laugh: Think of the development process as writing an email: compiling successfully means that you wrote the email in the right language - English, rather than German for example - not that the email...
13 Aug 2023 by OriginalGriff
Just as an aside, I took your task, and implemented it in C# (so you can't hand it in as your own work) because your C++ implementation is ... ummm ... wierd. Here's the class that does all the work: using System; using...
13 Aug 2023 by I RAJ
void add(stack& inputStack, int N, int data, vector& ans, int total, stack& tempStack) { if (data