Search:

Type: Posts; User: Uber Fr0g

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,697

    haha yeah i fixed it. Ive been trying to reset...

    haha yeah i fixed it. Ive been trying to reset the shift value for every word entered. This is what i have so far but it isnt working.







    #include <stdio.h>
    #include <string.h>
  2. Replies
    3
    Views
    1,697

    cipher program need alil help

    hey, i need this encrypt function to accept more than one word as input spaces and punctuation. When i enter more than one word it skips to the end of the program. Any idea







    #include...
  3. Replies
    24
    Views
    2,743

    hey, thx for giving it a shot, i completed the...

    hey, thx for giving it a shot, i completed the program and got it turned in on time.
  4. Replies
    24
    Views
    2,743

    ok, i understand thanks for all your help. this...

    ok, i understand thanks for all your help. this is kind of advanced for me though, since i only started programming 2 weeks ago. but thanks again ill try and hammer it out for a while.
  5. Replies
    24
    Views
    2,743

    ahhhh, im so totally lost its not funny, could...

    ahhhh, im so totally lost its not funny, could you take my code and put statements in the spots i need to write certain code for, i undertsand what you are telling me im just lost as to where it all...
  6. Replies
    24
    Views
    2,743

    My professor asked for us to use 2 loops. it was...

    My professor asked for us to use 2 loops. it was in the problem i had on here yesterday but i did away with it due to complaints.

    here is the complete code, im getting crazy numbers back for...
  7. Replies
    24
    Views
    2,743

    i changed up the code a bit to clarify it better,...

    i changed up the code a bit to clarify it better, but still the same basic thing. i tried a while loop inside it to get this output wich is what i need. Im not sure what kind of condition i should...
  8. Replies
    24
    Views
    2,743

    man, like i said i just started programming 2...

    man, like i said i just started programming 2 weeks ago, most of what i already have came from an example out of the book. i understand somewhat what you explained to me, but i dont know where to...
  9. Replies
    24
    Views
    2,743

    exactly, i need the inner loop to be a counter...

    exactly, i need the inner loop to be a counter based on the number of items they enter, and read out the corresponding information.

    like this sample i made up:



    Sample Program Execution ...
  10. Replies
    24
    Views
    2,743

    ^^ man, take it easy im new to all this. I...

    ^^ man, take it easy im new to all this.


    I am having trouble with the loops. i can get it to ask for the quantity and compute the same price for a certain amount of items, but i need it to loop...
  11. Replies
    24
    Views
    2,743

    can someone just give me a hint....please.

    can someone just give me a hint....please.
  12. Replies
    24
    Views
    2,743

    yeah, homework, i took that other line out lol i...

    yeah, homework, i took that other line out lol i just noticed it.

    Im not asking for someone to do it for me, just get me on the right track as how to use a loop to do what i need done.
  13. Replies
    24
    Views
    2,743

    little help please.

    I am having trouble with a loop. i can get the program to ask for the quantity and compute the same price for a certain amount of items, but i need it to loop and ask for the price of number(n) of...
  14. Replies
    6
    Views
    2,526

    so would this be the final correctly working...

    so would this be the final correctly working code? I tested it and it seems to be correct but i may be wrong.





    #include <stdio.h>

    int main(void)
    {
  15. Replies
    6
    Views
    2,526

    thanks jmd15....here is my attempt at writing...

    thanks jmd15....here is my attempt at writing this one out in c. I cant figure out what goes before and after == in the if statements and what should be at the end of the print f statements...did i...
  16. Replies
    6
    Views
    2,526

    help with basic c program.

    My professor assigned us an "easy" project in his words for our intro to c programming class. we use visual studio.net 2003. I really have no idea where to start or what to do. Could someone help...
Results 1 to 16 of 16