Recent content by JacobP

  1. J

    SteamGuard Help.

    I know my user and password. It's the fact that I cannot sign up a support account.
  2. J

    SteamGuard Help.

    I guess I'll try that but they wont let me make a Steam Support account. Why do they always do this to me?
  3. J

    I need C++ help.

    What would be an exit command during a loop? Would I have to place it outside the loop?
  4. J

    game hacks

    Yet things with protection like Runescape and World of Warcraft are technically impossible to hack.
  5. J

    I need C++ help.

    Hey, I cleaned the script completely and started over. I think I made it better but I have compiling errors that I can't understand. Can someone help me? #include "stdafx.h" #include <iostream> #include <cstdlib> #include <math.h> using namespace std; int main() { int num1 ; int num2...
  6. J

    Building a Laptop: Worth it?

    I'm thinking of buying a different laptop but I can't find one that I want. I'm going to bring mine back so I'm going to have around $600 dollars. So, I was wondering if building a Laptop was a good investement and worth my time. If you know, could you tell me how and give me a suggestion of...
  7. J

    I need C++ help.

    Yea but I can't seem to do this correctly. Can you try and help me from where I am right now? #include "stdafx.h" #include <iostream> #include <cstdlib> using namespace std; int main() { cout << "This is my calculator. It follows the BEDMAS Rules. \n" ; int num1 ; int num2 ...
  8. J

    What was your first ever games console

    Super Nintendo Entertainement system. No "red rings of death" or overheating. All you have to do to fix it is take out the game and blow on it. Kirby Superstar / Top Gear. Old school.
  9. J

    Need help!

    With 5770 you'll get around 40 fps on high with Crysis Warhead but with 6850 you'll get around 65 fps. For an extra $20-$30 I personally would get the 6850. That's just my opinion. If you really want the best you can put in an extra $50 or so and get a Radeon HD6870
  10. J

    Need help!

    If you want better quality and more fps get a better Video Card and Ram. I would suggest 4-8 Gb Ram(which could range from $60-$100) and a video card like a Radeon 6850.(could be around $140-$180)
  11. J

    I need C++ help.

    I see, thank you very much. +reped. Also, does this have to be an if statement?
  12. J

    I need C++ help.

    I changed this but it's still not working. #include "stdafx.h" #include <iostream> using namespace std; int main() { cout << "This is my calculator. It follows the BEDMAS Rules. \n" ; int number1 ; int number2 ; int number3 ; int finalequation ; cout << "Enter two or...
  13. J

    SteamGuard Help.

    Is there a way to find out my e-mail?
  14. J

    Facebook Chat

    I wouldn't say it would exceed a few Petabytes. The whole intire amount of computers in the world don't even amount to a thousand Exabytes. I don't think Facebook would amount to that. Just sayin'.
  15. J

    I need C++ help.

    This is just the start of my calculator I'm trying to make but it's not turning out well. This is just the begening and I'm going to keep going on later but I used this script. If you want to try the output put it in Visual Studios(If you have it). Please help me! #include "stdafx.h"...
Back
Top Bottom