Visual C++ 2010 problemI have installed Microsoft Visual C++ 2010 Express in my PC. When I execute the following code: [cod...
bubble sortTry this: [code] #include<iostream> using namespace std; int main() { int arr[]={12,4,56,89,64};...
Removing duplicates from a vector[quote]@vlad from moscow[/quote] you were right. I messed up with some build preferences and ended u...
Removing duplicates from a vectordoesnt run errors: [quote] mingw32-g++.exe -Wall -fexceptions -std=c++11 -std=c++0x -g -c "E:\C...
Removing duplicates from a vectorI am trying to create a program that will remove all duplicated from an array. Example, if the inpu...