Jump to content

corruptturret

Member
  • Posts

    13
  • Joined

  • Last visited

Awards

1 Follower

About corruptturret

  • Birthday Oct 13, 1999

Contact Methods

  • Steam
    https://steamcommunity.com/id/kohakuotori

Profile Information

  • Gender
    Male
  • Location
    Castor 36
  • Interests
    .NET

System

  • CPU
    i5-9400
  • GPU
    GTX 1070
  • Keyboard
    Das Keyboard 4 Professional (Brown)
  • Mouse
    G900
  • Operating System
    Windows 10 Pro

Recent Profile Visitors

630 profile views

corruptturret's Achievements

  1. // Define # of numbers const int numbers_len = 17; // Define total input length const int tot_len = numbers_len + 1; // Input vars std::string str; int numbers[numbers_len]; char lastChar; // Read input std::cin >> str; // Check input length if (str.length() < tot_len) { std::cout << "Input length was " << str.length() << " but required " << tot_len << '\n'; return 1; } // Write first buf_len chars to int array as converted integer values for (int i = 0; i < numbers_len; i++) numbers[i] = str[i] - '0'; // Copy last character to lastChar lastChar = str[numbers_len]; // Show numbers for (int i = 0; i < numbers_len; i++) std::cout << numbers[i] << '\n'; // Show last character std::cout << lastChar << '\n'; Assuming you just need to be able to access each letter individually, you can use an array.
  2. Yeah, if you're in a game, you can use Shadowplay if you have GeForce Experience installed. For other things, most people use OBS.
  3. Looks like it's *infected with* malware. Steam discussion thread for that DLL - ARK: Survival Evolved Malewarebytes topic on that DLL (Malware...)
  4. I don't get it, why was this video "not well received" or whatever?
  5. Laptop keyboard (Thinkpad Edge E431) Apple Earpods Logitech Marathon Laser Mouse M705 No mousepad
×