Search:

Type: Posts; User: rocksoad23

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    993

    Server-Client Program

    Hey,

    I want to use a small server-client program, by using two separated machines. The thing is that none of them has ubuntu as the main OS. In fact, these OS are in a virtualbox.
    So the...
  2. Replies
    8
    Views
    1,439

    I know, and it was my first thinking about it:...

    I know, and it was my first thinking about it: okay, let's define a class with all the methods inside that allow me to define vectors and methods to use, either to manipulate dinamically the vectors...
  3. Replies
    8
    Views
    1,439

    class A { [variables, methods' prototypes that...

    class A {
    [variables, methods' prototypes that create vectors which their memory can change dinamically when it is convenient]
    };

    [Definition of the constructor]
    [Definition of those methods]
    ...
  4. Replies
    8
    Views
    1,439

    Defining a Constructor

    Hey,
    I'm developing a program in which there are two classes. The purpose of one of them is to create vectors that change dinamically (class A) and the other is a bunch of methods to operate on...
  5. Thanks, I got it!

    Thanks, I got it!
  6. I think you didn't understand my question. My...

    I think you didn't understand my question.

    My point is, can I use an A's class object into another class B?
    Can I do that? Does it respect all the philosophy of object-oriented programming?
  7. How to define an object from Class A in Class B

    Hello guys!
    I'm a beginner in C++ programming and I've a (stupid, I think) doubt about how to pass an object's class into another class. Suppose we have these two classes:



    class A {...}...
Results 1 to 7 of 7