- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我刚开始编程,但总是遇到标题和内容方面的问题。所以,每当我尝试运行代码时
// ConsoleApplication4.cpp : Defines the entry point for the console application.
#include "stdafx.h"
#include "std_lib_facilities.h"
int main()
{
return 0;
}
我收到这个警告说
Unable to start program 'C:\Users\Gebruiker\documents\visual studio 2015\Projects\ConsoleApplication4\Debug\ConsoleApplication4.exe'. The system cannot find file specified.
此外,构建输出:
1>------ Build started: Project: ConsoleApplication4, Configuration: Debug Win32 ------
1>ConsoleApplication4.cpp
1>c:\program files (x86)\microsoft visual studio 14.0\vc\include\hash_map(17): error C2338: <hash_map> is deprecated and will be REMOVED. Please use <unordered_map>. You can define _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS to acknowledge that you have received this warning.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========_
您可能已经注意到,我正在关注 Bjarne Stroustrup 关于此的书,但他根本没有具体说明如何处理此问题。
无论如何,std_lib_facilities.h header 与 ConsoleApplication.cpp 位于同一文件夹中,正如他告诉我的那样。
我实际上不认为这与这个程序有什么特别的关系,因为我做的所有项目都面临这个问题。
哦,是的,我不得不说我已经检查了多个与此相关的问题,但这些问题与我的不匹配。
我还尝试了 #include "../std_lib_facilities.h"
和 #include "../../std_lib_facilities.h"
,但没有结果。 (与 stdafx.h 相同)我试过“构建”该程序,但我实际上并不知道它做了什么,是否应该构建解决方案或 cpp,以及何时调试....
答案肯定不在书中,因为我继续学习第 8 章,没有做练习,因为我无法使它工作。
(如果我在这个问题上搞砸了,也请告诉我,即我需要少说话,提供更多细节或其他东西)
最佳答案
以下是删除弃用错误的方法: How to fix "<hash_map> is deprecated and will be REMOVED. Please use <unordered_map>"?
如果它仍然没有运行,只需转到项目目录并删除 Visual Studio 在您使用 Debug\Release 配置运行后创建的所有 Debug\Release 文件夹。通常对我有用。
关于c++ - 系统找不到指定的文件 Visual Studio 2015,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42024644/
例如,我有一个父类Author: class Author { String name static hasMany = [ fiction: Book,
代码如下: dojo.query(subNav.navClass).forEach(function(node, index, arr){ if(dojo.style(node, 'd
我有一个带有 Id 和姓名的学生表和一个带有 Id 和 friend Id 的 Friends 表。我想加入这两个表并找到学生的 friend 。 例如,Ashley 的 friend 是 Saman
我通过互联网浏览,但仍未找到问题的答案。应该很容易: class Parent { String name Child child } 当我有一个 child 对象时,如何获得它的 paren
我正在尝试创建一个以 Firebase 作为我的后端的社交应用。现在我正面临如何(在哪里?)找到 friend 功能的问题。 我有每个用户的邮件地址。 我可以访问用户的电话也预订。 在传统的后端中,我
我主要想澄清以下几点: 1。有人告诉我,在 iOS 5 及以下版本中,如果您使用 Game Center 设置多人游戏,则“查找 Facebook 好友”(如与好友争夺战)的功能不是内置的,因此您需要
关于redis docker镜像ENTRYPOINT脚本 docker-entrypoint.sh : #!/bin/sh set -e # first arg is `-f` or `--some-
我是一名优秀的程序员,十分优秀!