Search:

Type: Posts; User: Kahizinn

Search: Search took 0.00 seconds.

  1. Thanks for the info. I have recoded my program to...

    Thanks for the info. I have recoded my program to this


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

    int main()
    {
  2. Need help understanding formatting output with printf

    Hi folks,

    what i'm trying to do is put in two spaces and then ask the user to enter something. this is what my code looks like so far:



    #include <cmath>
    #include <iostream>
    #include...
Results 1 to 2 of 2