المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Please give the correct ans of my question



C++ Programming
04-15-2010, 10:32 AM
Write a function to check that a given string is a valid IP address. An IP address is of the form a.b.c.d where a,b,c,d are numbers in the range 0-255 without a leading zero. You are not allowed to use any string methods like split, indexof, parseInt etc, in C ********