Jump to content

Skilled Loaf

Member
  • Posts

    84
  • Joined

  • Last visited

Awards

This user doesn't have any awards

About Skilled Loaf

  • Birthday Sep 06, 2002

Contact Methods

  • Steam
    Skilled Loaf

Profile Information

  • Gender
    Male

System

  • CPU
    Intel I5 - 6600 @ 3.6 GHZ
  • Motherboard
    Asrock H110m/ac
  • RAM
    16GB
  • GPU
    MSI GTX 1070 OC
  • Case
    H200i
  • Storage
    1TB Samsung 860 SSD
  • PSU
    650W 80+ Bronze
  • Display(s)
    1920x1080 IPS 5ms Display @75hz
  • Cooling
    Air Cooled
  • Keyboard
    Razer Black widow Chroma V2 (Yellow Switch)
  • Mouse
    Len-rue Gaming Mouse
  • Sound
    Logitech G933
  • Operating System
    Windows 10 Home
  • Laptop
    Alienware M17r2

Recent Profile Visitors

756 profile views
  1. it also is giving me this. I am sort of a noob in c++, but I don't understand how this code works in online c++ compilers, but not in visual studio.
  2. It used to give me "Unable to start Program, system cannot find the specified file" Now it just says build failed.
  3. Code won't run in visual studio, but runs on online compilers for c++. Trying to make a program for myself to calculate credit Limits, just for fun. // Example program #include <iostream> #include <string> int main() { float balance = 0; float maxLimit = 0; float needToPay = 0; float desiredLimit = 0; //Balance Finder printf("Enter Your Balance, Max Credit Limit, and a percentage that is under 30. \n"); scanf("%f %f %f", &balance, &maxLimit, &desiredLimit); desiredLimit = desiredLimit / 100; printf("Your Balance is %f \n Your Max Credit Limit is %f \n Your Chosen Percentage is %f \n", balance, maxLimit, desiredLimit); needToPay = ((desiredLimit * maxLimit) - balance) * -1; desiredLimit = desiredLimit * 100; printf("To get your Balance to %f Percent, You would need to pay %f", desiredLimit, needToPay); return 0; }
  4. Game Design issue! this code is supposed to check if an animation is done playing a.k.a. reaches a certain frame, yet I am having trouble with it detecting those conditions. Because it does not detect those conditions the animation/sprite keeps looping which is not what I want to happen. Any help would be appreciated.
  5. Just wanted to know what mod shows me all these stats and whatnot.
  6. I relaunched some applications where the over sharpening was still occuring and they are fixed. Looks like the 3d settings being restored to default fixed everything. Would you have any recommendations for Nvidia 3d settings.
  7. so restoring Nvidia settings fixed oversharpening in some applications, but not in others.
  8. It's still over-sharpened. I'll try to restore graphics to default and see what happens.
  9. I updated my GPU drivers to 441.12 and ever since then every application is either blurry or over sharpened. I have noticed it is some setting that is causing this in combination with another, but I can't figure out if thats it exactly. I have attached an image of how the over sharpening looks like in applications and my nvidia Global settings.
  10. Will a thick 420mm radiator cool an i7-8700k at stock speeds and dual gtx 1070. When I say thick radiator I mean a radiator thicker than Thanos. Here is the radiator if you must know -https://www.newegg.com/Product/Product.aspx?Item=9SIAEAP5YM4072&ignorebbr=1&source=region&nm_mc=KNC-GoogleMKP-PC&cm_mmc=KNC-GoogleMKP-PC-_-pla-Alphacool-_-DIY+Cooling-_-9SIAEAP5YM4072&gclid=Cj0KCQjwt_nmBRD0ARIsAJYs6o1vfjSe5HzfVd3U7LuIfCJ5ciHYOSDQVD7ni46LpdfDPyT7E9dst5caAjZ3EALw_wcB&gclsrc=aw.ds
  11. I am getting 70mbps download and 10mbps upload, but for some reason when I try to watch youtube in 1080p or even 480p it just craps its self. The video just buffers and can barely load.
×