stl tutorial: vector,list,deque,set,multiset,map,multimap,stack,queue, priority queue :
Subscribe to:
Post Comments (Atom)
Speedup Android Studio
Go to Help ->Edit Custom VM Options, and chnge this 4 setting. After that close your Android Studio. This settings are for 8gb of ram pc...
-
The main aim of frameworks is to increase productivity by reducing efforts which eventually saves lot of time for developers to resolve any...
-
Code hack : public class NonActivityClass { //can I access the variables and methods from here MainActivity mainActivity; ...
-
#include<bits/stdc++.h> using namespace std; bool prime(long long a) { long long b=0,i; for(i=2; i*i<=a; i++) ...
No comments:
Post a Comment