C++ Project

Dear Sir,
If u don't mind pls send me a awesome Computer Project in C++ language without any errors.Your early reply highly appreciated.
Thanks and Regards
CGLP
1
2
3
int main() {
    return 0;
}

This one has got to be a joke, right?
No, I believe jsmith is being completely serious. ;)
closed account (z05DSL3A)
1
2
3
4
5
6
7
8
#include <iostream>

int main()
{
awesome:
    std::cout << "Awesome Computer Project. ";
    goto awesome;
}
lol
Compiles without error:
1
2
3
4
#define x1(d) main() d
#define x2(x,a) int x(char*,...);x(a)
x1({x2(printf,"\114O\114");)
x1(;})

gcc -ansi -pedantic a.c

[edit] a little more obfuscation...
Last edited on
whats the problem anyways,,, your not stating the problem. how can we help you?tsk
1
2
3
4
5
6
7
#include <awesome_project> //if you don't have this you aren't awesome

int main() {
    for(int i = 0; i < AWESOME_NUMBER; i++) //we can't get awesomeness above the AWESOME_NUMER
        std::cout<<awesomeness(i)<<std::endl; //show people the awesomeness!
    return 1; //1 > 0
}
Last edited on
Awesome! I just compiled that, it worked too!

It was so awesome.
narrator: "He was so deadly in fact that his enemies would go blind from over exposure to pure awesomeness."

enemy: "He's too awesome!"

bunny: "...And attractive."

us: "How can we repay you?"

firedraco: ...

firedraco: "There is no charge for awesomeness. Or attractiveness."
Last edited on
I think firedraco's program has messed up my graphics card. Too much awesome was stored in the video memory, probably.

Could you fix it?
1
2
3
4
5
6
7
8
#include <normality>

int main() {
    char norm[gfx_card];
    memset(norm, NORMALNESS, sizeof(norm));

    return 0;
}


:)
Topic archived. No new replies allowed.