Search:

Type: Posts; User: Exutus

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,401

    I'd like to know some more How do I add the...

    I'd like to know some more

    How do I add the count thing ?
  2. Replies
    2
    Views
    1,401

    need some help to upgrade a mini game in C

    HI!

    Well, since I started learning C the other day, I thought it was pretty cool... I went through a few things, and just learned about loops. (*EDIT: Forgot to mention the language... it's C )
    ...
  3. Thread: C or C++

    by Exutus
    Replies
    67
    Views
    5,638

    Then should one then learn Assembly, then C, then...

    Then should one then learn Assembly, then C, then C++ then ?
  4. Thread: C or C++

    by Exutus
    Replies
    67
    Views
    5,638

    While you people debate on what's silly and...

    While you people debate on what's silly and what's not, I got a couple of questions...



    1) Is learning C, then C++, the best way to go ?

    2) When you say learning them both is silly, do you...
  5. Replies
    10
    Views
    1,755

    Will post one after work.

    Will post one after work.
  6. Replies
    10
    Views
    1,755

    "Mailing list" pop-up

    It's really getting annoying...
    It always appear when I come on this website, and if there's no way of getting rid of it I don't think I'll be coming over much...

    Help?
  7. Replies
    34
    Views
    2,946

    Thank you all again, this is probably the last...

    Thank you all again, this is probably the last time I post in this thread because;
    1) you must be tired of seeing it up
    2) I am
    3) I think my program is 99.7% complete :)

    The only thing that...
  8. Replies
    34
    Views
    2,946

    Thanks! laserlight, sorry I meant I can not...

    Thanks!

    laserlight, sorry I meant I can not right now :P




    I understand, I think I wrote it that way in the program because I wrote it that way on a piece of paper a few months ago. I will...
  9. Replies
    34
    Views
    2,946

    Hello and thanks for all your replies. I...

    Hello and thanks for all your replies.
    I understand that it does not look user-friendly, and this program is for me, not for other users. But I'll post it simple so you will know what it was all...
  10. Replies
    34
    Views
    2,946

    thanks all!! I think some algebra needed to be...

    thanks all!!
    I think some algebra needed to be rethought :)
    Here's the right code:


    #include <stdio.h>
    int main()
    {
    float e,x,y,z;
    printf("Enter value for x :");
  11. Replies
    34
    Views
    2,946

    Thanks Adak Unfortuatly, it still give me 0.000...

    Thanks Adak
    Unfortuatly, it still give me 0.000


    #include <stdio.h>
    main()
    {
    double e,m,x,y; e = m = x= y = 0.0;
    printf("Enter value for x :");
    scanf("%lf",&x);
  12. Replies
    34
    Views
    2,946

    BPM is the value it will ask when running the...

    BPM is the value it will ask when running the program.
    Let's say it's 120. Then (60/120)/2= 0.25

    I need it to give me 0.25
    I updated the code a little bit, but it only gives me 0.00


    ...
  13. Replies
    34
    Views
    2,946

    damn it won't work I love it LOL Gives me 0...

    damn it won't work
    I love it LOL

    Gives me 0


    #include <stdio.h>
    main()
    {
    double e,m,BPM,y;
  14. Replies
    34
    Views
    2,946

    Yes I wanted to change the sentence once I got it...

    Yes I wanted to change the sentence once I got it to work.
    Other data type to get the decimals, would that be "float" ?



    I tried reversing them this morning (I didnt post the updated code),...
  15. Replies
    34
    Views
    2,946

    My very first own C program (I need a hand!)

    Well hello all, I am new to this forum and this is my first post! :)

    I just started learning some C with a 7-days/lessons e-book and I completed the first lesson. So at the end, they asked to...
Results 1 to 15 of 15