Search Results

Showing results 1 to 15 of 15
Search took 0.01 seconds.
Search: Posts Made By: maye13
Forum: C Dec 11th, 2007
Replies: 2
Views: 1,650
Posted By maye13
approximate? square root?

try looking at the functions in math.h
Forum: C Dec 11th, 2007
Replies: 3
Views: 792
Posted By maye13
i guess graphics in tc2.01 doesn't work if you're using "modern" boards (PC100 and the like)

i used another computer (board is AGP, i think) and it worked.

thanks to everyone who helped.

=)
Forum: C Dec 10th, 2007
Replies: 3
Views: 792
Posted By maye13
i choose the upgrade.

heheh.

=)
Forum: C Dec 10th, 2007
Replies: 3
Views: 792
Posted By maye13
here's the program i'm trying to run, but everytime i press ctrl+f9.. i get the error in that picture below..

#include<stdio.h>
#include<graphics.h>
#include<dos.h>
#include<conio.h>...
Forum: C Nov 28th, 2007
Replies: 16
Views: 1,701
Posted By maye13
why don't you use switch?
Forum: C Oct 2nd, 2007
Replies: 3
Views: 3,599
Posted By maye13
Oh, I didn't see your post.

Thanks!!

The people here are really nice.

^__^
Forum: C Oct 2nd, 2007
Replies: 3
Views: 3,599
Posted By maye13
Oh! I already figured it out.

I guess you can't copy multi-dimensional arrays directly.

I did this:



char zero[5][6] = {"|||||", "| |", "| |", "| |" , "|||||"};
char...
Forum: C Oct 1st, 2007
Replies: 3
Views: 3,599
Posted By maye13
This code is part of this program I'm doing. I've edited it so it would get shorter.


#include<stdio.h>
#include<string.h>

main()
{
char zero[5][6] = {"|||||", "| |", "| |", "| |"...
Forum: C Oct 1st, 2007
Replies: 10
Solved: countdown timer
Views: 3,927
Posted By maye13
Shucks! Why DIDN'T I think of that.

Thanks a lot! ^__^
Forum: C Oct 1st, 2007
Replies: 10
Solved: countdown timer
Views: 3,927
Posted By maye13
Okay, this is what I have so far.

#include<stdio.h>
#include<conio.h>

main()
{
int hours, minutes, seconds, input;
hours=minutes=seconds=0;
clrscr();
Forum: C Oct 1st, 2007
Replies: 10
Solved: countdown timer
Views: 3,927
Posted By maye13
I meant TurboC. ^__^v
Forum: C Oct 1st, 2007
Replies: 3
Views: 671
Posted By maye13
uhm.. could you just post your code? properly? ^__^
Forum: C Oct 1st, 2007
Replies: 10
Solved: countdown timer
Views: 3,927
Posted By maye13
There's no mktime() function in time.h. T__T

We're using C v2.01.
Forum: C Sep 29th, 2007
Replies: 10
Solved: countdown timer
Views: 3,927
Posted By maye13
I guess I still have to digest all that. ^__^

I'll try to do it again tomorrow.

Thanks!!
Forum: C Sep 29th, 2007
Replies: 10
Solved: countdown timer
Views: 3,927
Posted By maye13
I need to create a C program that goes like this:

The user wil enter the number of seconds that the stopwatch should run starting at the equivalent time in hours, minutes and seconds of the input....
Showing results 1 to 15 of 15

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC