Search:

Type: Posts; User: praul

Search: Search took 0.01 seconds.

  1. Thread: What is wrong

    by praul
    Replies
    3
    Views
    800

    Thnk you all!

    Thnk you all!
  2. Thread: What is wrong

    by praul
    Replies
    3
    Views
    800

    What is wrong

    what is wrong in this code? when i compile i get the following error:
    Error 'newcoordinate':undeclared identifier


    #include "stdafx.h"
    #include <iostream>
    using std::cout;
    using std::cin;...
  3. Thread: Stack

    by praul
    Replies
    4
    Views
    1,180

    Stack

    what are stacks? For what are they good? when should i use them and how are they implemented?
  4. Replies
    12
    Views
    2,334

    Thank you so much!!!!!!!

    Thank you so much!!!!!!!
  5. Replies
    12
    Views
    2,334

    Are struct and class the same or they differ in...

    Are struct and class the same or they differ in essence and in implementation? Why did you prefer to use struct for Input?
  6. Replies
    12
    Views
    2,334

    Thank you very much indeed. I prefer this...

    Thank you very much indeed. I prefer this approach as you said for the sake of learning only.
  7. Replies
    12
    Views
    2,334

    That was my idea. But as I mentioned earlier I am...

    That was my idea. But as I mentioned earlier I am starting from scratch. I have read and am reading yet how to do that. But i could not get any workable (implementation) code. e.g.

    Class Input
    ...
  8. Replies
    12
    Views
    2,334

    Access to methods of another (external) class

    I (beginner) am trying to program a simple calculator that accepts two numbers (float) and can add, subtract, multiply and divide.

    I want to realise this “project” using at least 3 classes....
Results 1 to 8 of 8