+ Reply to Thread
Results 1 to 3 of 3

Thread: Inputs [C++]

  1. #1
    Join Date
    Jan 2008
    Location
    PA
    Posts
    1,164
    Points
    2,693,270.25
    Rep Power
    212

    Default Inputs [C++]

    Code:
    //Coded By SonniE
    #include <iostream>
    using namespace std;
    
    int main ()
    {
      string variable;
      cout << "Welcome To SonniE's Program a WWW.codinghs.COM Original!\n";
      cout << "What Do You Like todo? ";
      getline (cin, variable);
      cout << variable << "! Thats cool i guess..." << "\n";
        getline (cin, variable);
      return 0;
    }


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

  2. #2
    Join Date
    Jan 2008
    Posts
    272
    Points
    397,965.00
    Rep Power
    206

    Default

    Kool thanks, helped with my imputs. Lol i might get rid of visua C++ lol. I like the gui, it just wont accept my code -__-
    [11-10, 23:08] teh.exploit im not going to say anything cause hacker117 will own me...



    xxscruffy120xx (5:13:08 PM): were did u find that?
    Gamerremag10 (5:13:48 PM): searched for it in google
    xxscruffy120xx (5:14:17 PM): u searched how to masterbate?.....
    Gamerremag10 (5:14:21 PM): ? no


  3. #3
    Join Date
    Jan 2008
    Location
    Your mom's fresh shaven Cun+.
    Posts
    2,598
    Points
    2,402,456.43
    Rep Power
    216

    Default

    Inputs are scanners of C, its pretty easy. oh and the better thing of C is the print line statement as opposed to the print of C++, it lets you not need to use the escape function of \n to skip a line, though it is an option for C





+ 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