Hi, I do not know my C++ code does not want to debug. The codeis good but does not want to compile in visual studio 2015. Nobodycould give me the fix. Please show a picture of the visual studioworking correctly. I tried a lot of things and asked and I couldnot resolve the problem.
#include<iostream>
#include<vector>
#include<string>
#include<list>
#include<algorithm>
#include<fstream>
using namespace std;
void addEdge(vector <pair<int, int> > adj[], intu,
int v, int wt)
{
adj[u].push_back(make_pair(v, wt));
adj[v].push_back(make_pair(u, wt));
}
// Print adjacency list representaion ot graph
void printGraph(vector<pair<int, int> > adj[], intV)
{
int v, w;
for (int u = 0; u < V; u++)
{
cout << u << ” – “;
for (auto it = adj[u].begin(); it !=
PayPal Gateway not configured
PayPal Gateway not configured