在dev-C ++中使用scanf_s会产生错误:在此范围内未声明'scanf_s'

时间:2019-03-28 19:28:11

标签: gcc x86 inline-assembly dev-c++ intel-syntax

        Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(url));
        boolean canOpen = browserIntent.resolveActivity(getPackageManager()) != null;
        if (canOpen) {
            startActivity(browserIntent);
        } else {
            webview.loadUrl(url);
        }

我是新来的,对编程我不太了解 我们在大学使用这种类型的编程。 我们在主体/ *#include,#pragma warning(disable:4996)

之前添加它
[Error] 'scanf_s' was not declared in this scope

0 个答案:

没有答案