|
|
|
Подскажите как правильно написать?!
|
|||
|---|---|---|---|
|
#18+
#include"iostream" #include "memory" #include "fstream" #include "list" using namespace std; int **g; int *b; int n=0,m=0; list<int> gr; char fin[40]; void readf() { cout<<"INPUT FILE:"; cin>>fin; ifstream ifs(fin,ios:: nocreate ); if (ifs) { ifs >> n >> m; g=new int*[n]; b=new int[n]; for(int k=0; k<n; k++){b[k]=0; g[k] = new int[n];} for (int i=0;i<n;i++) for (int j=0;j<n;j++) ifs >> g [j]; } else { cout <<"File not Found"<<endl; } } ТО что подчеркнуто вызывает ошибку, как ее исправить?! ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 05.05.2006, 13:53 |
|
||
|
Подскажите как правильно написать?!
|
|||
|---|---|---|---|
|
#18+
А открываемый фаил существует? ios::nocreate If the file does not already exist, the open() will fail. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 05.05.2006, 14:08 |
|
||
|
Подскажите как правильно написать?!
|
|||
|---|---|---|---|
|
#18+
вот я и хочу проверить, и если его не существует, чтоб его программа не создавала ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 05.05.2006, 14:09 |
|
||
|
Подскажите как правильно написать?!
|
|||
|---|---|---|---|
|
#18+
программа выдает: error C2039: 'nocreate' : is not a member of 'basic_ifstream<char,struct std::char_traits<char> >' error C2065: 'nocreate' : undeclared identifier ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 05.05.2006, 14:10 |
|
||
|
Подскажите как правильно написать?!
|
|||
|---|---|---|---|
|
#18+
Acvilonпрограмма выдает: error C2039: 'nocreate' : is not a member of 'basic_ifstream<char,struct std::char_traits<char> >' error C2065: 'nocreate' : undeclared identifier #include <fstream.h> ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 05.05.2006, 14:15 |
|
||
|
|

start [/forum/topic.php?fid=57&msg=33710259&tid=2031359]: |
0ms |
get settings: |
6ms |
get forum list: |
15ms |
check forum access: |
2ms |
check topic access: |
2ms |
track hit: |
52ms |
get topic data: |
7ms |
get forum data: |
2ms |
get page messages: |
44ms |
get tp. blocked users: |
1ms |
| others: | 223ms |
| total: | 354ms |

| 0 / 0 |
