|
|||||||
This is a discussion on "Newbie to code." in the Top Mud Sites Newbie Help forum : I have no code exp (well. I know that in Qbasic if you put in "beep" it will make a sound ) but I want to make a mud. So which one would you suggest I learn?... |
|
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our MUD community today! If you have any problems with the registration process or your account login, please contact us. If you are a registered member of the old TMS forums, please click here
|
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
Member
Join Date: Aug 2002
Posts: 41
![]() |
I have no code exp (well. I know that in Qbasic if you put in "beep" it will make a sound
|
|
|
|
|
|
#2 |
|
Member
Join Date: Apr 2002
Posts: 122
![]() |
While C++ would be my personal choice out of the options you gave for a from-scratch MUD, C is definitely going to be better for someone who has basically nil coding experience.
*edit* my reasoning? The C Programming Language: 272 pages. Thorough tutorial, language definition, and standard library API guide included. The C++ Programming Language: 911 pages. Same features as above. As you would guess by looking at the numbers, learning C++ is quite a bit more demanding. |
|
|
|
|
|
#3 |
|
New Member
Join Date: Aug 2002
Posts: 3
![]() |
<- coder.
C, while isn't as advanced as C++ it isnt as hard to learn either...and since C++ is based on C your going to learn C anyway. I suggest learning C, and if you arnt satisfied move on to C++ int a,b; if((a=6) < (b=5) print "Suxor!\n"; else print "W00tage\n"; tid bit of C code, easy to read and understand. |
|
|
|
![]() |
| Thread Tools | |
Newbie to code. - Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| newbie | crownrahul | Tavern of the Blue Hand | 1 | 02-04-2006 10:12 AM |
| Okay, this really is a newbie q. | Rindu | Newbie Help | 1 | 12-24-2005 11:56 AM |
| Newbie Welcome... | ozental | Introduce Yourself | 0 | 12-03-2004 11:27 AM |
| Newbie Looking for His Second MUD | Walkingman | Newbie Help | 3 | 11-18-2003 01:30 PM |
| Help out a newbie? | Sitral | MUD Coding | 8 | 05-02-2002 02:34 PM |
|
|