compiler-errors
Including a header file from another directory
I have a main directory A with two sub directories B and C. Directory B contains a header file structures.c:[详细]
2023-04-08 00:52 分类:问答Java Compile Error, cannot find symbol
Getting the error \"Cannot Fin Symbol\", but I don\'t know what I am doing wrong. import java.util.Scanner;[详细]
2023-04-07 19:54 分类:问答C++ class whose member is a struct: Cannot understand compiler error
I want to create a class one of whose private: members is a struct point(see below). The public members ndim and numparticles开发者_运维知识库 are[详细]
2023-04-07 14:33 分类:问答What is this error in the code?
while working in try-catch in came across this error. But I cant trace out the reason for this error though I surfed the net and SO.[详细]
2023-04-07 14:32 分类:问答error: expected specifier-qualifier-list before "File"
I wrote this header file for a another main program. This file declares a struct_buffer struct that is used by the main function (somewhere else).[详细]
2023-04-07 12:00 分类:问答How to compile CoreAudio PlayFile sample code for 64 bit?
This is a newbie CoreAudio question.I downloaded Apple\'s PlayFile sample code.If I use the provided Xcode project, it builds it as 32 bit, passing -arch i386 to the compiler.If I build from the comma[详细]
2023-04-06 21:41 分类:问答a problem with cl.exe and ml.exe
I used cl command to compile a cpp file: cl test.cpp//the generatedtest.exe can work well then I used another way:[详细]
2023-04-06 17:49 分类:问答cannot compile c codes using microsoft visual studio c++ 2008 express edition
I have a c codes which can be compiled in Linux using gcc. But when I try to compile it using microsoft visual studio c++ 2008 express edition, using the ide, it shows the error[详细]
2023-04-06 16:47 分类:问答Is there a way of causing a compile error if trying to assign a negative number to an unsigned container?
Is there a way of guarding against the resulting binary from the code in t开发者_高级运维his question?Ideally by way of an error at compile time. Example code from the question:[详细]
2023-04-06 16:18 分类:问答return product price using LINQ, what return type to use in function?
I\'m just getting started with LINQ and I\'m trying to select and return a product price from database, like so:[详细]
2023-04-06 10:42 分类:问答