(Msg. 1) Posted: Sun Sep 06, 2009 11:13 pm
Post subject: Flow chart symbols for programming decisions Archived from groups: microsoft>public>visio>general (more info?)
I just recently got a copy of Visio 2007 through the college I am
attending. I know virtually nothing of the program so forgive me if
this is wierd. With all the different groups of symbols to choose
from, I cannot seem to locate a set that would be fit for program
decision making. Boolean operators (AND,OR,NOT,etc) and
IF...THEN...ELSE; etc. If anyone can steer me in the right direction
I would really appreciate it. I am learning C++ and want to map my
algorithms so as not to confuse myself once projects get larger.
(Msg. 2) Posted: Mon Sep 07, 2009 8:05 am
Post subject: Re: Flow chart symbols for programming decisions [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
On Sun, 6 Sep 2009 23:13:39 -0700 (PDT), Mark Pfeif
<mayeyeserveu RemoveThis @gmail.com> wrote:
>I just recently got a copy of Visio 2007 through the college I am
>attending. I know virtually nothing of the program so forgive me if
>this is wierd. With all the different groups of symbols to choose
>from, I cannot seem to locate a set that would be fit for program
>decision making. Boolean operators (AND,OR,NOT,etc) and
>IF...THEN...ELSE; etc. If anyone can steer me in the right direction
>I would really appreciate it. I am learning C++ and want to map my
>algorithms so as not to confuse myself once projects get larger.
If you are using a flowcharting type of diagram then IF..THEN..ELSE is
usually shown by a Decision box. Diagramming of this type doesn't
usually show Boolean operators , the logic is show in process boxes
with the operation e.g.
data = data AND 0x7F // remove any 8th bit
of if it's a condition:
if (data.ready) AND (data.count > 0)
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum