Search:

Type: Posts; User: MrHoboMe

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    1,722

    Ugh I needed to do if (x==y) instead of if...

    Ugh I needed to do if (x==y) instead of if (x=y)... Thats what was wrong... It all works now! Well besides the quiting part, but theres a button for that so...
  2. Replies
    15
    Views
    1,722

    Tried it

    I tried using the 0's and ones as well as the & # 4 5 ;(there are spaces so the computer doesn't post it as a +)
  3. Replies
    15
    Views
    1,722

    So you want me to say: if (act='00101011') for +...

    So you want me to say: if (act='00101011') for + because the table says
    43 053 2B 00101011 + + Plus
  4. Replies
    15
    Views
    1,722

    Dont really get what ur saying with the frist one...

    Dont really get what ur saying with the frist one mate... Yeah I tried initializing the variable as a specific number before the loop... Didn't work... Seems like a simple script but its being very...
  5. Replies
    15
    Views
    1,722

    ok

    OH, yeah srry. Well when I try to quit it gets a glitchy and puts tons of numbers(infinate 0's and 1's sometimes and +[some random large number] over and over again). I just made the script go on...
  6. Replies
    15
    Views
    1,722

    I want it to loop there because,

    I want it to loop there so that you can continue entering different equations in without re-opening. Without a loop u can only enter 1 eqaution each time u open the program.
  7. Replies
    15
    Views
    1,722

    What the heck is wrong with this scrips

    #include <iostream>
    #include <cmath>
    #include <iomanip>

    using namespace std;

    int main()
    {
    int N1;
    char act;
  8. Replies
    17
    Views
    3,993

    Hah, thats true, I understand a lot of what i...

    Hah, thats true, I understand a lot of what i know, but I don't understand, some of it, I just know what it does... But that s the first step, then once I mes with it, I tend to understand it.
  9. Replies
    17
    Views
    3,993

    I know, but now I know they are supposed to be...

    I know, but now I know they are supposed to be class's or structures, and I must admit I didn't read thuroly(however you spell that) enough on those. Thanks, i'll re-read those tutorials and i'll...
  10. Replies
    17
    Views
    3,993

    Hey bubba do I need a header for the mouse...

    Hey bubba do I need a header for the mouse thing???

    whats wrong with this script?


    #include <iostream>

    using namespace std;

    int main()
  11. Replies
    17
    Views
    3,993

    Thanks tabstop, but you were wrong. However, I...

    Thanks tabstop, but you were wrong. However, I found a game someone made that used these types of scripts and they used this script to restore the default colors:

    SetConsoleTextAttribute ( h,...
  12. Replies
    17
    Views
    3,993

    TYVM, 1 more question. I was working on changing...

    TYVM, 1 more question. I was working on changing the color of the text(I was SOOOOO happy when I finally figured it out)but how do I set the text back to normal?
    Heres what I was doing:


    ...
  13. Replies
    17
    Views
    3,993

    3d picking? kk I am trying I'm just loosing my...

    3d picking? kk I am trying I'm just loosing my mind while i'm doing it because i've only been doing this for a few days but i've been cramming everything in...
  14. Replies
    17
    Views
    3,993

    Hey, I'm not asking you to spoon feed me, I been...

    Hey, I'm not asking you to spoon feed me, I been trying to figure this junk out for couple hours. Could you at least tell me a mouse script or, explain the difference between the different types of...
  15. Replies
    17
    Views
    3,993

    Someone help me!

    Someone help me!
  16. Replies
    17
    Views
    3,993

    Clicking-graphics/help-c++

    Hiya, I am relatively new to C++ code, and I am having a hard time advancing from my current position. But there I two things I really want to learn now. that is graphics and clicking. I think...
  17. Thread: Graphics

    by MrHoboMe
    Replies
    2
    Views
    1,062

    Yeah I saw that... But whats the difference...

    Yeah I saw that... But whats the difference between them?
  18. Thread: Graphics

    by MrHoboMe
    Replies
    2
    Views
    1,062

    Graphics

    Hi, I know quite a bit a about C++ now, and I think the next step is graphics. Can someone explain how I would do graphics, or point me toward a tutorial?
  19. Oh wow half my code is outside of the main, haha!

    Oh wow half my code is outside of the main, haha!
  20. Thanks everbody. I had only been learning for...

    Thanks everbody. I had only been learning for like I day so there were probably a ton of minor formatting errors, but I didn't know why I couldn't get char's to work, now i do so we are all good.
    ...
  21. I'm new to this ;(, whats the problem with this????????

    #include <iostream>

    using namespace std;

    int main()
    {
    char name;
    cout<<"whats your first initial?";
    cin>> name;
    cout<< name;
Results 1 to 21 of 21