Details
-
AboutHappy developer 🤗🤗
-
SkillsSymfony
-
LocationPoland
Joined devRant on 10/5/2016
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
When you are talking with Client and he wants alert that you can't use password because it's already in use...5
-
A: Did you hear that Microsoft bought Skype for 10 billions dollars?
B:That's so stupid! They could download it for free...3 -
bool isTrue(bool val){
If(val == true){
return true;
}
else if(val == false){
return false;
}
else{
cout<<"Wrong value";
}
Function isTrue is the future ! 😂😂😂2