Recent content by stylewise

  1. S

    my desktop > your desktop *pic*

    Dock........in hiding 98% of the day :-)
  2. S

    Tech Support Tools For Ten

    I work for a tech support team in a university setting and I am in charge of putting together next year's Macintosh support disk. This disk will be given to team members for use in supporting student Macintoshes. Generally we run into hard drive, system corruption, Virus and network...
  3. S

    Windows Media Player

    serpicolugnut, I use the Windows Media Player included with the copy of Office X I bought and have found the Doctor of Democracy to come through crystal clear. Stylewise
  4. S

    CC Quark with C? or C mistake

    it works fine if you change the array to int instead of char :)
  5. S

    CC Quark with C? or C mistake

    Hey Guys, It seems to be accepting the enter after the input as data for the first scanf in the loop. any way to stop this? Josh
  6. S

    CC Quark with C? or C mistake

    Hey Guys, ----> A little Help would be great I'm writing this program for my C class on my PB G3. It simply scanf's values into an array which is in an array. It compiles fine, but when I run it the program only lets me enter one value into the array. Then it spits out the entire loop...
  7. S

    A quark in GCC

    Hey Guys, I'm using OSX in my first C class. To practice nested if statements I wrote the following source code: #include stdio.h // Tags are around that, won't show in fourm int main (void) { char gender; int age; double risk; printf("enter your age ")...
  8. S

    Straight C?

    Thanks Guys! I really appreciate the help. cc works great, as does the project builder. Thanks for the detailed replies. stylewise
  9. S

    Straight C?

    Hi Guys, A quick question, in a thread recently posted some one asked about free compilation tools for beginners. While Admiral AK gave him an answer, I would like to see if some one else can shed a little light on somthing specific for me. I'm a college student taking my...
Back
Top