Search:

Type: Posts; User: p_m63

Search: Search took 0.00 seconds.

  1. Thread: lots of freeware

    by p_m63
    Replies
    60
    Views
    237,261

    Sticky: New Addition

    Probably the finest free open-source CAD application there is and it isnt on the list:

    http://www.brlcad.org
  2. Replies
    12
    Views
    6,790

    No Future in Programming?

    I was talking to a family friend the other day, who, it happens, is a programmer working mainly with C#.

    After telling him I was getting into C++, he said that there was no future in programming...
  3. Replies
    9
    Views
    1,267

    Ahhh! What an idiot of me. Thanks to both of you...

    Ahhh! What an idiot of me. Thanks to both of you for your help!

    One last question: Why is the || needed to separate each one? Would commas not have been a better idea for the person who developed...
  4. Replies
    9
    Views
    1,267

    #include using namespace std; ...

    #include <iostream>

    using namespace std;

    int main()
    {
    int mathsset;

    cout<<"Welcome to maths set opinionator v.1.0.\n\n";
    cout<<"Enter the number of your maths set from one to seven...
  5. Replies
    9
    Views
    1,267

    What is the problem here? (noob question)

    Right, so I am trying to make a similar program to the one given in the second tutorial on this site:




    #include <iostream>

    using namespace std;

    int main() ...
Results 1 to 5 of 5