Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Code help! filter_list
Author
Message
Code help! #1
class PrintStudentGrade
main()
string name
numeric gpa
get name, gpa
print "CGTC"
print "3300 Macon Tech Drive"
print "Student Name", name
print "Grade point Average", gpa
Return
End class


How can I draw a flow chart using a simple method to print the college name and address?[/code]

Reply

RE: Code help! #2
What kind of language is this?
Pierce the life fibers with your drill.

Reply

RE: Code help! #3
It is just pseudocode

Reply

RE: Code help! #4
whAt? pseudocode?

Give us a language. languages like:

VB - C# - C++ - Delphi - PHP - HTML - SQL - ASP.Net - C - ...
Pierce the life fibers with your drill.

Reply

RE: Code help! #5
Do you want to make a graphical flowchart?
You'll have to do some Graphics coding for that. Copying a shape, rendering it + text in an order, etc.
[Image: rytwG00.png]
Redcat Revolution!

Reply

RE: Code help! #6
Yeah. I have to draw out a flow chart in that manner. Just trying to figure out what I need to do.

Reply

RE: Code help! #7
If you want to draw all, you could keep adding the shape height to the next render's Y + a little more for vertical gap, similar for horizontal.
It would be a bit tricky.

I don't have much experience with rendering text. The output is unreadable in the way I do it.
So you can make a new label everytime probably.
There are several ways to do this. Some with limits, and some not so simple. It's your choice.

However, .NET Framework is surprisingly big. You should look for a much easier way, which is probably out there.
Reinventing the wheel is not always the smarter thing to do. Smile
[Image: rytwG00.png]
Redcat Revolution!

Reply

RE: Code help! #8
I have to get it done in visio anyone have any experience using that?

Reply







Users browsing this thread: 1 Guest(s)