Author Topic: Post your IDE  (Read 17525 times)

0 Members and 3 Guests are viewing this topic.

Offline bja888

  • Flagrunner
  • ****
  • Posts: 745
  • Working
    • Bja888.com
Re: Post your IDE
« Reply #20 on: August 04, 2007, 10:05:05 am »
Adobe Flex builder is Eclipse based too. Seems to be the program for front-end (client side) work. I just use Editpad to build my Flex and Air apps.

Offline Anna

  • Soldier
  • **
  • Posts: 213
    • my dev blog
Re: Post your IDE
« Reply #21 on: August 04, 2007, 11:37:42 am »

Offline Clawbug

  • Veteran
  • *****
  • Posts: 1393
  • 1184!
Re: Post your IDE
« Reply #22 on: August 04, 2007, 11:39:14 am »
GWB? :o
Fight! Win! Prevail!

Offline Thomas

  • Major
  • *
  • Posts: 76
    • mnus.de
Re: Post your IDE
« Reply #23 on: August 05, 2007, 07:15:19 am »
Notepad2
http://www.flos-freeware.ch/notepad2.html

It's basically Window's notepad with syntax highlighting and a few other features.
If you just want something fast and simple then this is perfect.

Yep, I use it too. If you just do little projects and you don't need a IDE that's pretty useful. you can of course replace windows' default notepad with it.

For bigger things i have Viasual Studio 2005 Standard (which i won from Microsoft)

Offline blackdevil0742

  • Veteran
  • *****
  • Posts: 1061
  • Don't Panic
Re: Post your IDE
« Reply #24 on: August 05, 2007, 08:17:18 am »
BASIC Stamp Editor. Writing in 2.5 PBASIC.

OBEY!!!

Offline daz

  • Major(1)
  • Posts: 45
Re: Post your IDE
« Reply #25 on: August 05, 2007, 10:08:04 pm »

GVIM - has colorcoding/syntax checking for a crapload of stuff :D

Offline yv3

  • Major(1)
  • Posts: 48
  • I DON'T cheat!
    • Yasan V3
Re: Post your IDE
« Reply #26 on: August 06, 2007, 01:00:06 am »
The good old Visual C++ 6.0 :)
I want to try C# with Visual Studio .NET, but i havent started yet because im too lazy  :P

BTW: Also wrote in BASIC on Amiga and DOS-PC in the beginning. That was funny with that GOTO's...
« Last Edit: August 06, 2007, 05:15:52 am by yv3 »
Yasan v3 - Frags don't matter - only skill counts!

Creator of ySoldatStat

Offline urraka

  • Soldat Developer
  • Flagrunner
  • ******
  • Posts: 703
Re: Post your IDE
« Reply #27 on: August 06, 2007, 01:26:13 am »
The good old Visual C++ 6.0 :)
I want to try C# with Visual Studio .NET, but i havent started yet because im too lazy  :P

If you are lazy C# is exactly what you need ;)
I remember that old Visual C++ 6 :)
urraka

Offline Flippeh

  • Major
  • *
  • Posts: 58
  • Fish go moo :>
    • My Homepage
Re: Post your IDE
« Reply #28 on: August 10, 2007, 01:35:07 pm »
C++
C#
Java
Ruby and everything else

For PHP and other online stuff i'm using Dreamweaver

Can't really decide wich to learn... C# (Bah, proprietary) or Java (Harder to build GUIs).
Maybe someone can help me decide/give me some Java help.
I learned C#.. but since they basically just copied Java (Syntax is just completly the same), i'm more like learning Java because of the cross-platform aspect.

Offline yv3

  • Major(1)
  • Posts: 48
  • I DON'T cheat!
    • Yasan V3
Re: Post your IDE
« Reply #29 on: September 17, 2007, 03:04:11 pm »
Ah i forgot: i like SQL-Queries
Yasan v3 - Frags don't matter - only skill counts!

Creator of ySoldatStat

Offline numgun

  • Veteran
  • *****
  • Posts: 1032
Re: Post your IDE
« Reply #30 on: September 26, 2007, 10:07:30 am »
Coding looks so damn interesting. Im doing extremely simple coding for a game called Cortex Command, but id want to learn how to make a damn program I want to.

Can someone suggest me a good and very powerful language I could learn?
And whats the difference in C++ and C#?

Offline urraka

  • Soldat Developer
  • Flagrunner
  • ******
  • Posts: 703
Re: Post your IDE
« Reply #31 on: September 26, 2007, 11:03:00 am »
C++ and C# has similar syntax, but C# is more object oriented and a lot easier, basically because you use the .NET framework which comes with a lot of objects which will handle hopefully everything you need. C# is great if you don't care about linux. C++ is great but it takes more time...
urraka

Offline rainrider

  • Soldier
  • **
  • Posts: 145
    • rrhp
Re: Post your IDE
« Reply #32 on: September 26, 2007, 12:59:06 pm »

Offline ghg

  • Camper
  • ***
  • Posts: 411
  • Village Idiot
Re: Post your IDE
« Reply #33 on: September 26, 2007, 01:22:47 pm »
I'm not seeing a Dev C++ er.  :'(
-=Gradius wuz you=-

Offline numgun

  • Veteran
  • *****
  • Posts: 1032
Re: Post your IDE
« Reply #34 on: September 27, 2007, 06:44:10 am »
Well, let see then in the book shop. If I find only one of those to books, I think ill go for C#.
I also ask the shopkeeper, maybe he'll give me a good advice. But mainly im looking at C coding.

Also are there any other (possibly new) languages that are out there and have the same possibilities of C and might be easier?

Offline bja888

  • Flagrunner
  • ****
  • Posts: 745
  • Working
    • Bja888.com
Re: Post your IDE
« Reply #35 on: September 27, 2007, 07:46:02 am »
Also are there any other (possibly new) languages that are out there and have the same possibilities of C and might be easier?

There is so much wrong with that sentence.

1. All programming languages are basically the same. Numbers, conditions and variables.
2. Each programming language has its quirks. Usually thats not what you base your preference on.
3. What do you plan on programming? Device drivers, simple applications, games? That will help you find the right language for you.

Offline mar77a

  • Global Moderator
  • Veteran
  • *****
  • Posts: 1295
  • mad
    • random stuffs
Re: Post your IDE
« Reply #36 on: September 27, 2007, 06:04:17 pm »
1. All programming languages are basically the same. Numbers, conditions and variables.

Sorry but I disagree....im too lazy to explain though. Take C and C++ as an example and you'll see how different they can be.

Offline bja888

  • Flagrunner
  • ****
  • Posts: 745
  • Working
    • Bja888.com
Re: Post your IDE
« Reply #37 on: September 27, 2007, 09:34:07 pm »
1. All programming languages are basically the same. Numbers, conditions and variables.

Sorry but I disagree....im too lazy to explain though. Take C and C++ as an example and you'll see how different they can be.

Correction: All programming languages that I have used have the same fundamental concepts.
This list includes but is not specific to....
Java, JavaScript, Perl, C#, pascal, VB, and some C++

Offline daz

  • Major(1)
  • Posts: 45
Re: Post your IDE
« Reply #38 on: September 28, 2007, 03:58:52 pm »
I'm not seeing a Dev C++ er.  :'(
I have dev c++ and dev pascal it's just GVIM is the one I use for everything but pascal and c :P

Offline Thomas

  • Major
  • *
  • Posts: 76
    • mnus.de
Re: Post your IDE
« Reply #39 on: September 29, 2007, 06:02:32 am »