2DWorlds Forums
[C++] Your Projects - Printable Version

+- 2DWorlds Forums (http://2dworlds.buildism.net/forum)
+-- Forum: Off Topic (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=5)
+--- Forum: Programming (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=30)
+--- Thread: [C++] Your Projects (/showthread.php?tid=8990)



[C++] Your Projects - enumeration - 03-17-2012

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


RE: [C++] Your Projects - Dignity - 03-17-2012

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.


RE: [C++] Your Projects - noob007 - 03-17-2012

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


RE: [C++] Your Projects - enumeration - 03-17-2012

(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.