User: GeneralBamboo

  • Public profile

User profile: GeneralBamboo

User info
User name:GeneralBamboo
History
Joined:
Number of posts:11
Latest posts:

Help with an array size defined by file?
Is something like this correct? [code]float *Numbers; int NumOfInts; /* store user input here */...

Help with an array size defined by file?
[code]#include <stdio.h> int main() { int NumOfInts; FILE *InPut; InPut...

Help with an array size defined by file?
This is what I tried: [code]#include <stdio.h> int main() { int NumOfInts; float Numb...

Help with an array size defined by file?
When i try that code, i keep getting an error: "conflicting types for Numbers"?

Help with an array size defined by file?
Where would i place this code at? Which lines in my posted code?

This user does not accept Private Messages