EOSERV Forum > Lounge > Programming Competition!
Topic is locked.
Page: << 1 2 3 4 5 6 >>
Programming Competition!
Author Message
Post #89544 Re: Programming Competition!
UndeadEO posted: (23rd Jul 2011 04:20 am)

Possibly THE BEST and most USEFUL thing ever invented <3

Download: Here


Lol, what is it?
---
Andrewbob - I would be on the fucking copter of rofls

Programmer, Web Developer, and Graphics Designer
13 years, 41 weeks ago
Post #89545 Re: Programming Competition!

Download it <3

13 years, 41 weeks ago
Post #89547 Re: Programming Competition!

Lol, im not downloading anything til i know what it is :P I dont just download random files. 

---
Andrewbob - I would be on the fucking copter of rofls

Programmer, Web Developer, and Graphics Designer
13 years, 41 weeks ago
Post #89548 Re: Programming Competition!

Good point. Well. It prints out "Hello World!" on the screen.

13 years, 41 weeks ago
Post #89549 Re: Programming Competition!
Wildsurvival posted: (23rd Jul 2011 04:30 am)

Lol, im not downloading anything til i know what it is :P I dont just download random files. 

It's called ESET NOD32 antivirus bro.

13 years, 41 weeks ago
Post #89550 Re: Programming Competition!

XD

---
Andrewbob - I would be on the fucking copter of rofls

Programmer, Web Developer, and Graphics Designer
13 years, 41 weeks ago
Post #89551 Re: Programming Competition!

What's so funny? >.<

13 years, 41 weeks ago
Post #89552 Re: Programming Competition!

Your hello world application :P

Lua:

function HelloWorld()

print("Hello World!")

end


VB.NET:

function HelloWorld()

Console.Write("Hello World!")

end function


C#:

public void HelloWorld() 

{

Console.Write("Hello World!");

}

---
Andrewbob - I would be on the fucking copter of rofls

Programmer, Web Developer, and Graphics Designer
13 years, 41 weeks ago
Post #89553 Re: Programming Competition!
Wildsurvival posted: (23rd Jul 2011 05:22 am)

Your hello world application :P

Lua:

function HelloWorld()

print("Hello World!")

end


VB.NET:

function HelloWorld()

Console.Write("Hello World!")

end function


C#:

public void HelloWorld() 

{

Console.Write("Hello World!");

}

My sexy way of writing it:

int main
{
printf "Hello bitchez! "
return 0;
}



13 years, 41 weeks ago
Post #89554 Re: Programming Competition!

lol nice :P

---
Andrewbob - I would be on the fucking copter of rofls

Programmer, Web Developer, and Graphics Designer
13 years, 41 weeks ago
Post #89563 Re: Programming Competition!

My newb way of writing it O.O! :

#include <iostream>

#include <windows.h>

using namespace std;


int main()

{

      cout << "Hello World!";

      system ("PAUSE");

}

<3

13 years, 41 weeks ago
Post #89586 Re: Programming Competition!

Well... I haven't finished yet but I don't have the effort to carry on with it today. Far beyond tired. You get the gist of where this program is going. Just so you know the features I was wanting to add was paperdolls and things like that. Create account feature is currently kinda buggy so just go to login and use the username default and the password default and you should be able to get in.

click me! for the source. 

---
If money doesn't grow on trees, then why do banks have branches?
13 years, 41 weeks ago
Post #89694 Re: Programming Competition!

Well anyways the due date is past the judge will be looking over each program and then announce a winner.

13 years, 41 weeks ago
Post #89774 Re: Programming Competition!

That'll be me. =]

13 years, 41 weeks ago
Post #89781 Re: Programming Competition!
DanScott posted: (23rd Jul 2011 11:34 am)

Well... I haven't finished yet but I don't have the effort to carry on with it today. Far beyond tired. You get the gist of where this program is going. Just so you know the features I was wanting to add was paperdolls and things like that. Create account feature is currently kinda buggy so justgo to login and use the username default and the password default and you should be able to get in.

click me! for the source. 


Mind adding a binary in that? I dont use pascal. :P
---
Andrewbob - I would be on the fucking copter of rofls

Programmer, Web Developer, and Graphics Designer
13 years, 41 weeks ago
Page: << 1 2 3 4 5 6 >>
Topic is locked.
EOSERV Forum > Lounge > Programming Competition!