Month: July 2015
Here I tried to write everything in standard C++ #include<iostream> #include<iomanip> using namespace std; int main() {…
C++ precision example: #include<iostream> #include<iomanip> using namespace std; int main() { double f; f=3.12159; cout<<f<<‘\n’; cout<<setprecision(3)<<f<<endl; cout<<setprecision(5)<<f<<endl;…
I tried it so many times but it didn’t gave the solution but the code I have…
XML is a language to describe the data I have practiced here <root> <child attributes=”name”> <subchild1></subchild1>…
Here i am going to describe all the basic to advanced android experience I have learned …I…
Help>Install New Software>Select Luna From Drop Down Box>Select Programming Languages from Arrow>Then Select your desired Dev Language..
Recent Comments