python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Confused with references on pointers in C++
The task is to calculate the output of the following source code without a computer, which I would say is "123 234 678 678" because ref1 is a reference on the value of ptr and in the moment ...
Elliot
Votes: 0
Answers: 1
Timestamp @ cell reference problems
I have a Google sheet. I have merged a couple of cells to get a wider space for free text answers. I have two merged cells that is showing the date for last changed made in the bigger merger. The scr...
Henrik
Votes: 0
Answers: 0
IF statement not raising error as expected
Assume @Ref <> 0 in first condition. Therefore my code will not reach the declaration of @XYZ (line 2).
I think it must raise an error in the second IF because of @XZY was not declared.
But I'm ...
Jora Karyan
Votes: 0
Answers: 1
JavaScript doesnt recognize my custom class from typescript file
So right now I'm simply testing to see if I can create and store some info in a Javascript file using a custom TypeScript class object. Before testing I'm running the command 'tsc courses.ts' followed...
Coding_Noob
Votes: 0
Answers: 1