Thread: DNS(Domain Naming System)

  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    17

    DNS(Domain Naming System)

    hello freinds,
    I am doing a project for my finalyear Bachelors degree program so i am thinking to do a small DNS as project,so the question is whether can i code it in VC++ and if yes how to start. how long will it take(estimate).
    please help me

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3
    No one knows how long it will take you, this all depends on you and you skills. But I wish you good luck. Also to better understand how they work I have included a link to HowStuffWork's explination of DNS.




    http://www.howstuffworks.com/dns.htm
    Last edited by Munkey01; 01-07-2003 at 06:06 AM.

  4. #4
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    You can do just about anything with VC++. If you're getting your degree in computer science then I assume you are very comfortable with some language and some GUI.

    If you're graduating in June (sort-of traditional here in the U.S.), I'd say it's a close call... maybe too much to learn in a few months.
    You're post seems to imply that you're new to C++ and Windows Programming. (?)

    I have two opposing thoughts, as your final project may have two purposes. The first purpose is to demonstrate to your professors what you have learned and that you know how to apply your knowledge, and know how to present your project, etc. In this case you should build on what you already know. So if you've been studying Pascal for 4 years and you're really good at it, you don't want to turn-in a Freshman-level VC++ project.

    The secondary goal is to impress potential employeers, and MSVC++ is probably the most-used language/compiler in industry.

    If you want to get a feel for Programming the Windows API, take a look at Charles Petzold's book "Programming Windows". Just about every Windows programmer has a copy of this book. So, if it's in your "student budget" get a copy. There is a similar book by Herbert Schildt.

    I think that a couple of hours looking into DNS and Windows GUI programming in C++, and you'll be able to determine if you can accomplish the mission in the time you have. Have fun! Your final project should be fun and the long-hours enjoyable!

    One last thought about how long it will take... Almost all projects take longer than expected. I've been working on this theory of "asymetrical task-time variation", or someting like that... Say you're replacing a part on your car and it's supposed to take an hour. If it goes better than expected, it might take half an hour. If things go wrong, it might take all day. If you have to accomplish 10 of these tasks in 10 hours you won't get them done!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Using system icons
    By @nthony in forum Windows Programming
    Replies: 1
    Last Post: 01-13-2007, 07:56 PM
  2. Linux database system needed
    By BobS0327 in forum Tech Board
    Replies: 7
    Last Post: 06-11-2006, 03:56 PM
  3. measuring system resources used by a function
    By Aran in forum C Programming
    Replies: 1
    Last Post: 03-13-2006, 05:35 PM
  4. BIOS system and memory allocation problem
    By beely in forum Tech Board
    Replies: 9
    Last Post: 11-25-2003, 07:12 AM
  5. Problem Reporting System. Need Advide!
    By brunomiranda in forum Tech Board
    Replies: 9
    Last Post: 09-25-2003, 09:21 PM