Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Oct 23rd, 2005, 4:00 PM   #11
Dameon
Troll
 
Dameon's Avatar
 
Join Date: Apr 2005
Location: Texas
Posts: 732
Rep Power: 4 Dameon is on a distinguished road
"Repetition Structure". Hmmm...I prefer "loop".
__________________
MD5(sig) = bcef75433db02e9ad9bf81d6f7c5c270
Dameon is offline   Reply With Quote
Old Oct 23rd, 2005, 4:22 PM   #12
ivan
Professional Programmer
 
ivan's Avatar
 
Join Date: Sep 2005
Location: serbia & montenegro
Posts: 484
Rep Power: 4 ivan is on a distinguished road
What is pseudocode??? Some kind of low-level language?
ivan is offline   Reply With Quote
Old Oct 23rd, 2005, 4:55 PM   #13
pal
Programmer
 
pal's Avatar
 
Join Date: Mar 2005
Location: Washington
Posts: 91
Rep Power: 4 pal is on a distinguished road
You can get a good definition of pseudocode from this website.
--> http://www.answers.com/pseudocode
pal is offline   Reply With Quote
Old Oct 24th, 2005, 8:44 AM   #14
InfoGeek
Professional Programmer
 
InfoGeek's Avatar
 
Join Date: Jun 2005
Location: India, The great.
Posts: 435
Rep Power: 4 InfoGeek is on a distinguished road
Quote:
Originally Posted by JimR
I had my pseudocode indented in my MS word program but when I copied in into my post it removed the pseudocode format I had. Any ideas on how to get it back
Post your code in [ code] and [ /code] tags without the spaces.
__________________
PFO - My daily dose of technology.
InfoGeek is offline   Reply With Quote
Old Oct 24th, 2005, 8:52 AM   #15
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
To expand on InfoGeek's post, these are HTML pages. They eat whitespace. The use of code tags preserves the whitespace, and thus the indentation. The forum's FAQ/rules mention the use of the tags. Did you read that? It's the polite thing to do when you join a forum.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Oct 27th, 2005, 5:00 PM   #16
Ghost
Man Bear Pig Hunter
 
Ghost's Avatar
 
Join Date: Jul 2005
Location: NorCal, USA
Posts: 295
Rep Power: 4 Ghost is on a distinguished road
Quote:
Originally Posted by ivan
What is pseudocode??? Some kind of low-level language?
Pseudocode is basically english terms or plan terms to just understand the logic of how a program or process will be run. Like this:

\\ Calc an average
number1 = 0
number2 = 0
number3 = 0
average = 0

input number1
input number2
input number3

average = (number1 + number2 + number3) / 3

print average

No syntax to it, just anything anyway you can write it, to get the logic down, I believe, I could be wrong, but that is pseudocode to me.
Ghost is offline   Reply With Quote
Old Oct 27th, 2005, 5:05 PM   #17
ivan
Professional Programmer
 
ivan's Avatar
 
Join Date: Sep 2005
Location: serbia & montenegro
Posts: 484
Rep Power: 4 ivan is on a distinguished road
So it's not a real language? You mean that is for planning the program or something like that?
ivan is offline   Reply With Quote
Old Oct 27th, 2005, 5:06 PM   #18
Ghost
Man Bear Pig Hunter
 
Ghost's Avatar
 
Join Date: Jul 2005
Location: NorCal, USA
Posts: 295
Rep Power: 4 Ghost is on a distinguished road
Correct, but from that link someone gave...it looks like I'm wrong. Don't worry about it, it's one of those crappy languages like perl or something
Ghost is offline   Reply With Quote
Old Oct 27th, 2005, 5:44 PM   #19
ivan
Professional Programmer
 
ivan's Avatar
 
Join Date: Sep 2005
Location: serbia & montenegro
Posts: 484
Rep Power: 4 ivan is on a distinguished road
I think that are here some of perl - lovers who could fire at you for that.
ivan is offline   Reply With Quote
Old Oct 27th, 2005, 5:45 PM   #20
Ghost
Man Bear Pig Hunter
 
Ghost's Avatar
 
Join Date: Jul 2005
Location: NorCal, USA
Posts: 295
Rep Power: 4 Ghost is on a distinguished road
That was kind of the idea...perl has its place, but php...now there is a piece
Ghost is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:59 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC