Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Visual Studio 2012でカスタムクラスを作成してそのメソッドを使用するにはどうすればよいですか?
私はこれを試しますが、常に致命的なエラーが発生します:
LNK1120:1つの未解決の外観
ああ、クラスごとに className:: を追加するだけです。c++ はヘッダー ファイルを使用し、cpp ファイルではすべてのメソッド/関数にスコープ演算子があります。または、ヘッダー ファイルを残して直接書き込みます。コンストラクター宣言を参照して、同じことを行います。