I am trying to run one program using GNU compiler GCC 3.2.3.
*i am seding u *partial code of my program and the compilation error i am getting.

#include <iostream.h>
 #include <fstream>
 #include <iomanip>
 #include <stdio.h>
 
 
 void fileinput();
 
 int m,n, k, r;
 *
 main()
 {}
 
 
 void fileinput()
 {
 *int i,j;
 **ifstream read("data1");
 **cout << "No. of variables and constraints = " << endl;
 **read >> m ;
 **read >> n; //reading dimension of the problem.
 **cout << *n << " *and *" << m;
 
 }/* function filemode() ends *here */

Bug I ma getting is thses error which i am not able to solve out. Can anyone help me.

thsnks.

Recommended Answers

All 3 Replies

There seem to be random *'s all over the code...

There seem to be random *'s all over the code...

Yes, those *'s have been there for quite some time ...;)


Bug I ma getting is thses error which i am not able to solve out. Can anyone help me.

thsnks.

What are the error message(s)?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.