Raptor has anyone used it?

  • (3 Pages)
  • +
  • 1
  • 2
  • 3

30 Replies - 808 Views - Last Post: 25 April 2012 - 10:48 AM

#1 cbkh2bankai  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 21
  • Joined: 07-April 12

Raptor has anyone used it?

Posted 18 April 2012 - 08:10 PM

I've been pointed to a program called Raptor and it's a flow chart based program that is supposed to help with coding. I've found tutorials about this program, but none of them are really helpful. If anyone out there knows something about it I need some help learning the basics about it.
Is This A Good Question/Topic? 0
  • +

Replies To: Raptor has anyone used it?

#2 turboscrew  Icon User is offline

  • D.I.C Regular

Reputation: 69
  • View blog
  • Posts: 460
  • Joined: 03-April 12

Re: Raptor has anyone used it?

Posted 18 April 2012 - 09:37 PM

You are the first one from whom I've ever heard about that.
Was This Post Helpful? 0
  • +
  • -

#3 WolfCoder  Icon User is offline

  • Isn't a volcano just an angry hill?
  • member icon


Reputation: 753
  • View blog
  • Posts: 7,549
  • Joined: 05-May 05

Re: Raptor has anyone used it?

Posted 18 April 2012 - 11:25 PM

What are flow charts?
Was This Post Helpful? 1
  • +
  • -

#4 cbkh2bankai  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 21
  • Joined: 07-April 12

Re: Raptor has anyone used it?

Posted 19 April 2012 - 01:11 AM

Here is the program Raptor for anyone that wants to know. If one of you have seen it though please point me in the right direction? :]





Posted Image

haha this is a flow chart ^
Was This Post Helpful? 0
  • +
  • -

#5 modi123_1  Icon User is online

  • Suitor #2
  • member icon



Reputation: 6442
  • View blog
  • Posts: 23,461
  • Joined: 12-June 08

Re: Raptor has anyone used it?

Posted 19 April 2012 - 07:01 AM

Bah.. the only raptors I recognize are the ones ridden by Dr. McNinja.

Spoiler


On a more germane note - if you are having a hard time finding anything about this 'raptor' flow charting nonsense perhaps it is time to find a different flow charting program?
Was This Post Helpful? 0
  • +
  • -

#6 DarenR  Icon User is offline

  • D.I.C Lover

Reputation: 200
  • View blog
  • Posts: 1,528
  • Joined: 12-January 10

Re: Raptor has anyone used it?

Posted 19 April 2012 - 07:46 AM

off topic but when i read the subject this is what I thought off.


https://www.google.c...iw=1024&bih=678
Was This Post Helpful? 0
  • +
  • -

#7 nK0de  Icon User is offline

  • Catch me As Exception
  • member icon

Reputation: 204
  • View blog
  • Posts: 823
  • Joined: 21-December 11

Re: Raptor has anyone used it?

Posted 19 April 2012 - 07:58 AM

Irrelevant
Was This Post Helpful? 4
  • +
  • -

#8 WolfCoder  Icon User is offline

  • Isn't a volcano just an angry hill?
  • member icon


Reputation: 753
  • View blog
  • Posts: 7,549
  • Joined: 05-May 05

Re: Raptor has anyone used it?

Posted 19 April 2012 - 08:54 AM

Quote

Posted Image


You win
Was This Post Helpful? 0
  • +
  • -

#9 SpartanGuy07  Icon User is offline

  • D.I.C Head

Reputation: 32
  • View blog
  • Posts: 149
  • Joined: 08-September 11

Re: Raptor has anyone used it?

Posted 19 April 2012 - 08:58 AM

I have some experience with diagramming and using flow charts for programming (at work and in classes). Honestly, if your project isn't big, it's probably not worth the time to diagram it out.

For my class I have used NClass, which is more of an OO design planner. For flow charts I just simply use Vizio or the Draw program in Libre Office.

Who pointed you to Raptor? Is there any specific reason you are looking to use this tool?
Was This Post Helpful? 0
  • +
  • -

