Jump to content

OverclockingNub

Member
  • Posts

    50
  • Joined

  • Last visited

Everything posted by OverclockingNub

  1. i have three seperate files, one is testcode.cpp, another is Cat.h and lastly Cat.cpp im trying to create an object of class Cat and make it meow but im getting an error that i dont know how to fix. any ideas? < #include <iostream> #include "Cat.h" using namespace std; int main(){ Cat kitty; kitty.speak(); return 0; } > from testcode.cpp < #ifndef CAT_H_ #define CAT_H_ class Cat { public: void speak(); }; #endif /* CAT_H_ */ > from Cat.h < #include <iostream> #include "Cat.h" using namespace std; void Cat::speak(){ cout<< "meow" << endl; } int main(){ } > from Cat.cpp the error is attached
  2. i keep getting weird errors when i want to run this code, i have code runner and the c/c++ runner installed
  3. I have accélération so I just need to find the mass of it after using friction?
  4. I’m givin 5 kg mass on string friction on block is 24 N accel is 2.9 how do I find mass of steel block
  5. That link helped a lot. I’m writing that on my formula sheet
  6. when i set it to white for the leds it has pink in it. any fix?
  7. Corsair SPEC-DELTA case needs fan controller. my friend has a mobo from a prebuilt pc we put in a new case. we need a fan controller that will be able to power the fans and the leds in the fans from this case. they also need to beable to control the fans leds. any recommendations.
  8. PCPartPicker Part List Type Item Price CPU AMD Ryzen 5 3400G 3.7 GHz Quad-Core Processor $149.99 @ Best Buy Motherboard MSI B450 TOMAHAWK MAX ATX AM4 Motherboard $114.99 @ Best Buy Memory Team T-FORCE DARK Z 16 GB (2 x 8 GB) DDR4-3200 CL16 Memory $59.99 @ Newegg Storage ADATA SU635 480 GB 2.5" Solid State Drive $52.99 @ Amazon Storage Seagate Barracuda Compute 2 TB 3.5" 7200RPM Internal Hard Drive $54.99 @ Newegg Case Fractal Design Focus G ATX Mid Tower Case Power Supply Corsair CXM (2015) 450 W 80+ Bronze Certified Semi-modular ATX Power Supply $69.99 @ Newegg Prices include shipping, taxes, rebates, and discounts Total $502.94 Generated by PCPartPicker 2020-06-09 21:25 EDT-0400 would this be the best build for 550$ amercain for video editing on filmora?
  9. to check the voltage is actually receiving i use ryzen master.
  10. i have my current dvid voltage .260+ which sets it o around 1.1 to 1.2 volts constantly and its oc to 4.1 ghz at around 55 Celsius. could i push it more?
  11. no its like a cable mangement wrap that u would use for your cords coming out of the back of your pc.
  12. i bought this sleeving black and white, and i was wanting to know if i could put it around my ketchup and mustard power supply cables in my pc or would that start a fire? or would cable sleeving for cable mangement even look good?
  13. the fans in this case come with a alternative connector for the led lighting. the mobo my friend has does not have these connectors. how would i plug them in?
×