Search:

Type: Posts; User: pritin

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    959

    Yes! How did you know? Is it a typical example?...

    Yes! How did you know? Is it a typical example? or is there some other reason?
    What will be the situation then?
  2. Thread: Exporting...

    by pritin
    Replies
    1
    Views
    866

    Exporting...

    Is it called exporting?
    Anyway, i have moade a console application with Dev C++ and i wan to tgive it to someone (different computer, without compiler), but giving only the .exe dosnt seem to work....
  3. Replies
    4
    Views
    959

    Basic Doubt in Virtual Classes

    class Base
    {
    public :
    int a;
    };

    class D1 : virtual public Base
    {
    public:
    int b;
  4. Replies
    3
    Views
    1,008

    #1 : SUPPOSE sum() returned a value, is it right...

    #1 : SUPPOSE sum() returned a value, is it right to do



    -------------

    #2 How to print values of L3 in the original case, where sum() returns a reference to L3 case?
  5. Replies
    5
    Views
    1,288

    Thanks guys . That helped a lot.

    Thanks guys . That helped a lot.
  6. Replies
    3
    Views
    952

    What i meant was, that since the member function...

    What i meant was, that since the member function creates an object of the class, i cant define the function within the class definition because the class hasnt been defined yet. Is this correct.?
    ...
  7. Replies
    5
    Views
    1,288

    But a default constructor, provided by the...

    But a default constructor, provided by the compiler gives some value to the variables, but with my own constructor i can give any particular value to the variables.. say 10?
    So my constructor is...
  8. Replies
    5
    Views
    1,288

    Default Constructors

    Book : "A constructor with default arguments is equivalent to a default constructor"

    Is it always?
  9. Replies
    3
    Views
    952

    Constructors/Destructors

    Just verifying, ...
    A non-member function cannot create an object of a class that has either it's constructor or destructor or both in private section?Not even in main()?
    Also then, it is...
  10. Thread: Friends...

    by pritin
    Replies
    3
    Views
    1,073

    What about the quoted line. Please explain that...

    What about the quoted line. Please explain that too.
  11. Thread: Friends...

    by pritin
    Replies
    3
    Views
    1,073

    Friends...

    Please explain.

    "Friend Function does not have the class scope, rather it depends on the original declaration and definition"

    Does declaring frinds in public/private/protected make any...
  12. Thread: Return values

    by pritin
    Replies
    9
    Views
    1,807

    Return values

    Can a function that dosnt return values, have a return statement.? What is it's effect?
  13. Thread: What's this?

    by pritin
    Replies
    1
    Views
    1,033

    What's this?

    Someone please tell me the difference between this.something and this->something
  14. Thread: Exact Match

    by pritin
    Replies
    2
    Views
    1,766

    Your help is appreciated Plugin teached me...

    Your help is appreciated

    Plugin teached me english too! (LOL)
  15. Replies
    3
    Views
    952

    Those really helped

    Those really helped
  16. Replies
    3
    Views
    952

    Explanation required (Why?)

    typedef char * PSTR;
    void Print (char *szToPrint);
    void Print (PSTR szToPrint);

    "The preceding two fxns have identical arguments. PSTR is an acronym for type "char*". In Member scope, this code...
  17. Thread: Exact Match

    by pritin
    Replies
    2
    Views
    1,766

    Exact Match

    Overloaded fxns.

    void afunc(int);
    void afunc(double);

    afunc(0);

    My book says the mathching (to check which fxn to use), is not ambiguous.
    Is it really not?
  18. Replies
    1
    Views
    1,111

    Functions in Structures

    Can functions be used in structure definitions? If yes, what are the restrictions on such usage as compared to it's usage in a class.
  19. Replies
    3
    Views
    1,008

    Function Returning Structures

    I just want to know, how to use the function "sum" effectively, returned in the following code.

    distance is a structure.


    distance &sum(distance L1, distanceL2);
    distance L3; // global...
  20. Replies
    1
    Views
    1,077

    Please Help - windows login domain problem

    I accidentally changed some network settings from domain to workgroup, but now at logon, the domain option is absent..
    And the original password is not accepte
    d..
    I am using Windows 2000...
  21. Replies
    4
    Views
    1,040

    Console --> windows...

    I couldnt think of any good title...

    Not sure if this thread belongs here, but if i know console c++ fairly well, then what do i do next? Where would i find good tutorials on the net?



    :)
  22. Replies
    24
    Views
    2,841

    Thanks buddy. That oughta do the job! :D

    Thanks buddy. That oughta do the job!
    :D
  23. Replies
    24
    Views
    2,841

    The problem now, is that system ("SHUTDOWN...

    The problem now, is that


    system ("SHUTDOWN -s -t 30 -c"Shutting down" ");

    Gives me 3 errors..

    Using dev cpp

    What am i doing wrong?
  24. Replies
    24
    Views
    2,841

    Ohhh... :D :confused: : really confused...

    Ohhh...
    :D :confused:

    : really confused too:

    Anyway, I wanted to ask, is there a way to make the user's comp hibernate too...? i dont really need this, but just for knowledge...
  25. Replies
    24
    Views
    2,841

    Could u please be more specefic? Thanx.

    Could u please be more specefic?

    Thanx.
Results 1 to 25 of 47
Page 1 of 2 1 2