Computer Programing

If it doesn't fit .. It fits here .. - -

Computer Programing

Postby Katahu » Sat Dec 06, 2003 12:52 pm

How many of you people are interested in computer programing?

I see it as an interesting thing to learn.

I found a website called http://computer.howstuffworks.com/program.htm

I was surprised that there is a website that actually teaches people how to write their own programs. Not only that, it teaches about Java, Parcel, C, C++, and so on.

Right now, I'm trying to learn how to make my own program using Java.

If there is any computer programmer out there, can you please answer this question?

How do you get the applet viewer to work using the MS-DOS prompt?
User avatar
Katahu
Lieutenant Colonel
Lieutenant Colonel
 
Posts: 5993
Joined: Mon Jul 22, 2002 10:29 pm

Re: Computer Programing

Postby Agamer » Sat Dec 06, 2003 4:14 pm

congrats on starting programming

I do so much programing I love it but personaly I don't like java so I can't awnser jour question I workn with LANDMYN a lot on programing don't know if he knows java though might be worth msging him
FS9 rules
Agamer
2nd Lieutenant
2nd Lieutenant
 
Posts: 240
Joined: Tue Oct 21, 2003 12:58 pm

Re: Computer Programing

Postby BFMF » Sat Dec 06, 2003 4:26 pm

I was learning C++, but had to put the book away after a couple years due to school + Flightschool.

I got to the point where I could write small terminal apps. Lots of fun! 8)
BFMF
Colonel
Colonel
 
Posts: 16266
Joined: Mon Feb 25, 2002 6:06 pm
Location: Pacific Northwest

Re: Computer Programing

Postby Maccers » Sat Dec 06, 2003 7:30 pm

I know basic... and I'm learning C++ as part of my university degree.
I think it sucks ::) lol
Image
Athlon XP 1800+, 1GB RAM, Asus V9560 FX 5600 256Mb, 40Gb HDD
User avatar
Maccers
Major
Major
 
Posts: 1666
Joined: Thu Jan 31, 2002 11:07 am
Location: NEWI Campus, Wrexham. UK

Re: Computer Programing

Postby Katahu » Sat Dec 06, 2003 8:04 pm

Well, I was hoping to make my own little card game program.

I downloaded a Java SDK as well as the Java Documentation. It teaches me how to make programs.

The SDK came with a huge load of samples. They even included animations and clickable buttons. Very good and simple.

However, I am also thinking about learning C and C++ as well because I heard that these other programming languages allow you more control.

But, I prefer to just learn Java for now and learn the rest of the stuff in the USAF college. Besides, I don't quite understand this thing very well. It gets me mind-boggled. :P
User avatar
Katahu
Lieutenant Colonel
Lieutenant Colonel
 
Posts: 5993
Joined: Mon Jul 22, 2002 10:29 pm

Re: Computer Programing

Postby Ambassador » Sat Dec 06, 2003 8:11 pm

I program in Basic.  It is a lot of fun. :)
Ambassador
 

Re: Computer Programing

Postby TheBladeRoden » Sat Dec 06, 2003 8:21 pm

too bad I can never get a C compiler that works
TheBladeRoden
2nd Lieutenant
2nd Lieutenant
 
Posts: 56
Joined: Wed Nov 26, 2003 4:01 am

Re: Computer Programing

Postby BFMF » Sat Dec 06, 2003 8:25 pm

You can download a nice free C/C++ compiler from www.bloodshed.net

I highly recommend it! 8)
BFMF
Colonel
Colonel
 
Posts: 16266
Joined: Mon Feb 25, 2002 6:06 pm
Location: Pacific Northwest

Re: Computer Programing

Postby Katahu » Sat Dec 06, 2003 9:35 pm

What can you do with Basic? I'm interested.

Hey Andrew.

Since that website provides free compilers for programmers, why the h377 is it named "Blood Shed"? ;D ;D ;D
User avatar
Katahu
Lieutenant Colonel
Lieutenant Colonel
 
Posts: 5993
Joined: Mon Jul 22, 2002 10:29 pm

Re: Computer Programing

Postby Jared » Sat Dec 06, 2003 9:49 pm

