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...
-
#include<bits/stdc++.h> using namespace std; bool prime(long long a) { long long b=0,i; for(i=2; i*i<=a; i++) ...
-
Give Permission from Manifest: <uses-permission android:name="android.permission.INTERNET"/> <uses-permission android...
No comments:
Post a Comment