Stop Microsoft

Miscellaneous => Programming & Networking => Topic started by: Bazoukas on 7 November 2002, 08:31

Title: Daily Source code.
Post by: Bazoukas 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.
Title: Daily Source code.
Post by: Bazoukas on 7 November 2002, 08:34
Code: [Select]

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

Title: Daily Source code.
Post by: Bazoukas on 7 November 2002, 08:37
Code: [Select]

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

Title: Daily Source code.
Post by: Bazoukas 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 ]

Title: Daily Source code.
Post by: Kintaro on 7 November 2002, 10:15
Code: [Select]
Title: Daily Source code.
Post by: jtpenrod 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 (http://sourceforge.net/softwaremap/trove_list.php?form_cat=246&page=1) 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
(http://www.otakupc.com/etsig/dolphin.gif)
Their fundamental design flaws are completely concealed by their superficial design flaws.

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

Title: Daily Source code.
Post by: jtpenrod 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
(http://www.otakupc.com/etsig/dolphin.gif)
Their fundamental design flaws are completely concealed by their superficial design flaws.
Title: Daily Source code.
Post by: Bazoukas on 21 November 2002, 18:01
you greedy americano!!

Code: [Select]
Title: Daily Source code.
Post by: Bazoukas 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] ]

Title: Daily Source code.
Post by: Bazoukas 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]