2DWorlds Forums

Full Version: [C++] Your Projects
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Just trying to get this sub-forum more active.

Anyway, what have you created in C++?
I'm currently working on some 'bored-projects', such as ConsoleOS.
It's basically has all of the applications a standard cell-phone would have.

Your turn. Big Grin
I've abandoned it but...

PersonOS

It would have been a console window that loaded up a browser I made (with no navigation buttons) to my site, where then I would have programmed it to run as a web-based application.
I say we discuss with actual code :3

That would make things more interesting.

Code:
#include <iostream>

char cake[] = "I am a piieee!!!";

int main(void) {
std::cout << 5[cake]; // WHAT!?!?!?
return 1337;
}

wai does that work
(03-17-2012, 03:48 PM)noob007 Wrote: [ -> ]I say we discuss with actual code :3

That would make things more interesting.

Code:
#include <iostream>

char cake[] = "I am a piieee!!!";

int main(void) {
std::cout << 5[cake]; // WHAT!?!?!?
return 1337;
}

wai does that work
Yus, of course it works.

Oh wait, you gave me a great forum game idea! Someone posts a random snippet of code, any programming language, and the next poster replies if it works or not.

No compiling the code though.