Заменить printf scanf на cout cin - C++ - Обсуждение 1131409 |
|
Обсуждение
Всего сообщений: 10
|
||||
Имя | Дата | Сообщение | ||
Читать обсуждение полностью: Заменить printf scanf на cout cin |
||||
Dgaizer | 27.03.2014 17:36 |
https://www.cyberforum.ru/post5960421.html
#include<iostream.h>
#include<math.h>
#pragma argsused...
|
||
user-men | 27.03.2014 17:56 |
https://www.cyberforum.ru/post5960550.html
#include <stdio.h>
|
||
recoder | 27.03.2014 18:05 |
Решение https://www.cyberforum.ru/post5960601.html
#include <iostream>
#include <cmath>
#include <windows.h>...
|
||
zss | 27.03.2014 18:05 |
https://www.cyberforum.ru/post5960604.html
зачем?
Для cin,cout stdio.h не нужен
|
||
Tulosba | 27.03.2014 18:08 |
https://www.cyberforum.ru/post5960620.html
recoder, про необходимость #include <windows.h>
#pragma...
|
||
recoder | 27.03.2014 18:11 |
https://www.cyberforum.ru/post5960644.html
у меня mingw и без этого
#include <windows.h> не...
|
||
Tulosba | 27.03.2014 18:18 |
https://www.cyberforum.ru/post5960677.html
не может быть. А если убрать вызов
system()?
И на что...
|
||
recoder | 27.03.2014 18:39 |
https://www.cyberforum.ru/post5960791.html
Если убрать
system("pause") то будет все прекрасно и...
|
||
Dgaizer | 27.03.2014 18:50 |
https://www.cyberforum.ru/post5960833.html
Если system("pause") убрать то при работе программы выдает...
|
||
Tulosba | 27.03.2014 18:53 |
https://www.cyberforum.ru/post5960840.html
подключите <cstdlib> и используйте std::system(), не стоит...
|
||
Similar |
Заменить cout на printf а cin на scanf Заменить printf на cout, scanf на cin Заменить scanf и printf на cin и cout Заменить cin cout на printf scanf |
|||
Ads |
|
|||
MoreAnswers |
Заменить cin / cout на scanf / printf Cin и cout заменить на scanf и printf Нужно заменить cout на printf а cin на scanf Нужно заменить cout и cin на printf и scanf. |
|||