Search Results

Search: Posts Made By: pwanda
3,656
Posted By pwanda
Oh. That makes sense. Thank you!
Oh. That makes sense.

Thank you!
3,656
Posted By pwanda
In C.
In C.
3,656
Posted By pwanda
if statements
This is for a program I have to do to calculate the day of the week.
I need to write an if statement that will do the following:

if day is 29 and year is odd, don't calculate dayif ( day == 29...
3,950
Posted By pwanda
Thanks for your help! :) It didn't even...
Thanks for your help! :)

It didn't even occur to me to check placement. Oops.
3,950
Posted By pwanda
Help please...output problems with printf.
#include <stdio.h>
#include <math.h>

// this function calculates the volume of a Cylinder
int main(void)
{
int r; // radius
int h; // height
double M_PI; // pi

...
Forum: Programming 10-04-2008
9,093
Posted By pwanda
Thanks
That was very helpful and I understand what I did wrong the first time.

Thank you very much.

:)
Forum: Programming 10-03-2008
9,093
Posted By pwanda
double pow (double x, double y) -- problems
This is the code and I'm wondering why line 14: a = ... and line 16: b = ... is wrong.

This is the first time I've tried to use this. Please help me.

#include <stdio.h>
#include <math.h>
...
1,740
Posted By pwanda
Thanks. :] Now I feel stupid for not seeing...
Thanks. :]

Now I feel stupid for not seeing that--and even worse for reading the original program wrong. :(
1,740
Posted By pwanda
My output doesn't match anything...and the program is pretty simple
This is what I have:
#include <stdio.h>

int main (void)
{
int integerVar;
int floatingVar;
int doubleVar;
int charVar;

integerVar = 100;
floatingVar = 331.79;...
Forum: Open Source 09-21-2008
341,014
Posted By pwanda
I've only ever used vi, so I'd have to choose...
I've only ever used vi, so I'd have to choose that one. I have tried others I found online but with no success.

Not exactly sure what you mean but I'm using something called Dev-C++ right now and...
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 06:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy