Search:

Type: Posts; User: MaaaTtY

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,481

    Thank you very much, lot of silly mistakes i made...

    Thank you very much, lot of silly mistakes i made on accident, except your 3rd point which i was not aware of, even after all your correction i found some simple things i misplaced. thanks again =]
  2. Replies
    3
    Views
    2,481

    Math equations not working

    What i need to do is write a program that shows the value of PI based on the following formula:

    PI = 4 - 4/3 +4/5 - 4/7 + 4/9 - 4/11 + ...

    Then show the result as a table that shows the PI...
  3. Replies
    5
    Views
    1,464

    how?

    how?
  4. Replies
    5
    Views
    1,464

    Need help with final touch

    hey what i tried to do was write a program that asks user to enter integer numbers, keeps track of the largest and smallest numbers entered, ends if 0 is entered. Then prints the number of entries,...
  5. Replies
    5
    Views
    1,161

    haha, woops =]

    haha, woops =]
  6. Replies
    5
    Views
    1,161

    :S , maybe i will try to compile it using...

    :S , maybe i will try to compile it using something else, i'll let you know
  7. Replies
    5
    Views
    1,161

    max number program not functioning properly

    #include <stdio.h>



    void main () {
    int num[5];
    int index;

    printf("\nEnter 5 numbers : \n");
  8. Replies
    5
    Views
    1,629

    i tried to compile yours and i got this error: ...

    i tried to compile yours and i got this error:

    could not find a match for 'getline<charT,traits,Allocator><string,istream>' in function main()
  9. Replies
    5
    Views
    1,629

    haha thats funny, thanks alot though, it will...

    haha thats funny, thanks alot though, it will definetly help alot :]
  10. Replies
    5
    Views
    1,629

    First password program

    Hey, i made this password program but i am having trouble getting it to work. the last thing i need to do it be able to compare the inputed password to the actual password (in this program i want it...
  11. Replies
    7
    Views
    2,373

    heh, sounds like a pain in the ass so i wont...

    heh, sounds like a pain in the ass so i wont bother :P. i have been using Borland 5.5
  12. Replies
    7
    Views
    2,373

    windows xp

    windows xp
  13. Replies
    7
    Views
    2,373

    Dont want my program to wait for "enter"

    i made a simple password program. the password is a 4 digit number, you enter the password digit by digit and each time you enter one number it checks if it matches. if not you go back to the start....
Results 1 to 13 of 13