0
theonlyski

Programming choices

Recommended Posts

So, thinking about getting back into programming things, been a while I guess. Which do you use/prefer and why?

I have Visual Studio Pro 2012 and XCode (different machines).
"I may be a dirty pirate hooker...but I'm not about to go stand on the corner." iluvtofly
DPH -7, TDS 578, Muff 5153, SCR 14890
I'm an asshole, and I approve this message

Share this post


Link to post
Share on other sites
Quote

So, thinking about getting back into programming things, been a while I guess. Which do you use/prefer and why?

I have Visual Studio Pro 2012 and XCode (different machines).



Visual C, because I do more embedded programming (in C) so it is more familiar when I have to do windows stuff. C# is pretty efficient but I haven't used it much.
Experienced jumper - someone who has made mistakes more often than I have and lived.

Share this post


Link to post
Share on other sites
Gnu C++, Make and Emacs on Linux. Mostly because I'm comfortable on Linux. With the C standard library, you have full control over the OS, and the tools to support development on Linux are extremely robust. Among must-haves I always install are Cscope, the GNU debugger, the electric fence library and cppunit. I'm very much a fan of writing unit tests as I go. I'm not yet as gung-ho about it as some of the test first guys, but I think unit tests are essential to good software development.

I find C++ to be underrated as a language. With good practices, you can write code to be pretty much bulletproof. You have to let its type safety work for you, though. Most programmers don't do that. Actually most programmers don't use C++.
I'm trying to teach myself how to set things on fire with my mind. Hey... is it hot in here?

Share this post


Link to post
Share on other sites
...I prefer
- The Learning Channel
- History Channel
- PBS
- Military Channel
- Whichever ones play Bugs Bunny cartoons
- And just to round out my education,
I'd watch the Boobie Channel if they had one.
My reality and yours are quite different.
I think we're all Bozos on this bus.
Falcon5232, SCS8170, SCSA353, POPS9398, DS239

Share this post


Link to post
Share on other sites
Quote

brainfuck

Nothing else comes close to matching it's simplicity or versatility (except maybe P''). B|

++++++++++[>+++++++>++++++++++>+++>+++.>+.+++++++..+++.>++..+++.------.--------.>+.>.


I want something USEFUL.

Trying to count +'s and -'s isn't going to make my ADHD any better. :P
"I may be a dirty pirate hooker...but I'm not about to go stand on the corner." iluvtofly
DPH -7, TDS 578, Muff 5153, SCR 14890
I'm an asshole, and I approve this message

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

0