Forum: C Feb 14th, 2005 |
| Replies: 14 Views: 3,340 Thank you!! Thank you!! I'll erect a statue in ur honour!
Only one thing. How do I use this. I have a earlier part of the program. It will return an integer value. This integer value should it be m... |
Forum: C Feb 14th, 2005 |
| Replies: 14 Views: 3,340 |
Forum: C Feb 14th, 2005 |
| Replies: 14 Views: 3,340 Boo hoo! The deadline is extended indefinitely! Please someone help! |
Forum: C Feb 13th, 2005 |
| Replies: 14 Views: 3,340 C'mon. I need to complete this before 14th! pleeeeeeeeeeeeeeeeeeeeeeeeeeeeez |
Forum: C Feb 13th, 2005 |
| Replies: 14 Views: 3,340 Sorry. But I'm very poor in Maths and I dunno about logarithm yet. So plz convert it into c++ code. Thank you. |
Forum: C Feb 13th, 2005 |
| Replies: 14 Views: 3,340 I dunno algorithms. But after removing s, then 'f ' becomes 4th letter remove that. Then 'a' becomes 4th letter remove that. THe rmaining letter is 'l'. That should be displayed. The number got from... |
Forum: C Feb 12th, 2005 |
| Replies: 14 Views: 3,340 Just to attract your attention. :cheesy: :lol: :cool: ;)
Here's the problem:
I have this string "flames". Then I get a number from earlier part of myprogram. Let the number be 4. Now 'm' is... |
Forum: C Jan 1st, 2005 |
| Replies: 1 Views: 2,033 Which is the best online tutorial for open gl. |
Forum: C Sep 25th, 2004 |
| Replies: 11 Views: 8,240 You could use stdio.h and
for(int i=0;i<253;i++)
{
printf("%c", i);
} |
Forum: C Sep 19th, 2004 |
| Replies: 6 Views: 2,305 Plz increase my reputation |
Forum: C Sep 19th, 2004 |
| Replies: 6 Views: 2,305 Is it possible to create programmes to run on coumputers thad do not have any operating systems? :evil: :cheesy: :sad: |
Forum: C Sep 4th, 2004 |
| Replies: 2 Views: 1,989 |
Forum: C Sep 4th, 2004 |
| Replies: 0 Views: 2,226 I want to know where I can find tutorial on controlling the hardware of my pc using C :o |
Forum: C Sep 4th, 2004 |
| Replies: 6 Views: 2,237 Where have you redirected the stream? |
Forum: C Sep 4th, 2004 |
| Replies: 6 Views: 2,237 You hae not opened any file at all!!! What does the line " while((ch = getchar()) != EOF)" mean? You have not opened a file so how can you use EOF(End Of File)? Where are you putting the characters... |
Forum: C Aug 28th, 2004 |
| Replies: 1 Views: 4,309 How do I create a function with variable parameters. Will "functionname(float a, ...);" work? If it does how do I use the variables.
Eg.
void f1(int i, ...);
void main()
{
int a, b,c;... |