Search:

Type: Posts; User: prominababy

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,046

    please..

    somebody.. anybody.. please... i'm way over my limit here...
  2. Replies
    3
    Views
    1,046

    problem with hash table

    i got this problem in creating a hash table for string. Basically, my program will ask the user to input the string, than the program will create the index by calculating the ascii number of the...
  3. Replies
    1
    Views
    906

    Run time error in linkList attemp

    there is this run time error that i just don't know how to fix. basically, i'm trying to make a shopping list using linkList. but a run time error has occur in my program. can someone please spot the...
  4. Replies
    3
    Views
    7,619

    Data Structure Eror

    This is a Simple Personal Information Manager (PIM) program that i made.
    But there is some error in it that i just can't fixed !
    Can somebody just check and see where is wrong ?

    At First, it...
  5. Replies
    4
    Views
    1,973

    wow ! it worked ! thx mate !

    wow ! it worked ! thx mate !
  6. Replies
    4
    Views
    1,973

    i'm not really sure how to do it... let me try...

    i'm not really sure how to do it... let me try it...
  7. Replies
    4
    Views
    1,973

    simple text analyzsis program

    basically, this program will ask the user to write a line of text, and analyze the character in that line of text if its exist or not.
    ex :


    enter line of text : abra kadabra
    'a' was found...
  8. Replies
    3
    Views
    1,331

    i try to replace that last else with if (...

    i try to replace that last else with



    if ( a < 10 ) {

    b[c] = a;
    }
  9. Replies
    3
    Views
    1,331

    decimal to hexadecimal

    I already understand how to convert it into it's numerical value, but i dont understand how to display the result into it's alphabetical value.
    like the hexadecimal value of 26 = 1A.
    i'm stuck at...
  10. Replies
    1
    Views
    1,030

    project suggestion

    i'm still pretty new at this, and i got this assignment to make a simple program. It's due in 2 months. I still dont have a clue what kind of project i could make with C. Can any of you guys give me...
  11. Replies
    1
    Views
    1,628

    value of 'e'

    i'm still a beginner and i supposed to write this program to find the value of 'e'.

    this is the constant e : http://upload.wikimedia.org/math/a/1/0/a10a05335ccb3b560a678ed2dd287fdb.png

    e is...
  12. Replies
    6
    Views
    2,282

    haha ! i found the mistake ! And it's a very...

    haha ! i found the mistake ! And it's a very annoying one...

    all i have to do was change the f = b into b = f.

    thx for the looping with for tip ! Cheers mate !
  13. Replies
    6
    Views
    2,282

    i already try with the looping with for. But the...

    i already try with the looping with for. But the results ends up dapending on how many times i loop it. If i loop it for 3 times than the result is 3 and if i loop it for 4 times than the result is...
  14. Replies
    6
    Views
    2,282

    [NEWBIE] Trying to find the value of 'e'

    i'm still new at this, so i really need your help.

    basically i try to find the value of this equation :


    e = 1 + 1/1! + 1/2! + 1/3! +.......

    i already find the formula to find final the...
  15. wow ! thx mate ! never thought of that...

    wow ! thx mate ! never thought of that...
  16. need help with this function, please help !

    i still very newbie, and i was working on this simple project. basically we have to display a checkerboard pattern like this :



    * * * * * * * *
    * * * * * * * *
    * * * * ...
  17. wow ! thx guys ! ok i will get used to with the...

    wow ! thx guys ! ok i will get used to with the paper thingy.... hehehe ! thx !
  18. I can't quite get the logic behind this code...

    i'm still very new at this, and i found this code that could help me on my project. but i can't quite get the logic behind it. the code is like this :



    #include<stdio.h>
    void main()
    {
    int...
Results 1 to 18 of 19