00001 #include "main.h"
00002
00003 void credits(){
00004 cout<<"\n********************************"<<endl;
00005 cout<<"*** Terreneuve-Devel Project ***"<<endl;
00006 cout<<"*** Credits ***"<<endl;
00007 cout<<"********************************\n"<<endl;
00008
00009 cout<<"Terreneuve-Devel team members are:\n"<<endl;
00010
00011 cout<<"- Simon Leger"<<endl;
00012 cout<<"- Aloke Mukherjee"<<endl;
00013 cout<<"- Joseph Perez"<<endl;
00014 cout<<"- Yann Renoux\n"<<endl;
00015
00016 cout<<"Terreneuve-Devel project is the result of our class in Computing in Finance. "<<endl;
00017 cout<<"We are all four 1st semester students at NYU CIMS MSc of Maths in Finance.\n"<<endl;
00018
00019 cout<<"---------------------------------------------------------------------------\n"<<endl;
00020
00021 cout<<"We would like to thank our parents, our grand parents, and ... wait a minute,"<<endl;
00022 cout<<"are we supposed to make this a serious page ? \n"<<endl;
00023
00024 cout<<"OK now the real (and egocentric) thanks:"<<endl;
00025 cout<<"- Simon, Joseph and Yann would like to thank Aloke for bearing with us during"<<endl;
00026 cout<<"our discussions in French. And also for his unrealistic but true laughter!"<<endl;
00027 cout<<"- Aloke, Joseph and Yann would like to thank Simon for his idea of putting a"<<endl;
00028 cout<<"naked babe in the credits (now you want to read our code to see where we hid it!)."<<endl;
00029 cout<<"- Simon, Aloke and Joseph would like to thank Yann for the 10,000 emails he "<<endl;
00030 cout<<"sent while commiting his versions of the code every 5 minutes..."<<endl;
00031 cout<<"- Simon, Aloke and Yann would like to thank Joseph for his idea to code an Excel"<<endl;
00032 cout<<"addin. When you have done it, give us a shout !"<<endl;
00033 cout<<"- Simon, Aloke, Joseph and Yann thank Tanya and Nandika (Aloke's wife and daughter) "<<endl;
00034 cout<<"for not killing Aloke for neglecting his family. It would have been a real headache "<<endl;
00035 cout<<"to dispose of his body.\n"<<endl;
00036
00037 cout<<"We would also like to thank the Bagel Factory, the Starbucks Coffee, the Coca Cola"<<endl;
00038 cout<<"company and all the tasty greasy food we ate while coding until 4am.\n"<<endl;
00039
00040 cout<<"Many thanks to the nerds that invented the Internet, we used it a lot.\n"<<endl;
00041
00042 cout<<"We are also thankful to sourceforge.net for the user-friendly interface to share "<<endl;
00043 cout<<"code and use it with CVS, it helped a lot.\n"<<endl;
00044
00045 cout<<"Last, but not least (I know this introduction is easy but I like it and I am the "<<endl;
00046 cout<<"coder so if I want to write it I write it!), we would like to thank Kishor Laud"<<endl;
00047 cout<<"for all the answers he provided during the development of this project, and all"<<endl;
00048 cout<<"our classmates for asking so many questions that Kishor often answered the ones we"<<endl;
00049 cout<<"would ask ourselves even before we thought about them.\n\n"<<endl;
00050 }