CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Rich1e1990

Search: Search took 0.06 seconds.

  1. Replies
    8
    Views
    3,081

    Re: Square Roots and Totals Table c++

    cheers lads never done much of this **** before really just tryin to get my head round
  2. Replies
    8
    Views
    3,081

    Re: Square Roots and Totals Table c++

    This is the way it should be?... I was also wondering what way I would go about adding a total row along the bottom?

    #include "stdafx.h"
    #include <iostream>
    #include <cmath>
    using namespace...
  3. Replies
    8
    Views
    3,081

    Re: Square Roots and Totals Table c++

    Here is the question I am trying to do

    Write a program that prints a table of values such as the one below for all numbers starting at 1 and up to and including a number which will be input from...
  4. Replies
    8
    Views
    3,081

    Square Roots and Totals Table c++

    Hey I am looking to create a table somthing like this output below but I am very new to this and my code is abit everywhere.

    x sqrt(x) x ^ 2 x ^ 3
    ========================================
    1 1...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured