The MLN-Ligers 3.0
Welcome Guest, we hope you have a great time! If you're already a member, you can sign in here. Or if you're a guest, register and join the fun!

Programming Languages

View previous topic View next topic Go down

Programming Languages

Post by Guest on Sat May 16, 2009 11:50 am

Is anyone Familiar to
- C++
- Java
- Java script
- C#
- C
- PHP
- Lua

Because these are programming languages to program any computer application you can think aswell as gaming

This one I made in C++
------------------------------------------------------------------------
#include "stdafx.h"



#include

using namespace std;

int main()
{
int number;
cout<<"Welcome to the Guesiing Number Game!\n";
cout<<"Enter your number: ";
cin>> number;
cin.ignore();

if ( number < 18 ) {
cout <<"Too low";
}
else if ( number > 18 ) {
cout <<"Too high";
}
else if (number = 18 ) {
cout <<"CONGRATS YOU WON!";
}



cin.get();
return 0;
}
-------------------------------------------------------------------

This is the topic for speaking of these languages and wht they mean, or maybe learn them. Please post your thoughts

Guest
Guest


Back to top Go down

Re: Programming Languages

Post by SupremeCommanderSturm on Sat Sep 05, 2009 1:53 pm

Guest wrote:Is anyone Familiar to
- C++
- Java
- Java script
- C#
- C
- PHP
- Lua

Because these are programming languages to program any computer application you can think aswell as gaming

This one I made in C++
------------------------------------------------------------------------
#include "stdafx.h"



#include

using namespace std;

int main()
{
int number;
cout<<"Welcome to the Guesiing Number Game!\n";
cout<<"Enter your number: ";
cin>> number;
cin.ignore();

if ( number < 18 ) {
cout <<"Too low";
}
else if ( number > 18 ) {
cout <<"Too high";
}
else if (number = 18 ) {
cout <<"CONGRATS YOU WON!";
}



cin.get();
return 0;
}
-------------------------------------------------------------------

This is the topic for speaking of these languages and wht they mean, or maybe learn them. Please post your thoughts

Awesome program! Very Happy

________________________
Hey guys, I'm making my own text-based RPG on the liger society, when/if Tatoranki and/or another Administrator approves it, I'll tell you guys more about it. Very Happy

SupremeCommanderSturm
Trainee Admin
Trainee Admin

Prize Points: 1012
Male Number of posts: 182
MLN Username: SupremeCommanderSturm
MLN Items: I don't really need any MLN items at the moment...
MLN Rank: Rank 10
S.P.A.M. :
2 / 502 / 50

Registration date: 2009-04-07

View user profile http://www.roblox.com/

Back to top Go down

Re: Programming Languages

Post by hotdogsaucer on Fri Dec 04, 2009 5:55 pm

I've done some HTML before.

________________________
"There is no price for awesomeness" Kung Fu Panda

hotdogsaucer
Abbé Busoni
Abbé Busoni

Prize Points: 1090
Male Number of posts: 489
MLN Username: hotdogsauce
MLN Items: TOTEMICS
MLN Rank: Rank 9
S.P.A.M. :
5 / 505 / 50

Registration date: 2009-06-11

View user profile

Back to top Go down

View previous topic View next topic Back to top


Permissions of this forum:
You cannot reply to topics in this forum