![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jun 2005
Posts: 2
Rep Power: 0
![]() |
What Code do i use
Hi
What code would i use to create a domain name search Im new to programming and any help would be much appreciated Thanks Alex |
|
|
|
|
|
#2 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
I would suggest that it's to your benefit to become "unnew" to programming by choosing a language other than assembler. On the other hand, if you want to become "unnew" to the microprocessor system, which encompasses hardware AND software, then assembler will get you into that ballpark. Gird your loins generically first, without regard to a specific platform.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#3 |
|
Professional Programmer
Join Date: Mar 2005
Location: Glasgow, Scotland
Posts: 335
Rep Power: 4
![]() |
As for domain name search - I'm not sure if I have you right, here, but I take this to mean you enter a domain name and the program checks for availability? Or perhaps you mean a program that uses a word list to try to find interesting available names? Either of these, or any similar program I suppose, would probably best be written in a much higher level, probably interpreted language.
Personally, I favour Tcl ( http://www.tcl.tk ) - though people around here are probably sick of me saying that by now! All DNS transactions are slick and easy with the dns package, which is bundled with recent Tcl distributions. Tcl is very quick and easy to learn and program in, and I personally think it would make an excellent first language. It integrates well with C, so it leads into a good future direction for your learning as far as programming is concerned, when you want to take things a bit further. Alternatively, Perl is great for this sort of program, too; I'd use Perl to do this if I was going to do it as a CGI script (for example, if you wanted people visiting your website to be able to check availability of domains). Perl is arguably not the easiest language to learn, but it's very useful, and much better aligned to the sort of thing you're hoping to do than assembly language would be. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|