python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
IEEE integer standard
IEEE 754 defines floating point standards for computers. Is there such a similar standard for integers? Whenever I search for something like that, I end up at IEEE 754!
C/C++ defines char, short, int,...

Sourav Kannantha B
Votes: 0
Answers: 0
restrict qualifier placement with pointers to pointers
Here are a couple of C and POSIX functions that need to fetch some data from or put some data into a buffer and tell the caller how much, so they take a pointer to the starting buffer address and writ...
Alex Shpilkin
Votes: 0
Answers: 1
Admin best practice
thanks for reading. This might not be the best forum for this, bit I'm struggling for help elsewhere and I know there's some very knowledgeable people on here.
I'm about to undertaker an install of so...
iingle
Votes: 0
Answers: 1
Is an anchor element required to have included text?
It is possible to define an anchor without text? I. e. without inline text.
<p>some text <a name="anchor47"></a> and further text</p>
I don't find any information in...

Peter
Votes: 0
Answers: 1