#10 cbkh2bankai  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 21
  • Joined: 07-April 12

Re: Raptor has anyone used it?

Posted 19 April 2012 - 09:24 AM

A bunch of students taking programming at this college. Their teacher keeps praising it supposedly so I thought I'd look into it. I must say from the videos I have seen it appears to be a good program, but using it wise? That I have no idea how to use it. xD

If any of you have downloaded it I've done a test file so far of what I can grasp from this program so far.

I apologize for got to attach it.

Attached File(s)

  • Attached File  Test.zip (2.26K)
    Number of downloads: 15

Was This Post Helpful? 0
  • +
  • -

#11 supersloth  Icon User is offline

  • serial frotteur - RUDEST MEMBER ON D.I.C.
  • member icon


Reputation: 3509
  • View blog
  • Posts: 27,642
  • Joined: 21-March 01

Re: Raptor has anyone used it?

Posted 19 April 2012 - 09:51 AM

View PostWolfCoder, on 19 April 2012 - 12:25 AM, said:

What are flow charts?

/thread
Was This Post Helpful? 1
  • +
  • -

#12 SpartanGuy07  Icon User is offline

  • D.I.C Head

Reputation: 32
  • View blog
  • Posts: 149
  • Joined: 08-September 11

Re: Raptor has anyone used it?

Posted 19 April 2012 - 10:42 AM

The point of using a program like Raptor, or any diagramming tool for that matter, is to focus on designing the project before coding it. This helps save time and aggravation (especially if you are producing the program for a customer). It gives you the opportunity to lay things out and explain your logic to others who might not necessarily understand code.

I'd say if you aren't working on any particularly large projects, you don't have much of a reason to use such a tool. However, if you are just looking into learning how it works, take a simple program (that does anything i.e. a simple calculator) and write out the logical steps you need to get from point A (inputs) to point B (operations, outputs).

An alternative would be to take the flow chart you showed us above and write a program from it. Maybe that will give you an idea of how organizing it before, leads you to spend less time to create the program in the end.
Was This Post Helpful? 0
  • +
  • -

#13 WolfCoder  Icon User is offline

  • Isn't a volcano just an angry hill?
  • member icon


Reputation: 753
  • View blog
  • Posts: 7,549
  • Joined: 05-May 05

Re: Raptor has anyone used it?

Posted 19 April 2012 - 11:42 AM

Quote

The point of using a program like Raptor, or any diagramming tool for that matter, is to focus on designing the project before coding it. This helps save time and aggravation (especially if you are producing the program for a customer). It gives you the opportunity to lay things out and explain your logic to others who might not necessarily understand code.


..and then you end up completely trashing the diagrams with an entirely new design later, wasting all the time you spent per-production in over-designing a project.

Only design what you need.
Was This Post Helpful? 0
  • +
  • -

#14 SpartanGuy07  Icon User is offline

  • D.I.C Head

Reputation: 32
  • View blog
  • Posts: 149
  • Joined: 08-September 11

Re: Raptor has anyone used it?

Posted 19 April 2012 - 12:27 PM

View PostWolfCoder, on 19 April 2012 - 02:42 PM, said:

Only design what you need.


Exactly my point.

But also when you think about it, writing code and completely trashing it later cause you decided to change something is more (time and budget-wise) costly than just a layout.

Also, if the group working on the project is large it's a good idea to have good pre-design specs in order to make sure everyone is on the same page.

Other than that, don't bother.
Was This Post Helpful? 0
  • +
  • -

#15 WolfCoder  Icon User is offline

  • Isn't a volcano just an angry hill?
  • member icon


Reputation: 753
  • View blog
  • Posts: 7,549
  • Joined: 05-May 05

Re: Raptor has anyone used it?

Posted 19 April 2012 - 01:06 PM

Quote

But also when you think about it, writing code and completely trashing it later cause you decided to change something is more (time and budget-wise) costly than just a layout.


You're fatally assuming layouts prevent this.
Was This Post Helpful? 0
  • +
  • -

  • (3 Pages)
  • +
  • 1
  • 2
  • 3