Search:

Type: Posts; User: Suvivor

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    953

    Its a bug ?? c++

    See the code:


    #include<iostream>

    using namespace std;


    int main()
    {
  2. Replies
    1
    Views
    3,065

    Window control in c

    I would to draw it

    #####
    #......#
    #......#
    #......#
    #......#
    #####

    1.3.1 Placed Square : Draw a "square" . This time by drawing it with upper left corner on line 7, column 20.
  3. Replies
    5
    Views
    2,019

    I have a question... I would like to calculate ...

    I have a question... I would like to calculate a^2 = b^2 + c^2... but don't to have variable or loops. Only simple code.



    #include<stdio.h>
    #include<math.h>
    int main()
    {
    ...
  4. Replies
    5
    Views
    2,019

    hahaha...Now, I see what I did. It's because I...

    hahaha...Now, I see what I did. It's because I was at my head that 11.5 * 11.5 was 23. :biggrin::biggrin::biggrin::biggrin::biggrin:

    Sorry man.
  5. Replies
    5
    Views
    2,019

    Find the error, please.

    I don't know where I did mistake. :)



    #include<stdio.h>
    #include<math.h>

    int main()
    {
    printf("%f",pow(11.5,2));
Results 1 to 5 of 5