大约有 24,990 项符合查询结果(耗时:0.0325秒) [XML]
Abstract class in Java
What is an "abstract class" in Java?
14 Answers
14
...
Difference between signed / unsigned char [duplicate]
So I know that the difference between a signed int and unsigned int is that a bit is used to signify if the number if positive or negative, but how does this apply to a char ? How can a character be positive or negative?
...
What is a “translation unit” in C++
I am reading at the time the "Effective C++" written by Meyers
and came across the term "translation unit".
11 Answers
...
Math - mapping numbers
How do I map numbers, linearly, between a and b to go between c and d.
9 Answers
9
...
What is the difference between a strongly typed language and a statically typed language?
...
Active
Oldest
Votes
...
Fast ceiling of an integer division in C / C++
Given integer values x and y , C and C++ both return as the quotient q = x/y the floor of the floating point equivalent. I'm interested in a method of returning the ceiling instead. For example, ceil(10/5)=2 and ceil(11/5)=3 .
...
How do you tell the Visual Studio project type from an existing Visual Studio project
...
Active
Oldest
Votes
...
Why hasn't functional programming taken over yet?
I've read some texts about declarative/functional programming (languages), tried out Haskell as well as written one myself. From what I've seen, functional programming has several advantages over the classical imperative style:
...
C compile error: “Variable-sized object may not be initialized”
Why do I receive the error "Variable-sized object may not be initialized" with the following code?
10 Answers
...
How can I get the last day of the month in C#? [duplicate]
How can I find the last day of the month in C#?
5 Answers
5
...
