Search:

Type: Posts; User: plus.c.plus

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,618

    Thank you! :)

    Thank you! :)
  2. Replies
    8
    Views
    1,618

    Point to lie on a circle. Help!

    Please, would you help me with this program:


    #include <iostream>
    #include <cmath>
    using namespace std;

    void main()
    {
    cout << "x = ";
  3. Thank you!!!:)

    Thank you!!!:)
  4. Error C2166: l-value specifies const object

    65 int BasicMonster::calculatePower() const

    66 {
    67 if (weight > stamina)
    68 power -= (weight - stamina) * 2;
    69
    70 if (health <= 0)
    71 power = 0;
    72 else if (health > 100)
    73 power +=...
  5. Replies
    0
    Views
    793

    Please, help me!

    Please, help me with this task! I don`t know what to join in the code. :S

    To write a class Quest (search / mission), which is the mission that the hero can take. To define suitable constructors by...
  6. Replies
    6
    Views
    1,013

    :)

    Thank you of all!!! :):):)
  7. Replies
    6
    Views
    1,013

    Errors are: error C2144: syntax error : 'int'...

    Errors are:
    error C2144: syntax error : 'int' should be preceded by ';' c:\documents and settings\доби\my documents\visual studio 2008\projects\prak1\prak1\prak1.cpp 8

    error C2511: 'void Item::...
  8. Replies
    6
    Views
    1,013

    Please, help me! :S

    Please, would you help me? I don`t know why this program doesn`t run.

    #include <iostream>
    #include <string>;
    using namespace std;

    class Item
    {
    public:
    Item ()
Results 1 to 8 of 8