Telegramy
Articles
About
« Rev
@programminginc
13
Fwd »
Anonymous
Know ?
Yes
Mirko
android is children of Java
Richard
You need to know Java
Ok.
Richard
Thanks for your help.
Mirko
If you not know how programm in Java, you can't know Android
Richard
If you not know how programm in Java, you can't know Android
😢😢😢
Richard
I will go learn it😕👌
Richard
Bye for now ✋
Anonymous
Android only thing that is programmed in C is the kernel
Mirko
Java install always the JDK and not JRE
Anonymous
Hi im not an expert in your domain but i want to ask you ....do u have any name of an effective apk for knowing wifi password...please tell me???
Anit
Wps wpa tester
Anit
Wps connect
Anit
Root*
Anonymous
Need root???
Anit
Yup
Anonymous
http://techjunglee.com/nexus-5-gets-android-nougat-7-0/
Anonymous
Whos got Gbwhatsapp v4.81
Anonymous
/languages@Translate_Bot
Anonymous
Hii
Anonymous
What is the best app for windows pc Mac address changer,
Anonymous
What is the best app for windows pc Mac address changer,
Linux xd
@DevPGSV
Linux xd
+1
Sami Anam
Linux xd
😂😏
Sami Anam
What is the best app for windows pc Mac address changer,
It called Mac changer!😉
Young
I want to root my honor 4c marshmallow any one help
@DevPGSV
I want to root my honor 4c marshmallow any one help
Learm C, then write and compile a rooted rom
Sami Anam
I want to root my honor 4c marshmallow any one help
http://forum.xda-developers.com/honor-4c/how-to/root-honor-4c-root-recovery-bootloader-t3318406
Young
Try both
Young
Ty***
Anonymous
It called Mac changer!😉
Ur ans is not work,
Anonymous
I have xolo 8x1020 and it has kitkat version , Its limited to kitkat , how can I install in lollypop version ,
Anonymous
Can you send other names for hacking apks ....my phone GTS6310 they didnt work
Anonymous
Thx
@DevPGSV
Can you send other names for hacking apks ....my phone GTS6310 they didnt work
For android? Try: troyan.apk For windows: troyan.exe
▼ Hatsune mUkko
For android? Try: troyan.apk For windows: troyan.exe
hot_girls.exe also is a good one
Anit
hot_girls.exe also is a good one
Lol
Skywalker
I have xolo 8x1020 and it has kitkat version , Its limited to kitkat , how can I install in lollypop version ,
Yep flash custom ROM
Anonymous
http://techjunglee.com/use-linux-windows10/
Anonymous
http://techjunglee.com/use-linux-windows10/
Fuck Windows
▼ Hatsune mUkko
well windows realised they suck and added sh in them
@DevPGSV
XD
@DevPGSV
http://www.ibm.com/developerworks/linux/library/l-memory/ Tags: #programming #C
Anonymous
Hell yeah
Anonymous
Hi Guys, I'm here with you.
Anonymous
Hi Guys, I'm here with you.
Salam.
MoH
Hey am new here
MoH
Salam 3lykom
MoH
Do you speak English😅😅
MoH
Thanks ALLAH For any situations
Suzeanne
This group needs more banning of people that don't adhere to protocol in order to be useful, sadly.
Anonymous
hi guys
Anonymous
how do I become part of the admin?
Anonymous
how do I become part of the admin?
You can't
Maximum
#include <iostream.h> #include <conio.h> Void main () { Cout <<"Hello guys"<<endl; }
Anonymous
#include <iostream> void main () { std::cout <<"Hello guys"<<std::endl; }
🇧
pff
Evgenii
Why iostream.h and not just iostream
Maximum
#include <iostream> void main () { std::cout <<"Hello guys"<<std::endl; }
I bet this is c language...
Ricardo
I bet this is c language...
C++
Maximum
Why iostream.h and not just iostream
Because i use turboc++
Evgenii
Because i use turboc++
Why would you do that to yourself?
Maximum
C++
Ok...never knew this way...I'll try it anyway😁
Maximum
Why would you do that to yourself?
My school uses that crap...so i have no choice😭
Evgenii
Ok...never knew this way...I'll try it anyway😁
What do you mean by 'that way'?
Anonymous
Why iostream.h and not just iostream
True xd
Maximum
What do you mean by 'that way'?
I'm still new on c++ language...that's y I'm here i want you guys to help me...
Maximum
#include<iostream.h> #include<conio.h> #include<iomanip.h> struct emp{ char name[30]; char address[30]; char QF[30]; int ID; int DOB; }; void myFunction(){ emp e[5]; int year; int age[5]; for(int x=0; x<5; x++){ cout<<"Enter Name of employee "<<(x+1)<<": "; cin>>e[x].name; cout<<"\n Enter Address of employee "<<(x+1)<<": "; cin>>e[x].address; cout<<"\n Enter ID of employee "<<(x+1)<<": "; cin>>e[x].ID; cout<<"\n Enter DOB of employee "<<(x+1)<<": "; cin>>e[x].DOB; cout<<"\n Enter Qualification of employee "<<(x+1)<<": "; cin>>e[x].QF; year = (2016-e[x].DOB); age[x] = year; } cout<<setw(10)<<"Name"<<setw(10)<<"Address"<<setw(10)<<"QF"<<setw(10)<<"ID"<<setw(10)<<"DOB"<<setw(10)<<"age"<<endl; for(int y=0; y<5; y++){ cout<<setw(10)<<e[y].name<<setw(10)<<e[y].address<<setw(10)<<e[y].QF<<setw(10)<<e[y].ID<<setw(10)<<e[y].DOB<<setw(10)<<age[y]<<endl; } } void main(){ clrscr(); myFunction(); getch(); }
Maximum
👆when you execute that one using turbo c++ it will calculate ages of 5 people
Evgenii
#include<iostream.h> #include<conio.h> #include<iomanip.h> struct emp{ char name[30]; char address[30]; char QF[30]; int ID; int DOB; }; void myFunction(){ emp e[5]; int year; int age[5]; for(int x=0; x<5; x++){ cout<<"Enter Name of employee "<<(x+1)<<": "; cin>>e[x].name; cout<<"\n Enter Address of employee "<<(x+1)<<": "; cin>>e[x].address; cout<<"\n Enter ID of employee "<<(x+1)<<": "; cin>>e[x].ID; cout<<"\n Enter DOB of employee "<<(x+1)<<": "; cin>>e[x].DOB; cout<<"\n Enter Qualification of employee "<<(x+1)<<": "; cin>>e[x].QF; year = (2016-e[x].DOB); age[x] = year; } cout<<setw(10)<<"Name"<<setw(10)<<"Address"<<setw(10)<<"QF"<<setw(10)<<"ID"<<setw(10)<<"DOB"<<setw(10)<<"age"<<endl; for(int y=0; y<5; y++){ cout<<setw(10)<<e[y].name<<setw(10)<<e[y].address<<setw(10)<<e[y].QF<<setw(10)<<e[y].ID<<setw(10)<<e[y].DOB<<setw(10)<<age[y]<<endl; } } void main(){ clrscr(); myFunction(); getch(); }
I believe it's enough to call setw once
Evgenii
Also I suppose to use std::string and not char
Evgenii
And you can iterate from 1 to 5 instead 0 to 4 and add 1 to x each time
Anonymous
did anyone used ((tgbot-cpp)) before ?
Maximum
And you can iterate from 1 to 5 instead 0 to 4 and add 1 to x each time
Ok will do...I'll send you the code once I'm done
Maximum
Any1 with zbigz primum password, can you kindly share with me....😁
زكريا الناصري
I was told there was going to be porn...
Anonymous
hi
Anonymous
guys
Anonymous
need your advice
Anonymous
is here any one professional
« Rev
@programminginc
13
Fwd »