Search:

Type: Posts; User: liljp617

Search: Search took 0.01 seconds.

  1. Thread: Suggestions?!

    by liljp617
    Replies
    3
    Views
    3,598

    Suggestions?!

    So I have an extra credit paper due in programming class on a programming language of my choice. I was wondering if anybody had any suggestions (outside of C, C++, Java) on other interesting...
  2. Replies
    6
    Views
    3,554

    I lied :( Read through my C book on arrays and...

    I lied :(

    Read through my C book on arrays and couldn't quite find a way to store multiple values in a single array.

    Would it just be something like


    cRandomColor[4] = {blue, red, green};
  3. Replies
    6
    Views
    3,554

    Quick question arrays/pointers

    First off: I'm not asking anyone to do any programming for me :)

    Just as simple an answer as you can give that answers the question as I'd like to do the work/figure most of it out on my own.
    ...
  4. Replies
    2
    Views
    3,945

    Thank you thank you :) So simple -.-

    Thank you thank you :)

    So simple -.-
  5. Replies
    2
    Views
    3,945

    Linker Error/Undefined Reference

    I know there's a million of these but I've been trying to work through it for a while and can't grasp it.

    Basically have to make a calculator using functions for the basic mathematical operations....
  6. Replies
    9
    Views
    33,374

    Thanks a lot :P I actually just figured it out...

    Thanks a lot :P I actually just figured it out minutes before reading the above post. Thanks a lot guys, you'll probably be hearing from me a lot in the future. Very helpful.
  7. Replies
    9
    Views
    33,374

    Thanks for the help. My biggest question is...

    Thanks for the help.

    My biggest question is how do I output the calculations into a table as shown in my original post? The calculations aren't really my problem, it's doing the calculations and...
  8. Replies
    9
    Views
    33,374

    Basic C Help - Currency Converter

    So far this is what I've done:



    /*
    Takes currency input from user and outputs currency conversions for USD, GBP, CAD,
    EUR, AUD, CYN (Chinese Yuan)
    */

    #include <stdio.h>
Results 1 to 8 of 8