Happy Birthday Jared!

Code:
#include "std_lib_facilities.h"
int main()
{
    cout << "Happy Birthday, Jared!\n";
    cout << "I hope you have a fantastic day, you deserve it.\n";
    keep_window_open();
    return 0;
}

: )
 
Code:
#include "std_lib_facilities.h"
int main()
{
    cout << "Happy Birthday, Jared!\n";
    cout << "I hope you have a fantastic day, you deserve it.\n";
    keep_window_open();
    return 0;
}

: )

Patrick, that is not a valid header file I think. I am not able to compile it with G++ Library.

@Jared - I hope you liked the surprise :D . Once again, Happy Birthday!


-Pranav
 
Thank you guys, it means a lot.
And Patrick, the program doesn't work, see if you can get it to work. That'll be a suitable birthday present. I will accept nothing else.
Where's my other presents from the rest of you? :grin1:
 
Thank you guys, it means a lot.
And Patrick, the program doesn't work, see if you can get it to work. That'll be a suitable birthday present. I will accept nothing else.
Where's my other presents from the rest of you? :grin1:

I hope you don't expect more from me :grin1:
 
Thank you guys, it means a lot.
And Patrick, the program doesn't work, see if you can get it to work. That'll be a suitable birthday present. I will accept nothing else.
Where's my other presents from the rest of you? :grin1:

I hope you don't expect more from me :grin1:

You promised me money, where is it?
 
Thank you guys, it means a lot.
And Patrick, the program doesn't work, see if you can get it to work. That'll be a suitable birthday present. I will accept nothing else.
Where's my other presents from the rest of you? :grin1:

I hope you don't expect more from me :grin1:

You promised me money, where is it?

blindsided-by-breakup-didnt-see-it-coming.jpg



:lol:
 
The header is from a book I am reading, that may be why. Oh well, at least you know what it means!
 
Code:
#include "std_lib_facilities.h"
int main()
{
    cout << "Happy Birthday, Jared!\n";
    cout << "I hope you have a fantastic day, you deserve it.\n";
    keep_window_open();
    return 0;
}

: )

Patrick, that is not a valid header file I think. I am not able to compile it with G++ Library.

@Jared - I hope you liked the surprise :D . Once again, Happy Birthday!


-Pranav

It's a custom header file, which is would explain why your complier is throwing an error; http://www.stroustrup.com/Programming/std_lib_facilities.h
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top