+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2008
    Location
    C:/Windows/System32
    Posts
    53
    Points
    42,497.00
    Rep Power
    212

    Default Funny input output {C++}

    Code:
    //xr34p3rx
    #include <iostream>
    using namespace std;
    
    int main ()
    {
      string variable;
      cout << "Who do u like?";
      getline (cin, variable);
      cout << variable << "! GO ♥♥♥♥ HIM/HER WAT U WAITIN FOR!!!" << "\n";
      cout << "made by xr34p3rx\n";
      getline (cin, variable);
      
      
      return 0;
    }

    just a funn lil thing

  2. #2
    Join Date
    Jan 2008
    Posts
    1,402
    Points
    4,929,370.68
    Rep Power
    227

    Default

    what do i do with it o_O?


    ◕‿ ◕

  3. #3
    Join Date
    Jan 2008
    Location
    PA
    Posts
    1,164
    Points
    4,021,193.25
    Rep Power
    221

    Default

    you have to compile it


    Get Vip: »Here«
    Donate: »Here«
    >>List of Compilers<<
    >>SFDM Name Generator<<
    [Owner Of FluidCoding]

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts