Search:

Type: Posts; User: Median

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    2,261

    To be honest, I didn't understand any of the...

    To be honest, I didn't understand any of the suggestions you guys made. I'll follow WaltP's advice and keep on learning for a couple of weeks before tackling this issue. I honestly thought it would...
  2. Replies
    10
    Views
    2,261

    Take this simple code #include ...

    Take this simple code


    #include <iostream>
    using namespace std;
    int main()
    {
    int var;
    while (1)
    {
  3. Replies
    10
    Views
    2,261

    The variable would be of type double

    The variable would be of type double
  4. Replies
    10
    Views
    2,261

    Checking if input is a number

    Hello everyone.

    I am a complete begginer to C++. I started from scratch yesterday with the cprogramming tutorials, which are very helpful by the way.

    I must ask you to bare with me with this...
Results 1 to 4 of 4