February 2018 - cook the code

Tuesday 13 February 2018

#include <iostream> #include <Windows.h> using namespace std; int Save(int _key, char *file); char*  getCodeWithShift_key(i...
Read More

Monday 12 February 2018

Competitive Programming

2D matrix using vector:-  vector <vector<int> > arr; arr.resize( row ,vector<int>( col )); // Use of "sort()...
Read More