I'm not quite sure if I really understand the original question...

are you trying to open a new window in windows using the java programming? Or are you just trying to get a program to run?

I took a class where we learned the basics of C++ and java as well as binary codes and such...:-)

Can't help too much, but it would be worth a try... :-)
User avatar
Jared
Lieutenant Colonel
Lieutenant Colonel
 
Posts: 9976
Joined: Sun Jul 13, 2003 11:18 am
Location: Uniontown, Ohio

Re: Computer Programing

Postby BFMF » Sat Dec 06, 2003 11:12 pm

Hey Andrew.

Since that website provides free compilers for programmers, why the h377 is it named "Blood Shed"? ;D ;D ;D


You got me. I've got no idea why an address like that would be used. My mom even freaked out when I told her the address ;D

...but the compiler is excellent.... ;)
BFMF
Colonel
Colonel
 
Posts: 16266
Joined: Mon Feb 25, 2002 6:06 pm
Location: Pacific Northwest

Re: Computer Programing

Postby Fozzer » Sun Dec 07, 2003 8:55 am

All my programming time has been using Zilog machine code language, using the Z80, (Zilog), processor.
That is the fastest sort of language, which writes directly to the processor.
Basic, C++, etc is an interperted language which is written in English. but has to be converted into machine code by being compiled first before run...(slow)...!

In the early days using slow processors, (3.5 Mhz), it was necessary to program in pure machine code for sheer speed, but today, with fast processors, the code can be written in a Bacic, etc, language for ease, and then compiled into machine code, (still not as fast as direct programming in machine code tho').... ;)...!

Cheers...
Paul.....Z80 M/C programmer... ;)...!
Win 8.1 64-bit. DX11. Advent Tower. Intel i7-3770 3.9 GHz 8-core. 8 GB System RAM. AMD Radeon HD 7700 1GB RAM. DVD ROM. 2 Terra Byte SATA Hard Drive. Philips 17" LCD Monitor. Saitek Cyborg X Fly-5 Joystick. ...and a Briggs and Stratton Petrol Lawn Mower.
User avatar
Fozzer
Colonel
Colonel
 
Posts: 27361
Joined: Thu Jan 31, 2002 3:11 pm
Location: Hereford. England. EGBS.

Re: Computer Programing

Postby Delta_ » Tue Dec 09, 2003 6:49 am

I guess most the people in this forum can already program, i know i can.
Last edited by Delta_ on Tue Dec 09, 2003 6:53 am, edited 1 time in total.
User avatar
Delta_
Major
Major
 
Posts: 1919
Joined: Fri Nov 21, 2003 6:40 am
Location: London, UK

Re: Computer Programing

Postby Fozzer » Tue Dec 09, 2003 2:24 pm

[quote]I guess most the people in this forum can already program, i know i can.
Last edited by Fozzer on Tue Dec 09, 2003 5:36 pm, edited 1 time in total.
Win 8.1 64-bit. DX11. Advent Tower. Intel i7-3770 3.9 GHz 8-core. 8 GB System RAM. AMD Radeon HD 7700 1GB RAM. DVD ROM. 2 Terra Byte SATA Hard Drive. Philips 17" LCD Monitor. Saitek Cyborg X Fly-5 Joystick. ...and a Briggs and Stratton Petrol Lawn Mower.
User avatar
Fozzer
Colonel
Colonel
 
Posts: 27361
Joined: Thu Jan 31, 2002 3:11 pm
Location: Hereford. England. EGBS.

Re: Computer Programing

Postby Delta_ » Tue Dec 09, 2003 3:57 pm

Yeah i think it is amazing machine code!
I think the memory you said sounds about right.  Pascal is an old programming language, C++ is based on it.  

Have any of you guys seen the size of an old 1MB RAM card,  it is massive 17" long and 14" wide and 2" depth.  They fit is a massive slot and then screwed on at the back like a pci card is.
User avatar
Delta_
Major
Major
 
Posts: 1919
Joined: Fri Nov 21, 2003 6:40 am
Location: London, UK

Next

Return to General Discussion

Who is online

Users browsing this forum: No registered users and 558 guests