Search:

Type: Posts; User: noethe

Search: Search took 0.01 seconds.

  1. Yes, I changed void main to int main, removed the...

    Yes, I changed void main to int main, removed the extra line, added a return value,changed c to type int instead of char, and added the code you suggested. I'm using Microsoft studio express 2010. ...
  2. Thanks for the reply. Yeah, the code is...

    Thanks for the reply.

    Yeah, the code is incomplete because this was my first step. But yes I keep getting these same errors no matter what and I'm going crazy. Could it be my compiler ?? I don't...
  3. I keep getting these errors no matter what I...

    I keep getting these errors no matter what I do...

    error C2143: syntax error : missing ';' before 'type'
    error C2065: 'array' : undeclared identifier
    error C2109: subscript requires array or...
  4. Copy a binary file to a 2d array? What am I doing wrong??

    #include<stdio.h>


    void main()
    {
    int x=0;
    int y=0;
    char c;
    FILE* HUG;
    FILE*fopen();
Results 1 to 4 of 5