Search:

Type: Posts; User: twistedforever

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    794

    Hey Howdy

    Hey all I am new to these forums and new to programming I been learning C++ for a couple of weeks now :) I really enjoy making things come together but sometimes I really wish I could plug my brain...
  2. Replies
    5
    Views
    937

    #include using namespace std; ...

    #include <iostream>

    using namespace std;

    int main()
    {
    int a;
    cout<<"Enter a number: ";
    cin>>a;
    cin.ignore();
Results 1 to 2 of 2