|
1. Programming SDK?
|
|
Thu Nov 23, 2006 [11:09 AM]
|
Ravage_Dse
Email not supplied
member since: Dec 22, 2001
|
Reply
|
|
Hello,
I've been taking programming classes for a couple years now and decided maybe I'll try my hand at programming a MUD.
My most recent class, Java, uses an SDK called Eclipse which is a very nice free program. It does support a C/C++ environment however I'm not sure how to use it..
From reading posts on this board I've found that people use Dev C++ to program under the windows environment. I've downloaded it and I'm trying it out.
My questions are though:
Can anybody suggest any other SDK ?
How do I import the MUD source files into Dev C++ ?
Thanks!
-RD
|
|
|
|
|
2. RE: Programming SDK?
|
|
Thu Nov 23, 2006 [2:54 PM]
|
thyrr
Email not supplied
member since: Nov 21, 1999
|
In Reply To
Reply
|
|
I'd just like to point out that the most common name for this kind of software is actually IDE (Integrated Development Environment), not SDK. SDKs usually refer to tools and libraries for a specific product, such as the Wii SDK, the Windows SDK, or even the Java SDK.
Eclipse and DevC++ are actually IDEs, which are editors that also include tools like debugging and project management. So if you're looking for something similar to Eclipse and DevC++, just search Google for "java IDE" or "C++ ide" or something like that.
|
|
|
|
|
3. RE: Programming SDK?
|
|
Thu Nov 23, 2006 [5:13 PM]
|
mann_jess
Email not supplied
member since: Dec 10, 2005
|
In Reply To
Reply
|
|
I've actually been using netbeans recently, which is another normally Java IDE, which has C++ capabilities. You can get it from sun.com to try it out. I haven't used Eclipse extensively, but from my experience they are very similar, and you should thus be able to adapt quickly. Emacs is a common editor which I used to hear alot about a couple years ago... other than those I can't recommend much, as I'm used to doing things in primitive editors like vi.
Best of Luck, -Jess
|
|
|
|
|
4. RE: Programming SDK?
|
|
Fri Nov 24, 2006 [3:11 AM]
|
fate_
Email not supplied
member since: Sep 2, 2005
|
In Reply To
Reply
|
|
Well netbeans is pretty good, but i personally like to leave for gui related programming, a very good and free compiler is jcreator, although jcreatorpro isn't.
|
|
|
|
|