Search:

Type: Posts; User: Darkozuma

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,298

    how can i make this work?

    #include<iostream>
    #include<string>

    using namespace std;

    int main()
    {
    string option;

    cout << "What Would You Like To Do?" << endl;
  2. Replies
    2
    Views
    1,061

    Ahhhh thank you I see what I did. Thanks for...

    Ahhhh thank you I see what I did.

    Thanks for your help.
  3. Replies
    2
    Views
    1,061

    I have a problem with function...

    Ok Heres My function program woking


    #include<iostream>
    #include<string>

    using namespace std;


    int myfunc();
  4. Replies
    4
    Views
    1,013

    I see Thanks For Your Advice

    I see
    Thanks For Your Advice
  5. Replies
    4
    Views
    1,013

    Well see when you Activate A jutsu Its going to...

    Well see when you Activate A jutsu Its going to cost mana , tahts what i dont get how to do.

    I edited my coding please take a second look If you dot mind=)
  6. Replies
    4
    Views
    1,013

    help me please

    #include<iostream>
    #include<string>

    using namespace std;

    int main()
    {
    int ice = 20;
    int fireball = 20;
    int lighting = 20;
  7. Replies
    5
    Views
    3,229

    Thanks for your advice but that just got me more...

    Thanks for your advice but that just got me more confusedXD.
    Are Pointers good for anything? Or no point? No pun intended.
  8. Replies
    5
    Views
    3,229

    Thats just how I am=/ I cant handle it when I...

    Thats just how I am=/
    I cant handle it when I try to learn something and I quit it.
    Ive always been like that...I got it from my dad.
  9. Replies
    5
    Views
    3,229

    Hey guys..need help on pointers

    Im a noobie at programming at the moment. I know my loops,variable,couts, and all the other basic stuff.I have been doing great until....POINTERS!!!. As a stubborn guy that I am
    I refuse to go any...
  10. Replies
    5
    Views
    1,575

    I see back to the books again. thanks for you...

    I see back to the books again.
    thanks for you responds and also thanks to yarin too
  11. Replies
    5
    Views
    1,575

    Heres my coding int main() { int x; ...

    Heres my coding



    int main()
    {
    int x;
    cout << "please enter password' << endl;
    cin >> x;
    if (x == inputed password)
  12. Replies
    5
    Views
    1,575

    yea like logging in to a website.

    yea like logging in to a website.
  13. Replies
    5
    Views
    1,575

    Coding a log in.....

    Hi i was wondering if thers a way to make a simple log in coding?

    I can make one but only using numbers, I want to know how to make one with
    actual letters.
Results 1 to 13 of 13