Motiur Rahman turned 3 today!
"I'm Dorothy Gale from Kansas"

gracie abrams
TMBGareOK. The Official They Might Be Giants tumblr
Sweet Seals For You, Always

Product Placement

titsay
🩵 avery cochrane 🩵

Jar Jar Binks Fan Club

Kiana Khansmith
𓃗
Cookie Run:Kingdom Official!
almost home
official daine visual archive
sheepfilms

#extradirty
Phantogram Three
No title available
One Nice Bug Per Day

tannertan36

oozey mess

seen from United States
seen from Türkiye

seen from Italy

seen from United States

seen from Jamaica

seen from Malaysia

seen from Serbia
seen from Bangladesh
seen from Saudi Arabia

seen from United Arab Emirates
seen from Germany

seen from United Kingdom

seen from Nigeria
seen from France
seen from Bangladesh
seen from Türkiye
seen from Singapore

seen from Poland

seen from United States
seen from United States
@motiur-blog
Motiur Rahman turned 3 today!
Loneliness
Its pretty lonely right now ; creeps at midnight .
Double Pointers
#include <stdio.h>
void incrPtr(int **h)
{
**h = **h + 1;//If increasing the value of the variable
*h = *h + 1 ;//If increasing the value of the pointer
}
int main()
{
int A[3] = {10 , 20 , 30};
int *q = A;
incrPtr(&q);//Address of the variable , pointer q
printf("*q = %d\n", *q);
return 0 ;
}
Ban on cigarette
Just think how would FDA react if there a slight rise of NaCl in bottled water .
http://www.reuters.com/article/2011/11/08/us-fda-tobacco-idUSTRE7A63V120111108
So sick ...ugh
http://moms.today.msnbc.msn.com/_news/2011/11/04/8638469-chickenpox-lollipops-some-moms-may-be-sending-in-mail
Passing stack by reference
void stackpass(stack <int> *s);
void stackpass(stack <int> *s)
{
while(!(*s).empty())
{
int i = (*s).top();
(*s).pop();
cout<<" i is "<<i<<endl;
}
}
int main()
{
stack <int> s;
for(int i =0 ; i< 10; i++) s.push(i);
stackpass(&s);
}
Sometimes we laugh , why ?
http://www.google.com/hostednews/afp/article/ALeqM5gfTxZVgEoWmJmOugZ0PiN8WC2tUA?docId=CNG.81de803784c5c7eff76b441effa43c15.571
Had that been in Afghanistan ...
http://www.usatoday.com/news/nation/story/2011-11-04/texas-beating-video/51067340/1?csp=34news
Of diapers and pampers :
lol
http://www.nytimes.com/2011/11/04/us/protest-in-oakland-turns-violent.html
wut?
Sometimes I do not understand what "world leaders" is , is it a vague term for US businessmen/political leaders ?
http://latimesblogs.latimes.com/world_now/2011/11/iran-debate-on-front-burner-in-israel.html
When World > Europe > Greek PM > ...
Human being : Umm ... I do not have a job , whom should I complain to .
http://www.reuters.com/article/2011/11/03/us-g-idUSTRE7A20E920111103
We have got a situation
Mr Obama : shouldn't we be concerned ?
http://www.mercurynews.com/top-stories/ci_19246904
When idiots directs economy
Shouldn't Bangladesh government think of increasing the value of Taka against dollar to decrease balance of deficit payment . Increasing the fuel price again is just a rash decision to further decrease the value of Taka . And providing subsidized fuel to poor farmers is a joke , since we all know how regular is govt irregularities .
http://www.thedailystar.net/newDesign/news-details.php?nid=209067
Drawing abstract stuff with MS paint is not that tough .