Search:

Type: Posts; User: roll cast

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,533

    I have finished the conversion and step part of...

    I have finished the conversion and step part of the code but I think I have used a number of work around which are probably not very good practice?



    #include <iostream>

    using namespace std;...
  2. Replies
    6
    Views
    1,533

    #include using namespace std; ...

    #include <iostream>

    using namespace std;

    int main()
    {
    double max, min;
    int steps;
    cout<< "RollCast's Celsius to Farenheit Converter \n";
    do
  3. Replies
    6
    Views
    1,533

    #include using namespace std; ...

    #include <iostream>

    using namespace std;

    int main()
    {
    double max, min;
    int steps;
    cout<< "RollCast's Celsius to Farenheit Converter \n";
    do
  4. Replies
    6
    Views
    1,533

    So I could use a loop and break the loop when the...

    So I could use a loop and break the loop when the inputs are correct?
  5. Replies
    6
    Views
    1,533

    Celsius to Farenheit task

    #include <iostream>

    using namespace std;

    int main()
    {
    cout<< "Roll Cast's Celsius to Farenheit Converter\n Please enter the minimum temperature in celsius\n";
    double min;
    cin>>...
  6. Replies
    5
    Views
    1,379

    Whats the advantage of using ++ and --?

    Why when making a loop do you use


    for (int i = 0; i< 9; i++)
    {
    blahblahblah
    }

    Instead of
  7. Replies
    6
    Views
    917

    #include using namespace std; ...

    #include <iostream>

    using namespace std;

    int main()
    {cout<< "Welcome to RollCast's Classic Salmon Fly Proportion Calculator!"<<endl;
    cout<< "Please enter the gape of your hook in mm."<<endl;...
  8. Replies
    6
    Views
    917

    I tried doing this with the switch function but I...

    I tried doing this with the switch function but I keep on getting errors?


    #include <iostream>

    using namespace std;

    int main()
    {cout<< "Welcome to RollCast's Classic Salmon Fly Proportion...
  9. Replies
    6
    Views
    917

    Best way to conditionally branch this?

    #include <iostream>

    using namespace std;

    int main()
    {cout<< "Welcome to RollCast's Classic Salmon Fly Proportion Calculator!"<<endl;
    cout<< "Please enter the gape of your hook in mm."<<endl;...
Results 1 to 9 of 9