If you had let me write the C++ code, I could have literally destroyed your dataset in a couple of seconds.
If you had let me write the C++ code, I could have literally destroyed your dataset in a couple of seconds.
There’s a lot of distorted facts here, but the weirdest one to me is “instead of regrouping their efforts (which, I might add, they did, and they got their day in parliament)”. The first half just contradicts itself (“instead of doing X, which they did, …”???) and the second half (“they got their day in parliament”) is verifiably, obviously false: The EU petition is still ongoing and collecting signatures. The deadline is July 31.
@devilish666 C++ (non-stupid):
#include <stdio.h>
int main() {
puts(“Hello, world!”);
}
s/diplomated/graduate/
s/branche/industry (sector)/
include Hebrew in their language, because I guess they were feeling kabbalistic
… or because the developers were Israeli: https://en.wikipedia.org/wiki/Zend/_(company)#History
I am 100% confident that your claim is factually wrong.
I agree with your core point, but no software is intuitive.
POV: You open vim for the first time.
b == 7 is a boolean value
Citation needed. I’m pretty sure it’s an int
.
Do you know the difference between a script and a program?
A script is what you give the actors; a program is what you give the audience.
I don’t understand the complaint. What exactly is the issue?
I’ll update my mems when Microsoft decides to implement C99. (Hey, it’s only been a quarter of a century …)
Yeah, just don’t make any mistakes and you’ll be fine. Come on guys, how hard can it be?
The same is true of std::endl. std::endl is simply defined as << '\n' << std::flush
; nothing more, nothing less. In all cases where endl gives you a “properly translated” newline, so does \n
.
std::endl provides zero portability benefits. C++ does have a portable newline abstraction, but it is called \n
, not endl.
My CGI script is a SaaS.
for (int i = INT_MIN; ; i++) { ... if (i == INT_MAX) break;}
Incidentally, this is an anti-pattern: http://mywiki.wooledge.org/BashPitfalls#cmd1_.26.26_cmd2_.7C.7C_cmd3
I like the original.