User Profile

Collapse

Profile Sidebar

Collapse
just curious
just curious
Last Activity: Nov 10 '09, 10:50 PM
Joined: Nov 6 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • just curious
    replied to Three simple c++ exercises
    in C
    for the second exercise i am very confused as it seems there are three loops total required and way too many variables to be initilized. this is what i came up with, can someone please help me find out what i did wrong?

    Code:
    //create a multiplication table
    #include <iostream>
    # include <iomanip>
    using namespace std;
     
    int main()
    { 
    int startValue, int endValue, int currentCol,
    ...
    See more | Go to post

    Leave a comment:


  • just curious
    replied to Three simple c++ exercises
    in C
    this is my third week in learning c++ and i do not know where to start
    See more | Go to post

    Leave a comment:


  • just curious
    started a topic Three simple c++ exercises
    in C

    Three simple c++ exercises

    Create a C++ console application that uses a while loop to count, total, and average a series of positive integers entered by a user. The user enters a –1 to signal the end of data input and to display the count, total, and average of the numbers entered.

    The pseudocode for the program is:

    Start

    Enter user's input

    Begin Loop

    While user's...
    See more | Go to post

  • what qualitites do loops have in c++, and what do they all have in common?

    anything you can tell me about loops
    thanks
    See more | Go to post

  • just curious
    started a topic simpel c++ questions
    in C

    simpel c++ questions

    Q1:
    what is "string"? Is it a data type just like int, double, char? Also, when time comes that you need to compare two strings, how would you construct the comparison expression (example is needed)?


    Q2:
    Global vs. local variables? Explain what are Global and Local Variables
    See more | Go to post
No activity results to display
Show More
Working...