Talk about absolutely anything here!
  • User avatar
  • User avatar
  • User avatar
  • User avatar
By Bonejunky
#81104
Updated. Changed title, added another thing I made.

I am gonna try to update this as much as possible with programs I make.
User avatar
By LARDIMUS_PRIME
#81135
For all of you out there, who are interested in learning a programming language, check out thenewboston (just google it) it is a very good way to learn java, most of the c languages and many more.

This is the first thing i have coded in C# its a console bomberman game, its also my first time using mediafire so i may have done it wrong.
I made this about a year ago.

http://www.mediafire.com/?x5ffgj970b0n9ce
Last edited by LARDIMUS_PRIME on Sun Mar 04, 2012 6:39 am, edited 3 times in total.
User avatar
By CHAOSiron13
#81223
Here's my hypotenuse calculator:

EDIT: This is the first program I ever wrote, so don't hate.
Code: Select all
#include <iostream>
#include <cmath>

using namespace std;

int main()
{   
    double dnumber1 = 0.0;
    double dnumber2 = 0.0;
    double dnumber3 = 0.0; 
    double dnumber4 = 0.0;
    cout << "To find the Hypotonouse of a right triangle, first input sides A and B:  " << endl;
    cin >> dnumber1;
    cin >> dnumber2;
    
    
    dnumber3 = (dnumber1 * dnumber1) + (dnumber2 * dnumber2);
    dnumber4 = sqrt (dnumber3);
    cout << "The Hypotoneuse of your right triangle would be:" << dnumber4 << endl;
    
    system("Pause"); 
    return 0;
    
}
long long title how many chars? lets see 123 ok more? yes 60

We have created lots of YouTube videos just so you can achieve [...]

Another post test yes yes yes or no, maybe ni? :-/

The best flat phpBB theme around. Period. Fine craftmanship and [...]

Do you need a super MOD? Well here it is. chew on this

All you need is right here. Content tag, SEO, listing, Pizza and spaghetti [...]

Lasagna on me this time ok? I got plenty of cash

this should be fantastic. but what about links,images, bbcodes etc etc? [...]