compiler-errors
Where can I find the Xlint option in Netbeans?
I get an err开发者_如何学Goor Recompile with -Xlint:unchecked for details. in Netbeans. Where can I find the option to uncheck?You don\'t "uncheck" that option, you need to add the -Xlint:un[详细]
2023-04-11 03:23 分类:问答C++ import loop with two classes?
I\'m sure this question has been asked before, but I can\'t seem to find it. I have two classes, Vector and Point.[详细]
2023-04-10 19:30 分类:问答What does "A type cannot be be used as a standalone statement" error mean?
This is Delphi Prism for .NET. I am running into this error(s), \"A type cannot be be used as a standalone statement\", and I don\'t understand or know why. The compiler is pointing at the lines right[详细]
2023-04-10 16:58 分类:问答Undefined reference to svc_create
My proble开发者_JAVA百科m is the following: I\'m trying to implement a C RPC example and I keep running into the following compiler error:[详细]
2023-04-10 16:47 分类:问答Is there a way make perl compilation fail if a hash key wasn't defined in the initial hash definition?
All keys used should be present in the initial %hash definition. use strict; my %hash = (\'key1\' => \'abcd\', \'key2\' => \'efgh\');[详细]
2023-04-10 16:42 分类:问答Declaring Arrays in Private Part of Class
I\'ve got a class, and part of the input into the class is a vector (called Data) of variable length (lets say it has length N).I\'ve included this after the function:[详细]
2023-04-10 14:30 分类:问答Figuring out multiple file compilation with make & C
For a project, I was working with a partner writing a decision tree implementation.Since both of us are relative newcomers to C and had to work quickly, we basically dumped all the functionality in a[详细]
2023-04-10 12:36 分类:问答IntelliSense: cannot open source file "curl.h" in C++
I am unable to compile my C++ project. IntelliSense: cannot open source file \"curl.h\" in C++ I tried adding that file to the \"Header Files\" folder in Solution Explorer: no change. I was unable[详细]
2023-04-10 04:58 分类:问答push_back() not working for custom data type (template class)
Apparently push_back() is not working for my custom data class T. On compilation I get the following error:[详细]
2023-04-10 04:34 分类:问答Why do I get a warning about possible loss of data when seeding the random number generator from time(NULL)?
am learning vectors and made a bit of code that selects random numbers i can use for buying lottery tickets here in Netherlands. But although it runs, the compiler is warning me about \'conversion fro[详细]
2023-04-10 00:03 分类:问答