Search:

Type: Posts; User: C-+

Search: Search took 0.01 seconds.

  1. Replies
    16
    Views
    5,944

    Thanks Elysia. You're a programming master! How...

    Thanks Elysia. You're a programming master! How the hell do you know every thing?
  2. Replies
    16
    Views
    5,944

    Thank you for telling guys. I think I will start...

    Thank you for telling guys. I think I will start using std:: but I don't know wich command or functions need std:: beacuse I always used: using namespace std;
  3. Replies
    16
    Views
    5,944

    std:: or namespace std

    I see some people who use std:: .Isn't it better to use namespace std so we don't have to write std:: all the time or I am wrong and std:: is used for another thing?
  4. Thread: Need help

    by C-+
    Replies
    19
    Views
    1,837

    PSP hacks, M33?

    PSP hacks, M33?
  5. Thread: Need help

    by C-+
    Replies
    19
    Views
    1,837

    It works, The problem was the second if. It is 0...

    It works, The problem was the second if. It is 0 not 1.

    Thank for your help guys, and DarkAlex, are you really DAX?
  6. Thread: Need help

    by C-+
    Replies
    19
    Views
    1,837

    Deleted the semicolons and compiled but when I...

    Deleted the semicolons and compiled but when I put a number it doesn't say anything. The period is for decimal numbers
  7. Thread: Need help

    by C-+
    Replies
    19
    Views
    1,837

    matsp, instead of sending me to FAQ section could...

    matsp, instead of sending me to FAQ section could you help me please?

    Heres the code:


    //UnPair

    #include <iostream>
    using namespace std;
  8. Thread: Need help

    by C-+
    Replies
    19
    Views
    1,837

    I compiled it but when I put a number it closes....

    I compiled it but when I put a number it closes. Heres the code:


    //UnPair

    #include <iostream>
    using namespace std;

    int main()
  9. Thread: Need help

    by C-+
    Replies
    19
    Views
    1,837

    I am having problems. Heres my code //UPair...

    I am having problems. Heres my code


    //UPair

    #include <iostream>
    using namespace std;

    int main()
  10. Thread: Need help

    by C-+
    Replies
    19
    Views
    1,837

    Thank Elysia. I am looking for C++

    Thank Elysia. I am looking for C++
  11. Thread: Need help

    by C-+
    Replies
    19
    Views
    1,837

    Thank Elysia. But can you be more specific with...

    Thank Elysia. But can you be more specific with the %?
  12. Thread: Need help

    by C-+
    Replies
    19
    Views
    1,837

    Need help

    Hi!. Well I'm just starting C and I had a few questions:

    1- I created a "program" that multiplies a number with 10(I know that is easy but I just started 3 days ago) and I have a "problem", the...
Results 1 to 12 of 12