Posts

Showing posts from 2017

C++ Function to edit a particular record in a binary file

Void editrec() {       fstream fio;       student s; int r; fio.open("stud.dat",ios::binary|ios::out|ios::in); fio.seekg(0); cout<<" Enter the roll no. you want to edit : "; cin>>r; while(fio.read((char*)&s,sizeof(s))) {        if(r==s.retrno())        { cout<<"Record found !! "; s.get(); fio.seekp(fio.tellp()-sizeof(s)); fio.write(( char*)&s,sizeof(s)); } } fio.close(); }

List of Devices that will get Lineage OS 14.1 ROM

Image
ASUS  devices list of Lineage OS 14.1 ROM Updates Zenfone Max (Z010D) Zenfone Max Lineage 14.1 ROM BQ  devices list of Lineage OS 14.1 ROM Updates Aquaris X5 (paella) Aquaris X5 Lineage 14.1 ROM Google  devices list of Lineage OS 14.1 ROM Updates Nexus 5 (hammerhead) Nexus 5 Lineage 14.1 ROM Nexus 6p (angler) Nexus 6p Lineage 14.1 ROM HTC  devices list of Lineage OS 14.1 ROM Updates One M7 (m7), M7 Sprint, M7 Verizon One M7 Lineage 14.1 ROM One M8 (m8) One M8 Lineage 14.1 ROM Huwei  devices list of Lineage OS 14.1 ROM Updates Honor 4 (cherry) Honor 4 Lineage 14.1 ROM Le/Le Eco  devices list of Lineage OS 14.1 ROM Updates Le Max 2 Le Max 2 Lineage 14.1 ROM Lenovo  devices list of Lineage OS 14.1 ROM Updates Vibe K3 NOTE Vibe K3 NOTE Lineage 14.1 ROM Vibe K5/K5 Plus Vibe K5/K5 Plus Lineage 14.1 ROM LG  devices list of Lineage OS 14.1 ROM Updates G2 (d802) G2 Lineage 14.1 ROM ...

What is Lineage OS ?

Image
Lineage OS is another CyanogenMod as the current team of CyanogenMod are working on any other project and the name of the project is Lineage OS and they have also launched website and named as Lineage OS which will take place of CyanogenMod from where the CM has left. it will be same as CM but there be one different is that the name only and everything will be same. Lineage OS official website is also launched you can check it  LineageOS  so for those who are thinking that from now there will be no updates regarding custom ROM and nightly build than they don’t have to worry LineageOS will cover all these things very soon. So CyanogenMod is still alive but the small change is that the name has changed to Lineage and the official CyanogenMod.inc has gave this statement  '' The open source project and source code will remain available for anyone who wants to build CyanogenMod personally .'' So this clears us that the Cyanogenmod is back to “0” from starting just ...