I open the file POTOK.DPR from the archive via Delphi, run it, I have an EXE file, an unidentified type. I have nothing to do with it, how can I run this program. Does it work in Delphi?
Yes, you need to compile the program in this form in Delphi. But it was written in Borland Pascal, and “ported” to Delphi only because of the limitations of 16-bit Borland Pascal 7.0.
P.S. If you need the source of the maximum flow, then you must imagine what it is. I do not see the point of doing a GUI for it - so that by stepping through debugging and understanding the meaning of the lines to your hands :))
And about the comments - all that I have I laid out. I wrote the source code for the pseudocode from Corman - he will help you figure it out.
Many thanks for the help, I figured out how it works. To me the same program, but with the form that all was evident, ie written on Delphi (with buttons, tables, etc.). I’m not thinking in this matter!
To me the same program, but with the form that all was evident, ie written on Delphi
A source of such a class that if you really need it, then you need to understand how it works and what’s inside it, and not a button with a button. If you still want to understand the source, then you can write such a prog on the basis of my source code. I’ll lay it out with pleasure by the side so that other users after you can download it.
Dialogue & Discussion
xbit
Wednesday, November 8th, 2006, 12.00am
Thanks, really helped :)
Sergey
Wednesday, December 6th, 2006, 12.00am
Dude thanks! But where can I find C ++ itself?
He is in college, but I must pass the curriculum.
Please help me!!!
Throw on e-mail please !!!
Svetlana
Thursday, April 12th, 2007, 12.00am
Please send your comments!!!
Flatron2007
Thursday, April 26th, 2007, 12.00am
I open the file POTOK.DPR from the archive via Delphi, run it, I have an EXE file, an unidentified type. I have nothing to do with it, how can I run this program. Does it work in Delphi?
DeXPeriX
Friday, April 27th, 2007, 12.00am
Yes, you need to compile the program in this form in Delphi. But it was written in Borland Pascal, and “ported” to Delphi only because of the limitations of 16-bit Borland Pascal 7.0.
P.S. If you need the source of the maximum flow, then you must imagine what it is. I do not see the point of doing a GUI for it - so that by stepping through debugging and understanding the meaning of the lines to your hands :))
And about the comments - all that I have I laid out. I wrote the source code for the pseudocode from Corman - he will help you figure it out.
Flatron2007
Tuesday, May 1st, 2007, 12.00am
Many thanks for the help, I figured out how it works. To me the same program, but with the form that all was evident, ie written on Delphi (with buttons, tables, etc.). I’m not thinking in this matter!
DeXPeriX
Tuesday, May 1st, 2007, 12.00am
A source of such a class that if you really need it, then you need to understand how it works and what’s inside it, and not a button with a button. If you still want to understand the source, then you can write such a prog on the basis of my source code. I’ll lay it out with pleasure by the side so that other users after you can download it.
Leave a comment