Search:

Type: Posts; User: kolucoms6

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    3,391

    Forms of Inheritance

    Inheritance private and protected inheritance are different forms of Inheritance ?
  2. Thread: class String

    by kolucoms6
    Replies
    1
    Views
    898

    class String

    What is class String ?

    Triued to read ay many places form google, but cant seem to be understand
  3. Replies
    5
    Views
    954

    Cool. Understood.

    Cool.

    Understood.
  4. Replies
    5
    Views
    954

    Ok So, It starts with what it returns type ?

    Ok

    So, It starts with what it returns type ?
  5. Replies
    5
    Views
    954

    I meant to say Isnt Not : function fact...

    I meant to say

    Isnt Not :

    function fact (int n) {
  6. Replies
    5
    Views
    954

    Is this a function ?

    int fact (int n) {

    Is this a way a function starts in C++ ?
  7. Replies
    3
    Views
    1,227

    http://eternallyconfuzzled.com/tuts/datastructures...

    http://eternallyconfuzzled.com/tuts/datastructures/jsw_tut_linklist.aspx is a nice Link !!!

    Thanks a lot.

    I was looking for specific link :-) like this one
  8. Replies
    3
    Views
    1,227

    What is link list?

    Build a class hierarchy to support the functioning of lists of types singly link list, doubly link list and circular list etc. Can this list be used as a priority queue? How?
  9. Thread: Project :

    by kolucoms6
    Replies
    1
    Views
    757

    Project :

    I am learning but I have a task to submit a project of below problem.I am still learning things but I have also have a due date to submit this very near.
    Sorry guys if my posts are botherring thsi...
  10. Replies
    14
    Views
    1,297

    class MyClass { public: MyClass(); //...

    class MyClass
    {
    public:
    MyClass(); // constructor
    // get functions
    // set functions
    private:
    // variables to get and set
    };
  11. Replies
    3
    Views
    1,170

    hmmm Pretty Tricky... :-)

    hmmm

    Pretty Tricky... :-)
  12. Replies
    14
    Views
    1,297

    When you say "you need to do each separately...

    When you say

    "you need to do each separately in its own function."

    Can you help me with oen samll Example please ?
  13. Replies
    3
    Views
    1,170

    standard String operations

    I am a student as you people can make out... Now, i have a question in my assignment as


    Design interface and implement it in C++ to adequately give functionality of a String class. Get more...
  14. Replies
    14
    Views
    1,297

    Sorry but that was a Type Error :-)

    Sorry but that was a Type Error :-)
  15. Replies
    14
    Views
    1,297

    How to implement as a class in C+ ?

    How to implement as a class in C+ ?
  16. Replies
    14
    Views
    1,297

    #include using namespace std; ...

    #include <iostream>
    using namespace std;

    struct Customer
    {
    string Name;
    string Address;
    double Phone;
    };
  17. Replies
    14
    Views
    1,297

    hurray !!!!

    hurray !!!!
  18. Replies
    14
    Views
    1,297

    Beginers Coding Help Required

    I need codign help

    Problem :
    *******************************
    Consider an entity as Customer. Let its attributes be Name, Contact address and Phone no. A function is responsible for setting...
  19. Thread: Error ?

    by kolucoms6
    Replies
    5
    Views
    883

    class D: B {}; to class struct B {}; ...

    class D: B {};

    to

    class struct B {};


    ??
  20. Replies
    3
    Views
    1,408

    1) Thats why an Example 2) Agree , thats why any...

    1) Thats why an Example
    2) Agree , thats why any small example
    3) Not asking to anyone to write code, but any link or reference will do
  21. Thread: Error ?

    by kolucoms6
    Replies
    5
    Views
    883

    Error ?

    class B
    {
    public:
    virtual void display()
    {
    cout << “No function display defined in this class\n”;
    };
    class D: B {};

    void main()
  22. Replies
    3
    Views
    1,408

    Looking for a sample program : Invoicing

    Looking for an Example in C++ that generates the invoice for purchases done from a retail shop ...
  23. Replies
    6
    Views
    1,860

    A restricted integer is one that has a limited...

    A restricted integer is one that has a limited domain. E.g. if you define a variable x of type restricted integer, this would have constraints as defined in your class, such as the number can’t...
  24. Replies
    6
    Views
    1,860

    Restricted Integer

    Looking out for a program in C++ that implements a restricted integer.
  25. Now, as I have Code, I can study it and learn...

    Now, as I have Code, I can study it and learn from it...
Results 1 to 25 of 36
Page 1 of 2 1 2