Author Topic: Daily Source code.  (Read 1238 times)

Bazoukas

  • Member
  • **
  • Posts: 866
  • Kudos: 140
    • http://whitehouse.com
Daily Source code.
« on: 7 November 2002, 08:31 »
In this thread I will be posting daily, C++ I do  either for School or code that I do on my own.

  Sometimes It may not be the best of code (even though it will always work) sometimes it will the best code.

  Keep in mind I am in an Intermediate level soooo dont expect something duper super fancy.

 Feel free to post your code as well.

 If its not in C++ please specify what language you are using.
Yeah

Bazoukas

  • Member
  • **
  • Posts: 866
  • Kudos: 140
    • http://whitehouse.com
Daily Source code.
« Reply #1 on: 7 November 2002, 08:34 »
Code: [Select]

[ November 07, 2002: Message edited by: bazoukas ]

Yeah

Bazoukas

  • Member
  • **
  • Posts: 866
  • Kudos: 140
    • http://whitehouse.com
Daily Source code.
« Reply #2 on: 7 November 2002, 08:37 »
Code: [Select]

[ November 07, 2002: Message edited by: bazoukas ]

Yeah

Bazoukas

  • Member
  • **
  • Posts: 866
  • Kudos: 140
    • http://whitehouse.com
Daily Source code.
« Reply #3 on: 7 November 2002, 08:49 »
A "comision" program. Calculates Base salary of worker plus his sales and puts him in the appropriate group according to the money he made.

Flap helped me on this one.
---------------------------------------------------

[ November 06, 2002: Message edited by: bazoukas ]
Code: [Select]

[ November 07, 2002: Message edited by: bazoukas ]

Yeah

Kintaro

  • Member
  • **
  • Posts: 6,545
  • Kudos: 255
  • I want to get the band back together!
    • JohnTate.org
Daily Source code.
« Reply #4 on: 7 November 2002, 10:15 »
Code: [Select]

jtpenrod

  • VIP
  • Member
  • ***
  • Posts: 675
  • Kudos: 105
Daily Source code.
« Reply #5 on: 8 November 2002, 08:52 »
Code: [Select]
Code: [Select]
Code: [Select]
Code: [Select]
Code: [Select]
Code: [Select]
You can also get the complete program at Source Forge in "tarball" form, ready for almost any Linux distro. Look up "Turns-n-Layers". This program is a command line transformer design app. There's also a graphical version on Source Forge as well: FXTurns-n-Layers.
____________________________________
Live Free or Die: Linux

Their fundamental design flaws are completely concealed by their superficial design flaws.

[ November 08, 2002: Message edited by: jtpenrod ]

Live Free or Die: Linux
If software can be free, why can't dolphins?

jtpenrod

  • VIP
  • Member
  • ***
  • Posts: 675
  • Kudos: 105
Daily Source code.
« Reply #6 on: 21 November 2002, 13:10 »
quote:
In this thread I will be posting daily, C++ I do either for School or code that I do on my own.
That was two weeks ago   :eek:  So where's the code?
____________________________________
Live Free or Die: Linux

Their fundamental design flaws are completely concealed by their superficial design flaws.
Live Free or Die: Linux
If software can be free, why can't dolphins?

Bazoukas

  • Member
  • **
  • Posts: 866
  • Kudos: 140
    • http://whitehouse.com
Daily Source code.
« Reply #7 on: 21 November 2002, 18:01 »
you greedy americano!!

Code: [Select]
Yeah

Bazoukas

  • Member
  • **
  • Posts: 866
  • Kudos: 140
    • http://whitehouse.com
Daily Source code.
« Reply #8 on: 21 November 2002, 18:10 »
fuck it. there is something with it. I will look at it at home and post it from there.

[ November 21, 2002: Message edited by: bazoukas [The F*en Linux Preacher] ]

Yeah

Bazoukas

  • Member
  • **
  • Posts: 866
  • Kudos: 140
    • http://whitehouse.com
Daily Source code.
« Reply #9 on: 22 November 2002, 01:38 »
Allright, this is one of the header files from my final project program. Each header file will be devoted to each chapter from the book. This piece of code is fouced on functions and selection structures.
  It works but its not finished yet. I want to write 4 more functions.  

Code: [Select]
Yeah