
在家中举办生日晚会,应事先搞好卫生,对房间进行适当装饰。晚会开始前,生日主人应站立在门口迎接客人,并对每位客人说:“感谢光临。”应邀前往的客人应准时到达,赠送礼物,可根据生日主人的爱好或需要进行挑选。送鲜花是普遍受欢迎的。客人到齐后,生日晚会即可宣布开始。
生日蛋糕与生日蜡烛是必备的。生日蛋糕上所插的生日蜡烛的枝数要同生日主人的年龄相对应。20岁以下可用1枝蜡烛代表1岁,有几岁插几枝,20岁就插20枝。20岁以上者,可用1枝大蜡烛代表10岁,1枝小蜡烛代表1岁来表示。
蜡烛要提前固定在蜡烛托上,然后把蜡烛托插在蛋糕上面。直接把生日蜡烛插在生日蛋糕上的作法是不足取的。
生日晚会的程序是:
首先,点燃生日蜡烛,来宾向生日主人致祝词,并向他敬酒,生日主人应向来宾致答谢词。
其次,众人齐声唱《祝你生日快乐》这首歌,生日主人应在歌声中用一口气把点燃的生日蜡烛全部吹灭,来宾以掌声来烘托喜庆气氛。接着,由主人把生日蛋糕切成数份,分给在场的人各人一份。
再次,大家共同要求生日主人第一个表演节目,然后共同表演些活泼轻快的节目,或举行舞会助兴。客人一般不要中途退场。
生日晚会结束后,生日主人应将来宾送至门外,并再次向大家表示感谢。要是寄生日贺卡的话,应在生日晚会之前寄达。
1先去一些联盟yy去发请帖(时间,地点,人物)2请个主持人(能将会说的啊!最好是男女搭配)3主角发言(一些感谢的话!说一下感受!)4准备一些活动(唱歌啊!问答题啊!笑话啊!脑筋急转弯啊!)但要有奖品的!!没奖品的话!!很多人来一会就走啦!!一定要新颖啊!!5主持人说感谢话,一些祝福话!6散场(谢谢所有来宾)
#include <iostream>
#include <stdlibh>
#include <conioh>
#include <stdioh>
#include <stdlibh>
#include <timeh>
#include <windowsh>
using namespace std;
void color(int a)//颜色函数
{
SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE),a);
}
int main(){
char a;
color(12);
cout << "Do you want to see your BIRTHDAY CARD( Input y or n )" << endl;
color(15);
cin >> a;
color(12);
if ( a=='y' ){
cout << "Ok, you will see your birthday card soon!" << endl;
} else {
cout << "That's OK, but happy birthday to you!" << endl;
return 0;
}
Sleep(1000);
color(268);
cout << "HAPPY ";
color(270);
cout << "BRITHDAY ";
color(9);
cout << "TO ";
color(10);
cout << "YOU!" << endl;
color(0);
Sleep(500);
cout << " ";
color(236);
cout << "";
color(0);
cout << " ";
color(236);
cout << "" << endl;
Sleep(500);
color(0);
cout << " ";
color(236);
cout << "";
color(0);
cout << " ";
color(236);
cout << "" << endl;
Sleep(500);
cout << "" << endl;
Sleep(500);
cout << "" << endl;
Sleep(500);
cout << "" << endl;
Sleep(500);
color(0);
cout << " ";
color(236);
cout << "" << endl;
Sleep(500);
color(0);
cout << " ";
color(236);
cout << "" << endl;
Sleep(500);
color(0);
cout << " ";
color(236);
cout << "" << endl;
Sleep(500);
color(0);
cout << " ";
color(236);
cout << "" << endl;
Sleep(500);
color(0);
cout << " ";
color(236);
cout << "" << endl;
Sleep(500);
color(0);
cout << " ";
color(236);
cout << "" << endl;
Sleep(500);
char c[55] = { 'T' ,'h' ,'a' ,'n' ,'k', ' ' ,'y' ,'o' ,'u', ' ' ,'f' ,'o' ,'r', ' ' ,'l' ,'o' ,'o' ,'k' ,'i' ,'n' ,'g', ' ' ,'a' ,'f' ,'t' ,'e' ,'r', 's', ' ' ,'m' ,'e', ' ' ,'f' ,'o' ,'r', ' ' ,'e' ,'l' ,'e' ,'v' ,'e' ,'n', ' ' ,'y' ,'e' ,'a' ,'r' ,'s', ',', ' ' ,'m' ,'o' ,'m' ,'!', '0' };
for ( int i=0; i<=53; i++ ){
color( ( i+1 ) % 15 + 1 );
cout << c[i];
}
cout << endl;
Sleep(10000);
char d[12] = { 'I', ' ', 'l', 'o', 'v', 'e', ' ', 'y', 'o', 'u', '!', '0' };
int count = 0;
for ( int j=1; j<=1000; j++ ){
count++;
for ( int i=0; i<=10; i++ ){
color(i+1);
cout << d[i];
}
cout << " ";
}
cout << endl;
cout << "What present do you want(Input the number of the present)" << endl;
char e;
cout << "A clothes(A); (B); Lipstick(C)" << endl;
cin >> e;
srand((unsigned)time(NULL));
for ( int i=1; i<=20; i++ ){
system( "cls" );
int s = 1;
int tmp = rand()%4;
switch( tmp ){
case 0:{
tmp++;
break;
}
case 1:{
color(rand()%15+1);
s++;
cout << " # " << endl;
color(rand()%15+1);
s++;
cout << " # # " << endl;
color(rand()%15+1);
s++;
cout << " # # " << endl;
color(rand()%15+1);
s++;
cout << " ####### " << endl;
color(rand()%15+1);
s++;
cout << " # # " << endl;
color(rand()%15+1);
s++;
cout << " # # " << endl;
color(rand()%15+1);
s++;
cout << " # # " << endl;
break;
}
case 2:{
color(rand()%15+1);
s++;
cout << " ######### " << endl;
color(rand()%15+1);
s++;
cout << " # # " << endl;
color(rand()%15+1);
s++;
cout << " # # " << endl;
color(rand()%15+1);
s++;
cout << " ######### " << endl;
color(rand()%15+1);
s++;
cout << " # # " << endl;
color(rand()%15+1);
s++;
cout << " # # " << endl;
color(rand()%15+1);
s++;
cout << " ######### " << endl;
break;
}
case 3:{
color(rand()%15+1);
s++;
cout << " ######### " << endl;
color(rand()%15+1);
s++;
cout << " # " << endl;
color(rand()%15+1);
s++;
cout << " # " << endl;
color(rand()%15+1);
s++;
cout << " # " << endl;
color(rand()%15+1);
s++;
cout << " # " << endl;
color(rand()%15+1);
s++;
cout << " # " << endl;
color(rand()%15+1);
s++;
cout << " ######## " << endl;
break;
}
}
Sleep(i50);
}
system ( "cls" );
switch( e ){
case 'A':{
color(rand()%15+1);
cout << " # " << endl;
color(rand()%15+1);
cout << " # # " << endl;
color(rand()%15+1);
cout << " # # " << endl;
color(rand()%15+1);
cout << " ####### " << endl;
color(rand()%15+1);
cout << " # # " << endl;
color(rand()%15+1);
cout << " # # " << endl;
color(rand()%15+1);
cout << " # # " << endl;
break;
}
case 'B':{
color(rand()%15+1);
cout << " ######### " << endl;
color(rand()%15+1);
cout << " # # " << endl;
color(rand()%15+1);
cout << " # # " << endl;
color(rand()%15+1);
cout << " ######### " << endl;
color(rand()%15+1);
cout << " # # " << endl;
color(rand()%15+1);
cout << " # # " << endl;
color(rand()%15+1);
cout << " ######### " << endl;
break;
}
case 'c':{
color(rand()%15+1);
cout << " ######### " << endl;
color(rand()%15+1);
cout << " # " << endl;
color(rand()%15+1);
cout << " # " << endl;
color(rand()%15+1);
cout << " # " << endl;
color(rand()%15+1);
cout << " # " << endl;
color(rand()%15+1);
cout << " # " << endl;
color(rand()%15+1);
cout << " ######## " << endl;
break;
}
}
color(rand()%15+1);
cout << "You are very LUKY!" << endl;
cout << "Please turn your head!" << endl;
cout << "Tab return to continue";
cout << endl;
color(0);
system( "pause" );
color(rand()%1023+1);
cout << "Are you happy!" << endl;
color(rand()%1023+1);
cout << "I think you are!!!" << endl;
color(rand()%1023+1);
cout << "--------!";
Sleep ( 3000 );
cout << endl;
color(15);
cout << "######" << endl;
cout << " #" << endl;
cout << "######" << endl;
cout << " #" << endl;
cout << "######" << endl;
Sleep( 2000 );
system( "cls" );
cout << " @@@@ " << endl;
cout << "@ @" << endl;
cout << " @ " << endl;
cout << " @ " << endl;
cout << "@@@@@@" << endl;
Sleep ( 2000 );
system( "cls" );
cout << " !! " << endl;
cout << " !!! " << endl;
cout << " !! " << endl;
cout << " !! " << endl;
cout << "!!!!!!" << endl;
Sleep ( 2000 );
system( "cls" );
color( rand()%1023+1 );
cout << " ###### # # ###### # " << endl;
cout << " # # # # # # " << endl;
cout << " # # # # # # " << endl;
cout << " ###### # ###### # " << endl;
cout << " # # # # # " << endl;
cout << " # # # # " << endl;
cout << " ###### # ###### # " << endl;
color(15);
return 0;
}
仅供参考!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
真的很感动,想必你奶奶和你妈的关系应该已经超过一般的婆媳,甚至比亲生母女还亲了吧!!!你妈辛苦了这么多年,建议给你妈找个老伴吧,这样你奶奶走了以后也不担心没人陪你妈了sorry,跑题了
建议你在生日这天用DV机拍下你们一起过生日的情景,例如吃饭、吃蛋糕、给老人磕头祝寿(虽然现在不提倡磕头,但老一辈人还是可以接受的,磕头时祝福的话你们还是说一些感谢的实在的话比较好),每个大人和小朋友都要单独面对镜头说几句哦,同时也要说些感谢妈妈的话),老人家想你们时就可以看看这个DV,心情会好许多。我妈几乎每天都要看一遍我们在家拍的DV。
其他复杂的花哨的程序能免则免吧,老人经历了这么多,这些虚荣的东西也不在乎了。只要全家人能团团圆圆和睦相处就是她最大的心愿了
以上就是关于过生日时的礼节全部的内容,包括:过生日时的礼节、YY里过生日有什么程序啊、求赐教,用C++制作一个制作一个祝朋友生日快乐的程序!等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)