|
|
|
|
 |
|

April 20th, 2005, 02:45 PM
|
 |
Major
|
|
Join Date: Jan 2004
Location: Taganrog, Russia
Posts: 1,087
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Look what I can do...
It only means that geo's really first programm was written in Basic.
But he will never admit it 
|

April 20th, 2005, 03:38 PM
|
 |
Second Lieutenant
|
|
Join Date: Mar 2005
Location: Seattle, WA
Posts: 417
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Look what I can do...
|

April 20th, 2005, 03:41 PM
|
|
Sergeant
|
|
Join Date: Sep 2004
Location: Belgium
Posts: 222
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Look what I can do...
Lemme tell you, that is C  not C++ it might be C++ syntax but C++ implies OO programming. dunno if you guys see that.
having a single main aint a good sign
but if it's meant to be procedural it looks like a well structured program.
|

April 20th, 2005, 03:42 PM
|
 |
Shrapnel Fanatic
|
|
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
|
|
Re: OT: Look what I can do...
C++ is not strictly object oriented. It is well suited for procedural programming (more so than the ever so clunky C). 
|

April 20th, 2005, 04:03 PM
|
 |
National Security Advisor
|
|
Join Date: Jan 2001
Location: Ohio
Posts: 8,450
Thanks: 0
Thanked 5 Times in 2 Posts
|
|
Re: OT: Look what I can do...
Aww you guys are tough.
Yeah we did the "Hello world" stuff in class. Everything up to this point was copying down code that the instructor did or doing the step by step stuff in the book. This one was the first one that I wrote on my own. All I had to work with was what the input and required output was supposed to look like.
And as far as it being C instead of C++, all I have to say to that is, even better. I'm bilingual! 
__________________
I used to be somebody but now I am somebody else
Who I'll be tomorrow is anybody's guess
|

April 20th, 2005, 04:16 PM
|
 |
Second Lieutenant
|
|
Join Date: Mar 2005
Location: Seattle, WA
Posts: 417
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Look what I can do...
Suggestion for version 2:
Separate input, output and processing into their own functions. It's real good exercise. Something like
main(){
get_input( variables )
process_input( variables )
put_output(screen)
put_output(file)
}
My brother never learned to use functions, and now he codes his entire programs all in main().
So now he can't write big programs, because after a while it becomes too much to follow in one function.
Try reading a 500-line function! One page is plenty.
|

April 20th, 2005, 06:40 PM
|
 |
Major General
|
|
Join Date: Nov 2004
Location: Floating in space.
Posts: 2,297
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Look what I can do...
Nothing compared to my 500 or so lines of spagetti code written in qbasic.
|

April 20th, 2005, 11:15 PM
|
 |
Shrapnel Fanatic
|
|
Join Date: Feb 2001
Location: Waterloo, Ontario, Canada
Posts: 11,451
Thanks: 1
Thanked 4 Times in 4 Posts
|
|
Re: OT: Look what I can do...
Quote:
NullAshton said:
Nothing compared to my 500 or so lines of spagetti code written in qbasic.
|
Or my first serious program, which was almost a thousand lines of GW-Basic code.
All my variables were 4 or 5 character acronyms.
And it had no elses or block-ifs, since I didn't know about them at the time.
Instead, I used If-Dosomething-Goto
I'd estimate that up to 10% of the instructions in that program were gotos!
But at least it was neat, well organized spaghetti code. 
__________________
Things you want:
|

April 20th, 2005, 10:17 PM
|
 |
General
|
|
Join Date: Jan 2003
Location: Atlanta, GA
Posts: 3,499
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Look what I can do...
Gotta take my hat off to anyone who's got the initiative to learn a programminglanguage this "late in the game". 
__________________
ALLIANCE, n. In international politics, the union of two thieves who have their hands so deeply inserted in each other's pocket that they cannot separately plunder a third. (Ambrose Bierce)
|

April 20th, 2005, 11:58 PM
|
 |
Captain
|
|
Join Date: Nov 2003
Location: At work or sleeping
Posts: 821
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Re: OT: Look what I can do...
Quote:
Slynky said:
Gotta take my hat off to anyone who's got the initiative to learn a programminglanguage this "late in the game".
|
Amen brother.
__________________
Aa Turam Empire
Geekdom is eternal... you will be assimilated... resistance is futile.
A+ Se GdY S++ Fr- C* Cs* Sf- Ai++ Au>M! M- Mp! S@ Ss+ R! Pw+ Fq++ Nd? Rp++ G++ Mm++ Bb-- L-- Tcp
'We, the weird, chasing the pointless, for no reason at all, have been finding out things that have no effect on anything important for at least a couple days and are now qualified to chase our tails to the merriment of all watching.'-Narf et al
"Of course, you don't want to be going about handing out immortality willy-nilly, that just wouldn't be responsible." -O'Shea
|
| Thread Tools |
|
|
| Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|