Search:

Type: Posts; User: Newbie999

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    15
    Views
    13,683

    Thank you! Yes, it seems the better way of...

    Thank you!
    Yes, it seems the better way of using string is the only thing I will need!
  2. Replies
    15
    Views
    13,683

    How about if the program just captures...

    How about if the program just captures data(Prompts the user to enter any date) and outputs it by representing a date( day, month and year...)
    Thanks a lot!
  3. Replies
    15
    Views
    13,683

    Yeah Happy_Reaper that is what I meant... Is...

    Yeah Happy_Reaper that is what I meant...
    Is there a way the program would print any date? You guys are awesome!
    Thank you for help...
  4. Replies
    15
    Views
    13,683

    Thank you for help... It might be a stupid...

    Thank you for help...


    It might be a stupid question, but will this work out with any date?
  5. Replies
    15
    Views
    13,683

    Year, month and day

    Hello,
    I have a question on how to represent day, month and year in C in the structure. I know a month must be a string. I am not sure where to start. I just need some kind of directions....
    ...
  6. Replies
    54
    Views
    4,431

    This is my code. I have two more questions:...

    This is my code.
    I have two more questions:
    How could I use a loop to repeatedly ask the user to enter a valid decimal number in case input is not between 4 and 100?
    How can I make the program...
  7. Replies
    54
    Views
    4,431

    Well, it wasn't working...I am paying...

    Well, it wasn't working...I am paying attention...Maybe dwks is right and the window console dissapears before I can see what is says.I will try it on my friend's computer.
    I have two more...
  8. Replies
    54
    Views
    4,431

    I changed the %c, but when I try to execute it...

    I changed the %c, but when I try to execute it all it does is this:
    Type an ASCII code 4 through 100 to get their
    correspondent character constants: 6

    and then ends....

    Thank you for help!
    ...
  9. Replies
    54
    Views
    4,431

    Can anyone please help? I am sure you were all...

    Can anyone please help?
    I am sure you were all beginners once.
    I tried following all the suggestions.
    This code just won't work....
    Please indicate where I am making mistake...:0(

    I am just...
  10. Replies
    54
    Views
    4,431

    Well, Thank you all...o( You're right, I should...

    Well, Thank you all...o(
    You're right, I should learn more.
    Salem, I tried to follow directions. I apologize, but I am just the beginner trying to solve the problem.
    Thanks again.
  11. Replies
    54
    Views
    4,431

    I've replaced it. It compiled, but it doesn't...

    I've replaced it. It compiled, but it doesn't work it still gves me the same thing:

    Type an ASCII code 4 through 100 to get their
    correspondent character constants: 5

    Thank you for entering...
  12. Replies
    54
    Views
    4,431

    O.K I changed it, it compile, but it won't...

    O.K I changed it, it compile, but it won't convert numbers...
    It just does this :

    ---Type an ASCII code 4 through 100 to get their
    correspondent character constants: 5

    Thank you for entering...
  13. Replies
    54
    Views
    4,431

    O.K...This is what I got... Is this what you...

    O.K...This is what I got...
    Is this what you mean...I want to write a program to convert any decimal ASCII codes from 4 to 100 to their correspondent character constant. I want to use a loop to...
  14. Replies
    54
    Views
    4,431

    I am using %c for print f... Sorry, I am just...

    I am using %c for print f...
    Sorry, I am just the beginner. just trying to get your guys help....:0(


    #include <stdio.h>


    main(void){
  15. Replies
    54
    Views
    4,431

    Still don't get it...:0(.... Tried...

    Still don't get it...:0(....
    Tried everything....
    Thanks for your help!
  16. Replies
    54
    Views
    4,431

    O.K....This is what I have right now, it...

    O.K....This is what I have right now, it compiled, but is not converting to ASCII... :o(
    Also, how could I end the program if the user enters number 3?
    Thanks for help...


    #include <stdio.h>
    ...
  17. Replies
    54
    Views
    4,431

    If I can use ony one expression, How can I then...

    If I can use ony one expression, How can I then convert the decimal ASCII codes 4 through 100 to their correspondent character constant?

    Thanks for your help!
  18. Replies
    54
    Views
    4,431

    O.K now it compiled, but it won't convert the...

    O.K now it compiled, but it won't convert the ASCII codes...
    Can anyone help please?
    Thanks!


    #include <stdio.h>

    main(void){

    float Number;
  19. Replies
    54
    Views
    4,431

    Thanks Dave_Sinkula and Kennedy! As you can see,...

    Thanks Dave_Sinkula and Kennedy!
    As you can see, I am just the beginner, trying to learn on my own....
    I made some changes in the code, but still won't compile. I am just very confused.
    I...
  20. Replies
    54
    Views
    4,431

    Still gettiing the same error... :( In...

    Still gettiing the same error... :(

    In function âmainâ:
    13: error: expected â)â before â;â token




    #include <stdio.h>
  21. Replies
    54
    Views
    4,431

    Still getting this error: In function âmainâ:...

    Still getting this error:

    In function &#226;main&#226;:
    13: error: expected expression before &#226;>&#226; token

    Thank you for help!
  22. Replies
    54
    Views
    4,431

    Hi, I am trying to get this to work, but it won't...

    Hi, I am trying to get this to work, but it won't compile. Please understand I am just the beginner.
    Thanks in advance for any help!




    #include <stdio.h>

    main(){
  23. Replies
    54
    Views
    4,431

    Thank you guys!

    Thank you guys!
  24. Replies
    54
    Views
    4,431

    mycount, if you can't give me an advice please...

    mycount, if you can't give me an advice please don't make fun!
    I would appreciate it.
  25. Replies
    54
    Views
    4,431

    SlyMaelstrom...I have one more questions related...

    SlyMaelstrom...I have one more questions related to a different problem. How could I write a program that converts decimal ASCII codes 4 from 100 (just an example) to their correspondent character...
Results 1 to 25 of 33
Page 1 of 2 1 2