Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[C++] Your Projects
#1
Heart 
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
Reply
#2
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.
Reply
#3
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
Reply
#4
(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.
[Image: 33.png]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)