View Single Post
Old Oct 30th, 2005, 1:34 AM   #23
bl00dninja
Programming Guru
 
bl00dninja's Avatar
 
Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 6 bl00dninja is on a distinguished road
Quote:
Don't use MS-Word to program it adds unecessary BS to the file.
Get Vi or Emacs, hell even notepad is better than word.
unless you save it with a .txt file extension, but yeah, for that crap don't bother with word, if you WANT to use a text editor check out notepad++ on sourceforge.

pseudocode can be like:

get the file

parse strings to get employee names

parse strings and convert to int/float to get hours or pay

do some shit to get overtime results

that's NOT what YOU want, but it's fine pseudocode...it's plain speech for describing what your program does in logical order. and yeah, printing the input file is a damn waste of time. what YOU want is more like:
read file

find employees with hours>40

print all relevant info on those employees (for the pay period)
__________________
i put on my robe and wizard hat...

Have you ever heard of Plato, Aristotle, Socrates?...Morons.
bl00dninja is offline   Reply With Quote