有什么函数呢?我的是XP系统。

解决方案 »

  1.   

    不知道有没有API可以得到,但是我知道,C:\Documents and Settings文件夹下,就有以用户为名的文件夹。
      

  2.   

    InetAddress这个类的里的成员函数,你看用不用得上,如果是所有,好像这些函数都不是,其他的也不太清楚,学习中~~~
      

  3.   

    Class java.net.InetAddress 
    Class Members | This Package | All Packages 
    java.lang.Object
       |
       +---java.net.InetAddresspublic final class InetAddress 
    extends Object 
    implements Serializable 
    This class represents an Internet Protocol (IP) address. Applications should use the methods getLocalHost, getByName, or getAllByName to create a new InetAddress instance. 
    See Also: 
    getAllByName, getByName, getLocalHost --------------------------------------------------------------------------------
    这个怎么与MFC无关,也也API无关的呀?