•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the C++ section within the Software Development category of DaniWeb, a massive community of 456,196 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,924 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our C++ advertiser: Programming Forums
Views: 1669 | Replies: 0
![]() |
•
•
Join Date: Jul 2004
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
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.
*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.
![]() |
•
•
•
•
•
•
•
•
DaniWeb C++ Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- Writing to an Access Database (Visual Basic 4 / 5 / 6)
- compilation error (C++)
- error message in outlook 2003 (Windows NT / 2000 / XP / 2003)
- Compilation Error (ASP.NET)
- Compilation error urgent? (VB.NET)
- Compilation Error Handles cmdLogin.ServerClick (ASP.NET)
- please help with these error problems (C++)
Other Threads in the C++ Forum
- Previous Thread: Setting system date and time using c++
- Next Thread: Math tutorial


Linear Mode