Search:

Type: Posts; User: cleepy

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,964

    I'm obviously not too bright at this computer...

    I'm obviously not too bright at this computer science thing so this is really what I can muster at the moment. Would this potentially work if I stick with this process?



    #include <stdio.h>...
  2. Replies
    9
    Views
    1,964

    could i see that algorithm to calculate it? i...

    could i see that algorithm to calculate it? i don't plan on copying the program, i just would like to see the thought process that goes into converting julian date to gregorian date. being in a...
  3. Replies
    9
    Views
    1,964

    so while loops would help isolate which julian...

    so while loops would help isolate which julian dates fall under the correct month? how would i then calculate the julian date to the actual date?
  4. Replies
    9
    Views
    1,964

    i actually don't have the faintest idea where to...

    i actually don't have the faintest idea where to even start, sorry. i'm not that great at pointers.
  5. Replies
    9
    Views
    1,964

    Using pointers(?)

    I've got this program that's suppose to calculate Julian date into the actual date. ex. 1 = January 1st, 32 = February 1st, 33 = February 2nd, 365 = December 31st and so on....

    I'm stuck on what...
  6. Replies
    4
    Views
    1,093

    changing letters by rotating them around?

    i'm suppose to use this code to rotate characters from this input file (blah_input.txt)....

    Now is the time for all good persons to come to the aid of their
    party. Hello world! 1234 !@#$

    to...
  7. Thread: Using limits.h

    by cleepy
    Replies
    44
    Views
    8,398

    yeah thanks really appreciate the help, guys.

    yeah thanks really appreciate the help, guys.
  8. Thread: Using limits.h

    by cleepy
    Replies
    44
    Views
    8,398

    also i wanted INT_MIN and INT_MAX to print out...

    also i wanted INT_MIN and INT_MAX to print out the smallest and largest of the inputted numbers.
  9. Thread: Using limits.h

    by cleepy
    Replies
    44
    Views
    8,398

    ohh and the printf in the while loop is just...

    ohh and the printf in the while loop is just there to help me see what's going on in the loop.
  10. Thread: Using limits.h

    by cleepy
    Replies
    44
    Views
    8,398

    well i'm not exactly working with arrays at all,...

    well i'm not exactly working with arrays at all, i haven't actually learned that. when i run through the code it executes and asks me for numbers. i can input as many numbers as i want, there is no...
  11. Thread: Using limits.h

    by cleepy
    Replies
    44
    Views
    8,398

    does anyone know how i can make this happen?

    does anyone know how i can make this happen?
  12. Thread: Using limits.h

    by cleepy
    Replies
    44
    Views
    8,398

    honestly im not sure how to do that

    honestly im not sure how to do that
  13. Thread: Using limits.h

    by cleepy
    Replies
    44
    Views
    8,398

    so how would i be able to print out the smallest...

    so how would i be able to print out the smallest and largest inputs?
  14. Thread: Using limits.h

    by cleepy
    Replies
    44
    Views
    8,398

    Using limits.h

    I was writing this program and I need to make it print out the minimum input, the maximum input, as well as the average. I've got it to print the average, but I don't know how to use limits.h to...
  15. ohh wasn't paying attention to the bold font,...

    ohh wasn't paying attention to the bold font, more towards the red numbers. my bad. thanks for the help though, it works now
  16. i inputted your .0's but still no dice. what it...

    i inputted your .0's but still no dice. what it executes is....

    Your temperature in Celsius is -17.7777778

    the answer's suppose to be 100 celsius. still no idea why convertPrint(212) doesn't...
  17. actually it works in other programs without the...

    actually it works in other programs without the .0, so it really isn't the problem. what i'm trying to do is get the main function to call convertPrint which calls the convertFahrenheit equation. and...
  18. redux, that program was obviously bad, this is...

    redux, that program was obviously bad, this is what i have currently...



    #include <stdio.h>

    double convertFahrenheit();
    double convertPrint();

    int main(void)
  19. okay this is what i have so far and its getting...

    okay this is what i have so far and its getting screwy with me.


    #include <stdio.h>

    double convertFahrenheit(void)
    double convertPrint(void)

    int main(void)
    {
  20. sorry about that. well the thing is, i'm having a...

    sorry about that. well the thing is, i'm having a hard time visualizing how this is done. i think i understand it conceptually not, but there's no guarantee about my program. i'll post it later today.
  21. Newbie at programming (for now) and in need of help

    I'm relatively sucky at programming and I don't even know where to begin on this assignment I have due. If anyone can help it would be much appreciated.

    C programming.

    Write a C program that...
Results 1 to 21 of 21