Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   Programming Program (http://www.chiefdelphi.com/forums/showthread.php?t=58107)

LPaviglianiti 09-07-2007 19:36

Programming Program
 
What program does everyone use to program their robot? Does everyone use MPLAB?

BHOP 09-07-2007 20:04

Re: Programming Program
 
I'm hoping to try out MSRS or microsoft robotics studio, I'll be doing some warm up on a lego RCX this week.

6600gt 09-07-2007 22:16

Re: Programming Program
 
This post might help:

http://www.chiefdelphi.com/forums/sh...71&postcount=2

Astronouth7303 09-07-2007 23:52

Re: Programming Program
 
I use Eclipse. There's also FusionEdit, Code::Blocks, SubEthaEdit, text editor/make, and several threads:

http://www.chiefdelphi.com/forums/showthread.php?t=26586 http://www.chiefdelphi.com/forums/showthread.php?t=54488 http://www.chiefdelphi.com/forums/showthread.php?t=56188 http://www.chiefdelphi.com/forums/showthread.php?t=57045

BTW, the term you want is "IDE" - Integrated Development Environment

Branden Ghena 10-07-2007 12:23

Re: Programming Program
 
EasyC is good. It is easy to learn and can do anything MPLAB can.

SgtMillhouse648 10-07-2007 16:08

Re: Programming Program
 
Quote:

Originally Posted by tawnos23 (Post 634563)
EasyC is good. It is easy to learn and can do anything MPLAB can.

I love EasyC. It is a lot easier to understand than MPLAB, and it is easy to "visualize" how the code works. It is great for getting new programmers involved who would normally have been scared off by MPLAB or another text based IDE. This year we will be doubling the size of our programming team.

Uberbots 15-07-2007 03:52

Re: Programming Program
 
i use mp lab because it always seems to work for me...

magical, i know.

bear24rw 15-07-2007 18:01

Re: Programming Program
 
code::bocks!

rc616 26-07-2007 23:24

Re: Programming Program
 
We ended up using Easy-C, but personally, didn't much care for it. I don't think that dragging all those blocks around is at all easier than typing a few words. Also, I think that Easy-C programs--while easy to read when they're short--start to be ridiculously confusing when they get longer. Our other programmers never really bothered to comment.

Also, Easy-C does not seem to support pointers... Am I wrong about this? While I consider the user-friendly part of Easy-C a bit annoying, l consider lack of pointer support a serious failing in the language.

Foster 27-07-2007 15:55

Re: Programming Program
 
Does anyone use the CSS compiler?

http://www.ccsinfo.com

We are presently using the MPLabs compiler, but the IDE and compiler features of CSS make it an interesting choice.

Thanks!

Kingofl337 27-07-2007 16:43

Re: Programming Program
 
Quote:

Originally Posted by rc616 (Post 636735)
We ended up using Easy-C, but personally, didn't much care for it. I don't think that dragging all those blocks around is at all easier than typing a few words. Also, I think that Easy-C programs--while easy to read when they're short--start to be ridiculously confusing when they get longer. Our other programmers never really bothered to comment.

Also, Easy-C does not seem to support pointers... Am I wrong about this? While I consider the user-friendly part of Easy-C a bit annoying, l consider lack of pointer support a serious failing in the language.

Yes it does just flip to the project tab and make a .c & .h file no problem.

chris31 27-07-2007 16:54

Re: Programming Program
 
Quote:

Originally Posted by Foster (Post 636820)
Does anyone use the CSS compiler?

http://www.ccsinfo.com

We are presently using the MPLabs compiler, but the IDE and compiler features of CSS make it an interesting choice.

Thanks!

I dont think that will work with the libraries, but I am not 100% sure on that.

Nathan 01-08-2007 06:44

Re: Programming Program
 
Quote:

EasyC is good. It is easy to learn and can do anything MPLAB can.
I strongly disagree with that statement. I did end up using EasyC last year because I was new to my team, and frankly, it was easier :yikes: RC616 summed up some of my feelings for the program. So it's great if you're just getting started out on an FRC team, and need things to be a little easier. But if you're serious about programming use MPLAB hands down, no argument.

Kingofl337 01-08-2007 09:18

Re: Programming Program
 
Did you try the built in syntax editor or only run in block mode?

Nathan 01-08-2007 10:42

Re: Programming Program
 
Yes, however it's very difficult to constantly be switching back and forth between your block program, and the C editor. It gets confusing as you can't edit some of the files (globals.c?), and if I primarily want to program in text mode, why bother?

Another thing I just don't get about EasyC is that the "block & C programming" view, and the "C programming view". What's the point? You can't edit anything, all you can do is add a comment? :ahh: The only reason to be in any of these viewing modes is to burn up screen real estate.


All times are GMT -5. The time now is 00:25.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi