CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: arpit2309

Search: Search took 0.04 seconds.

  1. Thread: Array type

    by arpit2309
    Replies
    3
    Views
    5,269

    Array type

    Hello !!!
    i want to store some binary numbers in an array::
    suppose i have five binary numbers ::
    001,0010,0011,00,0000011;
    so which type of array should i select?
    also how to initialize that...
  2. Thread: If statement

    by arpit2309
    Replies
    4
    Views
    1,235

    Re: If statement

    Thanks Keang!!!
    It was a nice reply!!!
  3. Thread: If statement

    by arpit2309
    Replies
    4
    Views
    1,235

    Re: If statement

    I think u didn't get me!!!
    Actually i am sry for this!!

    These are actually two different codes!!!

    Code 1:

    int i=1;//settin i=1
    if(i=1)(now not checking but...
  4. Thread: If statement

    by arpit2309
    Replies
    4
    Views
    1,235

    If statement

    why is this java code wrong?

    int i=1;
    if(i=1)(not checkin a condition but assigning)
    {}


    and also
    if(int i==1)(declaring a variable inside 'if' statement)
    ...
  5. Replies
    5
    Views
    1,212

    Re: WEB content analysis!!!!

    kkk thanxx i will try it
  6. Replies
    5
    Views
    1,212

    Re: WEB content analysis!!!!

    fine i can copy the whole content,but then how can i know the size of individual text,images and videos???


    i want to know about the web content size because it's a part of my project as im a...
  7. Replies
    5
    Views
    1,212

    WEB content analysis!!!!

    Hello!!!!can u please suggest me some simpler ways to analyze the content of any website in terms of its size!!!!means how can i know the size a site is occupying on a server if i don't have the...
  8. Replies
    5
    Views
    1,106

    Re: Messenger code

    that was really funny,,,,,depicting u completly
  9. Replies
    5
    Views
    1,106

    Messenger code

    pls give me a simple messenger code
  10. Replies
    5
    Views
    858

    Re: Exceptionssss

    thanks dat was a better way to reply my question
  11. Replies
    5
    Views
    858

    Re: Exceptionssss

    yes now a days im refering complete reference on java,,but dere it's not cleared out dat's why im asking
  12. Thread: OBJECT class

    by arpit2309
    Replies
    6
    Views
    1,005

    Re: OBJECT class

    no,,,u jst let me know everything about object class and its methods
  13. Thread: OBJECT class

    by arpit2309
    Replies
    6
    Views
    1,005

    OBJECT class

    how i can access object class methods???
  14. Replies
    5
    Views
    858

    Exceptionssss

    im not gettin cleared with why do we use throws() and where????
    same case with throw()
    how to create throwable objects????
    please help me out of it
  15. Thread: Inheritance

    by arpit2309
    Replies
    6
    Views
    1,247

    Re: Inheritance

    k fine thanxxx
  16. Thread: Inheritance

    by arpit2309
    Replies
    6
    Views
    1,247

    Re: Inheritance

    in your reply ,i don't think that there is any need to create object of subcls,,,and why hav u used super() here??????
  17. Replies
    5
    Views
    1,262

    Finalize method()

    can u please give me any code that can clearly describe the use of finalize()....
  18. Thread: Inheritance

    by arpit2309
    Replies
    6
    Views
    1,247

    Inheritance

    it may seem to be a little bit foolish,,,and i m quiet known about inheritance basics that a superclass can't access its sublass members,,,
    but what if i declare any member of a subclass as public...
  19. Replies
    7
    Views
    941

    Re: """"""code error"""""""

    thanx nuzzle,,,,,,
    but does it means that a subclass always looks for a default costructor in its superclass??????
    and tell me the concept of assigning a superclss reference variable to subclss...
  20. Replies
    7
    Views
    941

    """"""code error"""""""

    why dis code has an error???
    class a
    {
    int i;
    void a(int x)
    {
    i=x;
    System.out.println(i);
    }
    }
Results 1 to 20 of 20





Click Here to Expand Forum to Full Width

Featured