Forum: C Apr 24th, 2007 |
| Replies: 1 Views: 2,890 Hey there^^
Just a quick sort out hopefully, ive been hacking at this for a good while and cant figure out whats wrong for thie life of me! I have a program that uses calculates the maximum... |
Forum: C Mar 3rd, 2007 |
| Replies: 9 Views: 1,331 Maybe it hasnt occurred to you that ive only been learning C for 5-6 days give or take, in between lectures and other deadlines :sad:
Im quite proud of myself since Sunday night I didnt even... |
Forum: C Mar 2nd, 2007 |
| Replies: 9 Views: 1,331 Thnaks for the replies guys^^ I made the small addendum to the code you suggested Ancient Dragon, and although it produces a slightly neater output, it still failes to read the first value in the... |
Forum: C Mar 1st, 2007 |
| Replies: 9 Views: 1,331 Hey there everyone^^
Im almost finished on my mighty code of mighty... urm, -ness :mrgreen:
The finished code is actually to calcuate displacement thicknesses of various velocity profiles... |
Forum: C Mar 1st, 2007 |
| Replies: 13 Views: 2,120 Thanks for the tip on shortening the decimal places^^
The problem with the code im having tho is the first value in my (or indeed any of my) files im opening comes out to be 0.00000, even if its... |
Forum: C Mar 1st, 2007 |
| Replies: 13 Views: 2,120 Here we go^^ Ive edited it somewhat (the problem above is still present).
#include <conio.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#define... |
Forum: C Mar 1st, 2007 |
| Replies: 13 Views: 2,120 The code you provided works quite well thekashyap^^ (it compiles! thats a start!)
The problem with it seems to be that it reads a float value of say 0.7 as 0.00000, which is weird, I ran it with... |
Forum: C Feb 28th, 2007 |
| Replies: 13 Views: 2,120 This pointer business has got me really confused :(
Is the general consensus that I cannot feasibly accomplish dynamiclly allocating a string size (see: my attempt at a function at the end of the... |
Forum: C Feb 28th, 2007 |
| Replies: 13 Views: 2,120 Hey there, thanks a lot for the reply and initial suggestions, ill get on it as soon as I can and post up an appended version!
To answer you're initial few questions, i have to use C :( I wish I... |
Forum: C Feb 28th, 2007 |
| Replies: 13 Views: 2,120 Hi there^^ Its my first post on these forums, and as much as I hate it to be a shout for help ive got a problem I could really use someone with a bit of knowledge to help me out with =)
My... |