Search:

Type: Posts; User: watshamacalit

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    3,253

    Thanks All!

    you've helped me alot! my c class will be over as of thursday...so i wont be posting anymore...:(

    but thank you all very much for helping me and puting up with my questions...:cool:
  2. Replies
    4
    Views
    3,253

    binary numbers

    how do you convert a binary number to its decimal equivalent? if someone could explain this to me in English that would be helpful. I'm not quite sure what a binary number is or how to go about...
  3. Replies
    2
    Views
    2,147

    career and wages

    if you are a professional on this board( you get paid for your job )...i was wondering if someone could give me some information on what you majored on in college and what your career is now...i've...
  4. Replies
    14
    Views
    3,168

    thanks!!

    your code helped greatly...i just made a few changes so it could handle user input... but theres one thing i dont understand... why did u use while(1)...i've never seen it like that nor have we...
  5. Replies
    14
    Views
    3,168

    yes...

    yes, i always do psudocode, preliminary code work, b4 i start any of my programs...i wrote it out on paper but my mind cant seem to translate it from english to c...thats why i came to the board and...
  6. Replies
    14
    Views
    3,168

    View Post

  7. Replies
    14
    Views
    3,168

    yes i'm sure it is very simple for a more...

    yes i'm sure it is very simple for a more advanced programmer than i. sometimes i just fail to grasp these simple concepts



    right...i know that but i cant seem to figure out how to write that...
  8. Replies
    14
    Views
    3,168

    latest code

    my code is still the same as the above...i can't figure out how to get it to work... my problem is in the following function



    /*
    Parameters : word[] - The word to search
    : to_find[] - The...
  9. Replies
    14
    Views
    3,168

    ok...that doesnt work...it still says ''keep'' is...

    ok...that doesnt work...it still says ''keep'' is not in ''bookkeeper''
  10. Replies
    14
    Views
    3,168

    no i am not ''writing this for fun.'' i am...

    no i am not ''writing this for fun.'' i am writing this the way my teacher specified, so i cant use string.h or strstr( );

    my teacher tends to make us do things the hard way
  11. Replies
    14
    Views
    3,168

    finding strings in strings

    i've been working on this project for the past few days and i cant seem to get it to work...

    the function find_word is supposed to determine if one character string exists inside another...
  12. Replies
    6
    Views
    1,897

    strings and palindrome's

    i'm supposed to create a function that checks if an inouted word or number is a palindrome( same forwards and backwards i.e bob )...the only problem that i see in my program is getting the number...
  13. Replies
    14
    Views
    4,656

    thanks for your help

    this will help a lot, thanks guys
  14. Replies
    14
    Views
    4,656

    thanks for your help

    but why is there a black dot on my posts?
  15. Replies
    14
    Views
    4,656

    ERROR! cannot convert parameter...

    my compiler keeps giving me this error...

    C:\Program Files\Microsoft Visual Studio\MyProjects\11\1101x01kt.cpp(25) : error C2664: 'english_number' : cannot convert parameter 1 from 'char [81]' to...
  16. Replies
    1
    Views
    18,932

    adding a space to a string

    how do i add a space to the end of a string?


    this function takes the users first, middle, and last name. then it puts them all together in the string result. the output shows no spaces between...
  17. Replies
    11
    Views
    1,840

    digits to english

    ok...that solved that error...

    but now im getting this warning...

    C:\Program Files\Microsoft Visual Studio\MyProjects\11\1101p04kt.cpp(16) : warning C4101: 'result' : unreferenced local...
  18. Replies
    11
    Views
    1,840

    digits to english

    ok...

    i tried yer suggestions but it still doesnt work...

    i keep getting this error

    C:\Program Files\Microsoft Visual Studio\MyProjects\11\1101p04kt.cpp(54) : error C2440: 'return' : cannot...
  19. Replies
    11
    Views
    1,840

    digits to english

    This program is supposed to output the digits of a number in English. so if the user inputs 100, the output should be "one, zero, zero".

    i cant figure out whats wrong with my program...

    ...
  20. Replies
    1
    Views
    11,623

    adding ASCII values

    how do you add ASCII values?

    what i mean by this is that you add the ASCII values of the characters entered.

    if the user enters "Hello", the ASCII values are "72, 101, 108, 108, 111".
    ...
  21. Replies
    0
    Views
    2,215

    adding ASCII

    how do i add ASCII values? :confused:

    my assignment is to write a function that adds the ASCII values of the users input. this is what the function looks like right now...

    void hash ( char...
Results 1 to 21 of 21